straumur-web-component 2.0.0-alpha.1 → 2.0.0-alpha.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,13 +1,14 @@
1
- "use strict";var ct=Object.defineProperty;var wr=Object.getOwnPropertyDescriptor;var Mr=Object.getOwnPropertyNames;var kr=Object.prototype.hasOwnProperty;var Ir=(e,t)=>{for(var r in t)ct(e,r,{get:t[r],enumerable:!0})},Er=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Mr(t))!kr.call(e,a)&&a!==r&&ct(e,a,{get:()=>t[a],enumerable:!(o=wr(t,a))||o.enumerable});return e};var Ar=e=>Er(ct({},"__esModule",{value:!0}),e);var bo={};Ir(bo,{StraumurCheckout:()=>xr});module.exports=Ar(bo);var Z=require("preact");function _(e,{insertAt:t}={}){if(!e||typeof document>"u")return;let r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css",t==="top"&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}_(`:root{--straumur__color-primary: #002649;--straumur__color-secondary: #72889d;--straumur__color-secondary-gamma: #eef0f2;--straumur__color-blue-beta: #bce6f3;--straumur__color-blue-gamma: #eff8fa;--straumur__color-neon-green-zeta: #88a64e;--straumur__color-red-beta: #d96666;--straumur__color-red-gamma: #fff8f5;--straumur__color-gray-epsilon: #e7e7e7;--straumur__color-cosmos-blue-delta: #cdd8e2;--straumur__color-cosmos-blue-gamma: #e6ebef;--straumur__color-white: #ffffff;--straumur__color-transparent: transparent;--straumur__color-text: #00112c;--straumur__color-border: #dbdee2;--straumur__color-warning-text: #775d00;--straumur__color-warning-bg: #fff7db;--straumur__color-danger-text: #d03e00;--straumur__border-radius-xxs: 4px;--straumur__border-radius-xs: 6px;--straumur__border-radius-s: 8px;--straumur__border-radius-md: 10px;--straumur__border-radius-lg: 12px;--straumur__border-radius-xlg: 14px;--straumur__border-radius-xxlg: 16px;--straumur__space-xxs: 4px;--straumur__space-xs: 6px;--straumur__space-s: 8px;--straumur__space-md: 10px;--straumur__space-lg: 12px;--straumur__space-xlg: 14px;--straumur__space-xxlg: 16px;--straumur__space-3xlg: 18px;--straumur__space-4xlg: 20px;--straumur__space-5xlg: 24px;--straumur__space-6xlg: 32px;--straumur__space-7xlg: 40px;--straumur__space-8xlg: 48px;--apple-pay-button-width: 100%;--apple-pay-button-height: 48px;--apple-pay-button-border-radius: var(--straumur__border-radius-s)}.straumur__root-component{font-family:AkzidenzGroteskPro,sans-serif;max-width:676px;min-width:320px;container:straumur / inline-size}.straumur__root-component[data-theme=dark]{--straumur__color-primary: #e8edf2;--straumur__color-secondary: #9aa7b5;--straumur__color-secondary-gamma: #2a313b;--straumur__color-blue-beta: #24506b;--straumur__color-blue-gamma: #1b2733;--straumur__color-neon-green-zeta: #9cbf5e;--straumur__color-red-beta: #e08a8a;--straumur__color-red-gamma: #2e2020;--straumur__color-gray-epsilon: #3a424d;--straumur__color-cosmos-blue-delta: #3a424d;--straumur__color-cosmos-blue-gamma: #262d36;--straumur__color-white: #1e232b;--straumur__color-text: #e8edf2;--straumur__color-border: #3a424d;--straumur__color-warning-text: #e6c766;--straumur__color-warning-bg: #2f2a17;--straumur__color-danger-text: #f0895f}.straumur__component *{font-family:inherit}.straumur__render-brand-icons__overflow{color:var(--straumur__color-secondary)}.straumur__component{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:300px;background-color:var(--straumur__color-white);border-radius:var(--straumur__border-radius-xxlg)}.js-iframe{border:none;color-scheme:auto;height:100%;overflow:hidden;width:100%}.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05{background-color:transparent;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}
2
- `);var Rr=()=>({STAGING_BASE_URL:"https://checkout-api.staging.straumur.is/api/v1/embeddedcheckout",PRODUCTION_BASE_URL:"https://greidslugatt.straumur.is/api/v1/embeddedcheckout",GET_PAYMENT_METHODS_URL:"payment-methods",POST_PAYMENT_URL:"payment",POST_DETAILS_URL:"details",POST_DISABLE_TOKEN_URL:"disable-token"}),le=Rr();function Ae(e){switch(e){case"test":return le.STAGING_BASE_URL;case"live":return le.PRODUCTION_BASE_URL;default:throw new Error(`Unknown environment: ${e}`)}}function Pt(e,t){return fetch(`${Ae(e)}/${le.GET_PAYMENT_METHODS_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function St(e,t){return fetch(`${Ae(e)}/${le.POST_PAYMENT_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function xt(e,t){return fetch(`${Ae(e)}/${le.POST_DETAILS_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function wt(e,t){return fetch(`${Ae(e)}/${le.POST_DISABLE_TOKEN_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}var Re={"en-US":{"cards.title":"Card payment","cards.cardNumber":"Card number","cards.expiryDate":"Expiry date","cards.securityCode3Digits":"Security code","cards.securityCode3DigitsOptional":"Security code (optional)","cards.securityCode3DigitsInfo":"3-digit on the back of the card","cards.securityCode4DigitsInfo":"4-digit on the back of the card","cards.storePaymentMethod":"Store payment information","cards.saveCardDetails":"Save card details","googlePay.title":"Google Pay","applePay.title":"Apple Pay","stored-cards.expiryDate":"Expiry date","stored-cards.securityCode3Digits":"Security code","stored-cards.securityCode3DigitsOptional":"Security code (optional)","stored-cards.securityCode3DigitsInfo":"3-digit on the back of the card","stored-cards.securityCode4DigitsInfo":"4-digit on the back of the card","stored-cards.removeStoredCard":"Remove","stored-cards.removeStoredCardQuestion":"Remove stored payment method?","stored-cards.removeStoredCardQuestionYesRemove":"Yes, remove","stored-cards.removeStoredCardQuestionCancel":"Cancel","stored-cards.saveCardDetails":"Save card details","success.paymentAuthorized":"Payment authorized","error.unknownError":"Unknown error occurred","error.failedToInitializeStraumurWebComponent":"Failed to initialize Straumur Web component","error.failedToInitializePaymentMethods":"Failed to initialize payment methods","error.failedToSubmitPayment":"Failed to submit payment","error.paymentFailed":"Payment failed","error.paymentUnsuccessful":"Payment unsuccessful","error.failedToSubmitPaymentDetails":"Failed to submit payment details","error.paymentDetailsFailed":"Payment details failed","error.googlePayNotAvailable":"Google Pay not available","error.applePayNotAvailable":"Apple Pay not available","error.failedToSubmitRemoveStoredPaymentCard":"Failed to remove stored payment card","error.failedToRemoveStoredPaymentCard":"Stored payment card was not removed"},"is-IS":{"cards.title":"Grei\xF0a me\xF0 korti","cards.cardNumber":"Kortan\xFAmer","cards.expiryDate":"Gildisdagur","cards.securityCode3Digits":"\xD6ryggisk\xF3\xF0i","cards.securityCode3DigitsOptional":"\xD6ryggisk\xF3\xF0i (valkv\xE6tt)","cards.securityCode3DigitsInfo":"3 t\xF6lustafir aftan \xE1 kortinu","cards.securityCode4DigitsInfo":"4 t\xF6lustafir aftan \xE1 kortinu","cards.storePaymentMethod":"Vista grei\xF0sluuppl\xFDsingar","cards.saveCardDetails":"Vista kortauppl\xFDsingar","googlePay.title":"Google Pay","applePay.title":"Apple Pay","stored-cards.expiryDate":"Gildisdagur","stored-cards.securityCode3Digits":"\xD6ryggisk\xF3\xF0i","stored-cards.securityCode3DigitsOptional":"\xD6ryggisk\xF3\xF0i (valkv\xE6tt)","stored-cards.securityCode3DigitsInfo":"3 t\xF6lustafir aftan \xE1 kortinu","stored-cards.securityCode4DigitsInfo":"4 t\xF6lustafir aftan \xE1 kortinu","stored-cards.removeStoredCard":"Fjarl\xE6gja","stored-cards.removeStoredCardQuestion":"Fjarl\xE6gja geymdan grei\xF0slum\xE1ta?","stored-cards.removeStoredCardQuestionYesRemove":"J\xE1, fjarl\xE6gja","stored-cards.removeStoredCardQuestionCancel":"H\xE6tta vi\xF0","stored-cards.saveCardDetails":"Vista kortauppl\xFDsingar","success.paymentAuthorized":"Grei\xF0sla sam\xFEykkt","error.unknownError":"\xD3\xFEekkt villa kom upp","error.failedToInitializeStraumurWebComponent":"Mist\xF3kst a\xF0 s\xE6kja Straumur Web hluta","error.failedToInitializePaymentMethods":"Mist\xF3kst a\xF0 s\xE6kja grei\xF0slum\xE1ta","error.failedToSubmitPayment":"Mist\xF3kst a\xF0 senda grei\xF0slu","error.paymentFailed":"Grei\xF0sla mist\xF3kst","error.paymentUnsuccessful":"Grei\xF0sla ekki tekin","error.failedToSubmitPaymentDetails":"Mist\xF3kst a\xF0 senda grei\xF0sluuppl\xFDsingar","error.paymentDetailsFailed":"Mist\xF3kst a\xF0 s\xE6kja grei\xF0sluuppl\xFDsingar","error.googlePayNotAvailable":"Google Pay ekki \xED bo\xF0i","error.applePayNotAvailable":"Apple Pay ekki \xED bo\xF0i","error.failedToSubmitRemoveStoredPaymentCard":"Mist\xF3kst a\xF0 fjarl\xE6gja geymdan grei\xF0slum\xE1ta","error.failedToRemoveStoredPaymentCard":"Geymdur grei\xF0slum\xE1ti var ekki fjarl\xE6g\xF0ur"}};function Mt(e){return typeof e=="string"&&(e in Re["en-US"]||e in Re["is-IS"])}async function ut(e,t){try{let r=await Pt(e,{sessionId:t});if(!r.ok){let a=r.headers.get("content-type"),n="error.failedToInitializePaymentMethods";if(a&&a.includes("application/json")){let i=(await r.json()).errorMessage;Mt(i)&&(n=i)}return{resultCode:"Error",error:n}}return{resultCode:"Success",...await r.json()}}catch{return{resultCode:"Error",error:"error.failedToInitializePaymentMethods"}}}function De(e){switch(e){case"en":case"en-US":return"en-US";default:return"is-IS"}}var q=require("preact");var ge=require("preact"),Qt=require("preact/hooks");_(`.straumur__card-component--brands{display:flex;margin-left:auto;align-items:center;gap:var(--straumur__space-xxs)}.straumur__card-component__expandable{background:var(--straumur__color-white)}.straumur__card-component__loading-text{display:flex;justify-content:center}.straumur__card-component__form{display:flex;padding-top:var(--straumur__space-xxlg);flex-direction:column;gap:var(--straumur__space-5xlg)}.straumur__card-component__form--wrapper{display:flex;flex-direction:column;justify-items:start;position:relative;width:100%}.straumur__card-component__form--wrapper--error{color:var(--straumur__color-red-beta);font-size:12px}.straumur__card-component__form--wrapper--label{transform:translate(var(--straumur__space-md)) translateY(-50%);z-index:1;background:linear-gradient(to top,var(--straumur__color-secondary-gamma) 53%,var(--straumur__color-transparent) 50%);position:absolute;font-weight:500;font-size:14px;padding:0 var(--straumur__space-xxs)}.straumur__card-component__form--wrapper--label--error{color:var(--straumur__color-red-beta);background:linear-gradient(to top,var(--straumur__color-red-gamma) 53%,var(--straumur__color-transparent) 50%)}.straumur__card-component__form--wrapper--label--info{position:absolute;top:33%;right:var(--straumur__space-md)}.straumur__card-component__form--wrapper--input{background:var(--straumur__color-secondary-gamma);color:var(--straumur__color-text);display:block;font-family:inherit;border:1px solid var(--straumur__color-transparent);border-radius:var(--straumur__border-radius-s);font-size:16px;height:48px;outline:none;padding-left:var(--straumur__space-lg);transition:border .2s ease-out,box-shadow .2s ease-out}.straumur__card-component__form--wrapper--input:hover{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__card-component__form--wrapper--input--error{background:var(--straumur__color-red-gamma);border:1px solid var(--straumur__color-red-beta)}.straumur__card-component__form--wrapper--input--error:hover{border:1px solid var(--straumur__color-red-beta)}.straumur__card-component__form--field-wrapper{display:flex;width:100%;gap:var(--straumur__space-lg)}.straumur__card-component__submit-button{background:var(--straumur__color-primary);border:none;border-radius:var(--straumur__border-radius-s);color:var(--straumur__color-white);cursor:pointer;font-size:16px;height:40px;outline:none;padding:0 var(--straumur__space-xxlg);transition:background .2s ease-out;width:100%}.straumur__card-component__submit-button:hover{background:var(--straumur__color-primary);border:1px solid var(--straumur__color-border)}.straumur__card-component__submit-button:disabled{background:var(--straumur__color-secondary);border:1px solid var(--straumur__color-border);cursor:not-allowed}.straumur__card-component__form--wrapper--label-checkbox{height:38px;display:flex;align-items:center;padding:8px;gap:var(--straumur__space-s);border-radius:var(--straumur__border-radius-s);cursor:pointer;user-select:none;transition:background-color .25s ease-in-out}.straumur__card-component__form--wrapper--label-checkbox:hover{background-color:var(--straumur__color-blue-gamma)}.straumur__card-component__form--wrapper--label-checkbox:hover .straumur__card-component__form--wrapper--label-checkbox--checkmark{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__card-component__form--wrapper--label-checkbox--checkmark{height:var(--straumur__space-5xlg);width:var(--straumur__space-5xlg);background-color:var(--straumur__color-secondary-gamma);border-radius:var(--straumur__border-radius-xxs);flex-shrink:0;border:1px solid var(--straumur__color-transparent);transition:all .2s ease-in}.straumur__card-component__form--wrapper--label-checkbox:hover .straumur__card-component__form--wrapper--label-checkbox--checkmark.straumur__card-component__form--wrapper--label-checkbox--checkmark--checked{border:1px solid var(--straumur__color-transparent)}.straumur__card-component__form--wrapper--label-checkbox--checkmark--checked{background-color:var(--straumur__color-blue-beta)}.straumur__card-component__form--wrapper--label-checkbox--checkmark--icon{height:100%;display:flex;justify-content:center;align-items:center;font-size:9px;opacity:0;visibility:hidden;transition:all .2s ease-in}.straumur__card-component__form--wrapper--label-checkbox--checkmark--icon--checked{opacity:1;visibility:visible}.straumur__card-component__form--wrapper--label-checkbox--checkbox{display:none}.js-iframe{border:none;color-scheme:auto;height:100%;overflow:hidden;width:100%}.straumur__card-component__dual-branding{display:grid;grid-template-columns:1fr 1fr;gap:var(--straumur__space-lg)}.straumur__card-component__dual-branding--logo{display:flex;align-items:center;padding:var(--straumur__space-xs);border:1px solid var(--straumur__color-secondary-gamma);border-radius:var(--straumur__border-radius-s)}.straumur__card-component__dual-branding--logo--item{display:flex;pointer-events:none}.straumur__card-component__dual-branding--logo--selected{border:1px solid var(--straumur__color-cosmos-blue-delta);justify-content:space-between}
3
- `);var kt=require("preact"),It=require("preact"),I=require("preact/hooks"),Et=(0,It.createContext)(void 0),Dr={card:!1,storedcard:!1,googlepay:!1,applepay:!1},At=({children:e,initialValue:t,isSolePaymentMethod:r,hasCard:o,hasGooglePay:a,hasApplePay:n,hasStoredPaymentMethods:i,onSubmitApiReady:l})=>{let[m,d]=(0,I.useState)(t),v=(0,I.useRef)(null),y=(0,I.useCallback)(b=>{v.current=b},[]),P=(0,I.useCallback)(b=>{v.current===b&&(v.current=null)},[]),k=(0,I.useCallback)(()=>{let b=v.current;return b?(b(),!0):!1},[]);(0,I.useLayoutEffect)(()=>{l?.({triggerSubmit:k})},[]);let[B,g]=(0,I.useState)(null),[R,T]=(0,I.useState)(!1),[E,z]=(0,I.useState)(Dr),[p,j]=(0,I.useState)({}),[N,D]=(0,I.useState)(null),[Y,H]=(0,I.useState)(null),V=(b,ee)=>{z(ie=>({...ie,[b]:ee}))},Q=(b,ee)=>{j(ie=>({...ie,[b]:ee}))},K=(0,I.useCallback)(b=>R&&m!==b,[R,m]),O=b=>{H(b)},pe=b=>{D(b)};return(0,kt.h)(Et.Provider,{value:{activePaymentMethod:m,setActivePaymentMethod:d,activeStoredPaymentMethodId:B,setActiveStoredPaymentMethodId:g,isPaymentMethodInitialized:E,updatePaymentMethodInitialization:V,isStoredCardInitialized:p,updateStoredCardInitialization:Q,handleSuccess:pe,success:N,handleError:O,error:Y,threeDSecureActive:R,setThreeDSecureActive:T,isObscuredByThreeDS:K,isSolePaymentMethod:r,hasCard:o,hasGooglePay:a,hasApplePay:n,hasStoredPaymentMethods:i,registerSubmitHandler:y,unregisterSubmitHandler:P}},e)},x=()=>{let e=(0,I.useContext)(Et);if(e===void 0)throw new Error("usePaymentMethodGroup must be used within a PaymentMethodGroup");return e};var Rt=require("preact"),Dt=require("preact"),Tt=require("preact/hooks"),zt=(0,Dt.createContext)(void 0),Ft=({children:e,i18nService:t,onLanguageChange:r})=>{let o=a=>{t.setLanguage(a),r?.(a)};return(0,Rt.h)(zt.Provider,{value:{i18n:t,changeLanguage:o}},e)},G=()=>{let e=(0,Tt.useContext)(zt);if(!e)throw new Error("useI18n must be used within an I18nProvider");return e};var Te=require("preact"),Tr=()=>(0,Te.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",viewBox:"0 0 24 24",fill:"none"},(0,Te.h)("path",{d:"M24 11H0V7H24V11Z",fill:"#002649"}),(0,Te.h)("path",{opacity:"0.4",d:"M21.3333 3C22.8042 3 24 4.19375 24 5.66667V7H0V5.66667C0 4.19375 1.19375 3 2.66667 3H21.3333ZM24 19C24 20.4708 22.8042 21.6667 21.3333 21.6667H2.66667C1.19375 21.6667 0 20.4708 0 19V11H24V19ZM4.66667 16.3333C4.3 16.3333 4 16.6333 4 17C4 17.3667 4.3 17.6667 4.66667 17.6667H7.33333C7.7 17.6667 8 17.3667 8 17C8 16.6333 7.7 16.3333 7.33333 16.3333H4.66667ZM10 17.6667H15.3333C15.7 17.6667 16 17.3667 16 17C16 16.6333 15.7 16.3333 15.3333 16.3333H10C9.63333 16.3333 9.33333 16.6333 9.33333 17C9.33333 17.3667 9.63333 17.6667 10 17.6667Z",fill:"#002649"})),Bt=Tr;var M=require("preact");var he=require("preact"),zr=({opacity:e=1})=>(0,he.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",viewBox:"0 0 40 26",opacity:e},(0,he.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,he.h)("path",{fill:"#F06022",d:"M16.13 19.29h7.74V6.7h-7.74v12.58z"}),(0,he.h)("path",{fill:"#EA1D25",d:"M16.93 13A7.93 7.93 0 0 1 20 6.71a8.02 8.02 0 0 0-10.65.65 7.96 7.96 0 0 0 0 11.28 8.02 8.02 0 0 0 10.65.65A8.02 8.02 0 0 1 16.93 13"}),(0,he.h)("path",{fill:"#F79D1D",d:"M33 13c0 2.12-.84 4.15-2.34 5.65a8.1 8.1 0 0 1-10.66.64A8.05 8.05 0 0 0 23.07 13 7.96 7.96 0 0 0 20 6.71a8.02 8.02 0 0 1 10.66.64A7.93 7.93 0 0 1 33 13"})),Nt=zr;var ze=require("preact"),Fr=({opacity:e=1})=>(0,ze.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26",opacity:e},(0,ze.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,ze.h)("path",{fill:"#1434CB",d:"m15.9 7.7-4.43 10.6h-2.9l-2.2-8.47c-.13-.52-.25-.71-.65-.93C5.05 8.55 3.96 8.2 3 8l.07-.32h4.67c.6 0 1.13.4 1.27 1.09l1.15 6.14 2.86-7.23h2.89Zm11.39 7.15c0-2.8-3.88-2.96-3.85-4.21 0-.38.37-.79 1.16-.9a5.2 5.2 0 0 1 2.71.48l.48-2.25a7.4 7.4 0 0 0-2.57-.47c-2.71 0-4.62 1.44-4.64 3.51-.02 1.53 1.36 2.38 2.4 2.9 1.08.51 1.44.85 1.43 1.31 0 .71-.85 1.03-1.64 1.04-1.39.02-2.19-.37-2.82-.67l-.5 2.33c.64.29 1.82.55 3.05.56 2.89 0 4.78-1.42 4.79-3.63Zm7.17 3.46H37L34.78 7.7h-2.34c-.53 0-.98.3-1.17.78l-4.12 9.84h2.88l.57-1.58h3.53l.33 1.58Zm-3.07-3.76 1.45-3.99.83 4H31.4ZM19.83 7.7l-2.27 10.62h-2.74L17.09 7.7h2.74Z"})),Ht=Fr;var fe=require("preact"),Br=({opacity:e=1})=>(0,fe.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26",opacity:e},(0,fe.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,fe.h)("path",{fill:"#7773B4",d:"M16.13 19.29h7.74V6.7h-7.74v12.58z"}),(0,fe.h)("path",{fill:"#EA1D25",d:"M16.93 13A7.93 7.93 0 0 1 20 6.71a8.02 8.02 0 0 0-10.65.65 7.96 7.96 0 0 0 0 11.28 8.02 8.02 0 0 0 10.65.65A8.02 8.02 0 0 1 16.93 13"}),(0,fe.h)("path",{fill:"#139FDA",d:"M33 13c0 2.12-.84 4.15-2.34 5.65a8.1 8.1 0 0 1-10.66.64A8.05 8.05 0 0 0 23.07 13 7.96 7.96 0 0 0 20 6.71a8.02 8.02 0 0 1 10.66.64A7.93 7.93 0 0 1 33 13"})),Lt=Br;var Fe=require("preact"),Nr=({opacity:e=1})=>(0,Fe.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"40",height:"26",opacity:e},(0,Fe.h)("path",{fill:"#016FD0",d:"M0 26h40V0H0v26z"}),(0,Fe.h)("path",{fill:"#fff","fill-rule":"evenodd",d:"M30.69 13.63v1.64h-4.17v1.14h4.07v1.64h-4.07v1.12h4.17v1.66l3.38-3.6-3.38-3.6zm-1.1-6.14-1.4-3.19h-4l-4.1 9.32h3.33v8.27l10.28.01 1.61-1.8 1.63 1.8H40v-2.63l-1.92-2.06L40 15.16v-2.59l-1.93.01V7.6l-1.81 4.98H34.5l-1.86-5v5h-4.2l-.6-1.46h-3.3l-.6 1.46h-2.22l3.23-7.27V5.3h2.55l3.19 7.21V5.3l3.1.01 1.6 4.47 1.62-4.48H40v-1h-3.77l-.85 2.39-.85-2.39h-4.94v3.19zm-5.06 6.11v7.27h6.16v-.01h2.54l2.1-2.32 2.12 2.32H40v-.1l-3.34-3.53L40 13.65v-.05h-2.52l-2.1 2.3-2.08-2.3h-8.77zm.7-4.11.96-2.31.97 2.31h-1.93z"})),Ut=Nr;var c=require("preact"),Hr=({opacity:e=1})=>(0,c.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26",opacity:e},(0,c.h)("g",{"clip-path":"url(#a)"},(0,c.h)("path",{fill:"#fff",d:"M0 0h40v26H0V0Z"}),(0,c.h)("path",{fill:"#fff",d:"M36.6 20.66a5.22 5.22 0 0 1-5.22 5.22H3V5.22A5.22 5.22 0 0 1 8.22 0H36.6v20.66Z"}),(0,c.h)("path",{fill:"url(#b)",d:"M27.36 15.36h2.15l.27-.02a.96.96 0 0 0 .76-.96 1 1 0 0 0-.76-.97c-.06-.02-.19-.02-.27-.02h-2.15v1.97Z"}),(0,c.h)("path",{fill:"url(#c)",d:"M29.27 1.75a3.74 3.74 0 0 0-3.74 3.73v3.89h5.28c.12 0 .26 0 .37.02 1.19.06 2.07.67 2.07 1.74 0 .84-.6 1.56-1.7 1.7v.05c1.2.08 2.13.76 2.13 1.8 0 1.13-1.03 1.87-2.38 1.87h-5.8v7.6H31a3.74 3.74 0 0 0 3.73-3.74V1.75h-5.46Z"}),(0,c.h)("path",{fill:"url(#d)",d:"M30.27 11.38c0-.5-.35-.82-.76-.89l-.2-.02h-1.95v1.81h1.95c.06 0 .18 0 .2-.02a.87.87 0 0 0 .76-.88Z"}),(0,c.h)("path",{fill:"url(#e)",d:"M8.6 1.75a3.74 3.74 0 0 0-3.73 3.73v9.22a7.4 7.4 0 0 0 3.22.85c1.3 0 2-.78 2-1.85V9.34h3.2v4.34c0 1.68-1.05 3.06-4.6 3.06-2.16 0-3.84-.47-3.84-.47v7.86h5.48a3.74 3.74 0 0 0 3.74-3.74V1.75H8.6Z"}),(0,c.h)("path",{fill:"url(#f)",d:"M18.94 1.75a3.74 3.74 0 0 0-3.74 3.73v4.9c.94-.8 2.59-1.32 5.24-1.2 1.41.06 2.93.45 2.93.45v1.58a7.1 7.1 0 0 0-2.83-.82c-2.01-.14-3.23.84-3.23 2.57 0 1.74 1.22 2.73 3.23 2.57a7.46 7.46 0 0 0 2.83-.82v1.58s-1.5.39-2.93.45c-2.65.12-4.3-.4-5.24-1.2v8.63h5.48a3.74 3.74 0 0 0 3.74-3.74V1.75h-5.48Z"})),(0,c.h)("defs",null,(0,c.h)("linearGradient",{id:"b",x1:"25.52",x2:"34.75",y1:"14.38",y2:"14.38",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"c",x1:"25.52",x2:"34.75",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"d",x1:"25.52",x2:"34.75",y1:"11.37",y2:"11.37",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"e",x1:"4.86",x2:"14.24",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#1F286F"}),(0,c.h)("stop",{offset:".48","stop-color":"#004E94"}),(0,c.h)("stop",{offset:".83","stop-color":"#0066B1"}),(0,c.h)("stop",{offset:"1","stop-color":"#006FBC"})),(0,c.h)("linearGradient",{id:"f",x1:"15.15",x2:"24.25",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#6C2C2F"}),(0,c.h)("stop",{offset:".17","stop-color":"#882730"}),(0,c.h)("stop",{offset:".57","stop-color":"#BE1833"}),(0,c.h)("stop",{offset:".86","stop-color":"#DC0436"}),(0,c.h)("stop",{offset:"1","stop-color":"#E60039"})),(0,c.h)("clipPath",{id:"a"},(0,c.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"})))),Zt=Hr;var w=require("preact"),Lr=({opacity:e=1})=>(0,w.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"40",height:"26",opacity:e},(0,w.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,w.h)("g",{fill:"#1a1918"},(0,w.h)("path",{d:"M5.96 15.58c0-.56-.3-.52-.58-.53v-.16H7.2a2.28 2.28 0 0 1 2.5 2.2c0 .61-.36 2.17-2.57 2.17H5.38v-.16c.38-.04.56-.05.58-.48zm.61 2.94c0 .49.35.54.65.54a1.75 1.75 0 0 0 1.8-1.95 1.88 1.88 0 0 0-1.96-2.02c-.26 0-.37.02-.49.02zm3.36.58h.12c.17 0 .3 0 .3-.2v-1.7c0-.28-.1-.32-.33-.44v-.1l.67-.23a.22.22 0 0 1 .11-.03c.03 0 .05.04.05.09v2.4c0 .21.13.21.3.21h.11v.16H9.93zm.67-3.67a.3.3 0 0 1 0-.61.3.3 0 0 1 .3.3.31.31 0 0 1-.3.31zm1.26 1.8c0-.23-.07-.3-.36-.41v-.12a8.44 8.44 0 0 0 .82-.3c.02 0 .04.01.04.06v.4a1.83 1.83 0 0 1 1.08-.46c.53 0 .72.39.72.88v1.61c0 .21.14.21.31.21h.12v.16h-1.34v-.16h.11c.18 0 .3 0 .3-.2v-1.63c0-.36-.22-.53-.57-.53a1.66 1.66 0 0 0-.73.3v1.85c0 .21.14.21.31.21h.12v.16h-1.34v-.16h.1c.18 0 .3 0 .3-.2v-1.67m3.21.3a1.55 1.55 0 0 0 0 .37 1.05 1.05 0 0 0 .92 1.08 1.2 1.2 0 0 0 .85-.42l.08.09a1.47 1.47 0 0 1-1.15.7 1.26 1.26 0 0 1-1.2-1.36c0-1.23.83-1.6 1.27-1.6a1 1 0 0 1 1.05 1 .74.74 0 0 1 0 .1l-.06.04zm1.11-.2c.16 0 .18-.08.18-.16a.53.53 0 0 0-.55-.57c-.38 0-.64.28-.72.73zm.86 1.77h.17c.17 0 .3 0 .3-.2v-1.77c0-.2-.23-.23-.33-.28v-.1c.46-.19.7-.35.77-.35.03 0 .05.02.05.08v.56H18c.16-.24.42-.64.8-.64a.34.34 0 0 1 .36.33.3.3 0 0 1-.3.32c-.19 0-.19-.15-.4-.15a.53.53 0 0 0-.46.52v1.47c0 .21.12.21.3.21h.35v.16h-.88a26 26 0 0 0-.74 0zm2.41-.7a.83.83 0 0 0 .78.76.44.44 0 0 0 .51-.45c0-.74-1.36-.5-1.36-1.5a.86.86 0 0 1 .97-.81 1.64 1.64 0 0 1 .71.18l.04.64h-.14a.64.64 0 0 0-.68-.62.44.44 0 0 0-.49.41c0 .74 1.45.51 1.45 1.5 0 .4-.33.85-1.07.85a1.64 1.64 0 0 1-.77-.22l-.07-.72.12-.03m7.44-2.37h-.15A1.2 1.2 0 0 0 25.39 15a1.79 1.79 0 0 0-1.77 2 2.04 2.04 0 0 0 1.87 2.17 1.27 1.27 0 0 0 1.25-1.09l.15.04-.15.91a3.5 3.5 0 0 1-1.38.34A2.23 2.23 0 0 1 22.97 17a2.3 2.3 0 0 1 2.37-2.2 4.5 4.5 0 0 1 1.48.33l.06.9m.22 3.07h.13c.17 0 .3 0 .3-.2v-3.5c0-.4-.1-.42-.34-.49v-.1a3.96 3.96 0 0 0 .65-.27.66.66 0 0 1 .14-.07c.03 0 .05.04.05.1v4.32c0 .21.13.21.3.21h.12v.16H27.1zm4.02-.18c0 .11.07.12.18.12h.25v.12a6.33 6.33 0 0 0-.9.2l-.03-.02v-.5a1.69 1.69 0 0 1-1.11.52.68.68 0 0 1-.69-.75v-1.6c0-.17-.02-.32-.37-.35v-.12l.8-.05c.07 0 .07.05.07.18v1.62c0 .19 0 .73.55.73a1.4 1.4 0 0 0 .75-.38v-1.7c0-.12-.3-.18-.52-.25v-.11c.56-.04.91-.09.97-.09.05 0 .05.05.05.11zm1.25-2.07a1.58 1.58 0 0 1 .93-.45 1.22 1.22 0 0 1 1.16 1.31 1.58 1.58 0 0 1-1.5 1.65 1.84 1.84 0 0 1-.86-.22l-.19.14-.13-.07a7.37 7.37 0 0 0 .09-1.11v-2.7c0-.4-.1-.42-.33-.49v-.1a3.93 3.93 0 0 0 .64-.27.67.67 0 0 1 .14-.07c.04 0 .05.04.05.1zm0 1.7a.67.67 0 0 0 .64.64c.67 0 .95-.65.95-1.21a1.2 1.2 0 0 0-1-1.24.96.96 0 0 0-.6.3v1.51zM5.38 22.91h.04c.13 0 .26-.02.26-.2v-1.78c0-.18-.13-.2-.26-.2h-.04v-.1l.5.01.54-.01v.1h-.05c-.12 0-.25.02-.25.2v1.79c0 .17.13.19.25.19h.05v.1L5.88 23l-.5.01z"}),(0,w.h)("path",{d:"M6.42 23.03 5.88 23l-.5.02h-.02v-.14h.06c.13 0 .24 0 .24-.17v-1.8c0-.16-.11-.17-.24-.17h-.06v-.13h1.07v.13h-.06c-.13 0-.24.01-.24.18v1.79c0 .16.11.17.24.17h.06v.14zM6.4 23v-.08h-.03c-.12 0-.27-.02-.27-.2v-1.8c0-.18.15-.2.27-.2h.03v-.07h-1v.07h.03c.13 0 .27.02.27.2v1.8c0 .18-.14.2-.27.2H5.4V23l.49-.02.52.02zm2.35-.66h.01v-1.29a.28.28 0 0 0-.3-.32H8.4v-.1l.48.01.42-.01v.1h-.06c-.14 0-.3.03-.3.44v1.55a2.27 2.27 0 0 0 .02.34h-.13L7.07 21.1v1.41c0 .3.06.4.32.4h.06v.1L7 23l-.47.01v-.1h.05c.24 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.4.01.3-.01 1.51 1.71"}),(0,w.h)("path",{d:"M8.95 23.08h-.14l-1.73-1.94v1.37c0 .3.05.38.3.38h.08v.14h-.01L7 23l-.47.02h-.01v-.14h.06c.23 0 .3-.14.3-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.72l1.5 1.69v-1.26c0-.27-.19-.3-.29-.3h-.09v-.13h.94v.13h-.07c-.14 0-.28.01-.28.42v1.55a2.27 2.27 0 0 0 .02.34v.02zm-.13-.03h.11a2.3 2.3 0 0 1-.01-.33v-1.55c0-.41.17-.45.31-.45h.04v-.07H8.4v.07h.06a.3.3 0 0 1 .32.33v1.3h-.02v.01l-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .32.32v1.44c0 .27-.07.44-.32.45h-.03V23l.45-.02.42.02v-.07H7.4c-.27 0-.34-.12-.34-.42v-1.44l1.77 1.98zm-.07-.71.01-.01v.01zm0 0v-.01zM9.8 20.8c-.26 0-.27.06-.32.31h-.1l.04-.29a2.04 2.04 0 0 0 .02-.29h.08c.03.1.11.1.2.1h1.76c.1 0 .18 0 .18-.1h.09l-.04.28v.28l-.11.04c0-.13-.02-.33-.25-.33h-.56v1.82c0 .26.12.29.28.29h.07v.1l-.56-.01-.57.01v-.1h.06c.19 0 .28-.02.28-.29V20.8z"}),(0,w.h)("path",{d:"m11.14 23.03-.56-.02-.57.02h-.02v-.14h.08c.19 0 .26 0 .27-.27v-1.8H9.8v-.03h.57v1.83c0 .28-.11.3-.3.3h-.05V23l.56-.02.54.02v-.07h-.05c-.16 0-.3-.05-.3-.31v-1.83h.58c.23 0 .26.2.26.32l.08-.03a3.96 3.96 0 0 1 .04-.53h-.05c-.02.1-.11.1-.2.1H9.71c-.08 0-.17 0-.2-.1h-.06a2.04 2.04 0 0 1-.02.27c0 .1-.02.19-.04.28h.08c.04-.24.07-.32.33-.31v.03c-.26 0-.25.04-.3.3h-.14v-.01l.04-.3a1.93 1.93 0 0 0 .02-.28v-.01h.11c.03.1.09.1.18.1h1.77c.1 0 .16 0 .17-.1v-.01h.02l.1.02-.01.01-.04.28v.28h-.01l-.12.05v-.02c-.01-.13-.03-.31-.24-.31h-.55v1.8c0 .25.11.27.27.27h.08v.14zm.71-.12h.05c.12 0 .25-.02.25-.2v-1.78c0-.18-.13-.2-.25-.2h-.05v-.1l.85.01.87-.01.01.52-.1.03c-.02-.22-.06-.4-.42-.4h-.47v.9h.4c.2 0 .25-.12.27-.3h.1v.78l-.1.02c-.02-.2-.03-.33-.26-.33h-.4v.79c0 .22.19.22.4.22.41 0 .6-.03.7-.41l.1.02a7.7 7.7 0 0 0-.12.54l-.92-.01-.9.01v-.1"}),(0,w.h)("path",{d:"m13.68 23.03-.92-.02-.9.02h-.02v-.14h.06c.13 0 .24 0 .24-.17v-1.8c0-.16-.11-.17-.24-.17h-.06v-.13h1.75v.01a4.18 4.18 0 0 0 0 .52v.01l-.13.04v-.02c-.02-.22-.05-.38-.4-.38h-.46v.86h.4c.2 0 .23-.1.25-.29v-.01h.13v.01a8.08 8.08 0 0 0 0 .8h-.01l-.12.03v-.02c-.02-.2-.03-.32-.25-.32h-.4v.78c0 .2.18.2.4.2.42 0 .58-.02.68-.4v-.01h.02l.1.03v.01a7.8 7.8 0 0 0-.11.54v.02zm-.02-.03.11-.52-.06-.02c-.1.39-.3.42-.7.42-.22 0-.43 0-.44-.24v-.8H13c.24-.01.26.13.28.33l.07-.02a7.25 7.25 0 0 1 0-.76h-.07c-.02.18-.08.3-.29.3h-.42v-.92h.5c.35 0 .4.18.42.4l.07-.03a5.76 5.76 0 0 1 0-.5l-.86.02-.83-.01v.07h.03c.12 0 .27.02.27.2v1.8c0 .18-.15.2-.27.2h-.03V23l.89-.02zm.59-2c0-.26-.14-.27-.24-.27h-.06v-.1l.53.01.54-.01c.43 0 .81.12.81.6a.64.64 0 0 1-.47.6l.58.87a.38.38 0 0 0 .33.21v.1l-.33-.01-.32.01a9.45 9.45 0 0 1-.7-1.1h-.23v.73c0 .26.12.27.28.27h.06v.1l-.59-.01-.5.01v-.1h.07c.13 0 .24-.06.24-.18v-1.74zm.44.78h.16c.34 0 .53-.13.53-.53a.47.47 0 0 0-.5-.5 1.65 1.65 0 0 0-.2.02v1.01z"}),(0,w.h)("path",{d:"m16.27 23.03-.33-.02c-.1 0-.21.02-.33.01a9.54 9.54 0 0 1-.7-1.1h-.2v.72c0 .25.1.25.26.25h.07v.14h-.01l-.59-.02-.5.02v-.14H14c.12 0 .22-.05.23-.16v-1.74c0-.24-.13-.24-.23-.24h-.08v-.13h1.09c.43 0 .83.11.83.61a.65.65 0 0 1-.47.6l.57.87a.37.37 0 0 0 .32.2h.02v.13zm-1.58-1.14h.23a10.55 10.55 0 0 0 .7 1.1h.64v-.07a.39.39 0 0 1-.33-.2l-.6-.9h.02a.63.63 0 0 0 .47-.59c0-.47-.37-.58-.8-.58h-1.06v.07h.05c.1 0 .26.02.26.27v1.74c0 .13-.13.2-.26.2h-.05V23l.48-.02.57.02v-.07h-.04c-.16 0-.3-.02-.3-.3v-.74zm0-.1h-.02v-1.04h.01a1.63 1.63 0 0 1 .2-.01.48.48 0 0 1 .51.51c0 .4-.2.55-.54.55zm.16-.02c.34 0 .51-.12.51-.52a.45.45 0 0 0-.48-.48 1.33 1.33 0 0 0-.18.01v.99zm3.73.57h.01v-1.29a.28.28 0 0 0-.3-.32h-.07v-.1l.48.01.42-.01v.1h-.06c-.14 0-.3.03-.3.44v1.55a2.27 2.27 0 0 0 .02.34h-.13L16.9 21.1v1.41c0 .3.06.4.32.4h.06v.1l-.44-.01-.47.01v-.1h.05c.24 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.4.01.3-.01z"}),(0,w.h)("path",{d:"M18.78 23.08h-.14l-1.73-1.94v1.37c0 .3.05.38.3.38h.08v.14h-.01l-.44-.02-.47.02h-.01v-.14h.06c.23 0 .3-.14.3-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.71l1.5 1.69v-1.26c0-.27-.18-.3-.28-.3h-.09v-.13h.93v.13h-.07c-.14 0-.28.01-.28.42v1.55a2.15 2.15 0 0 0 .02.34v.02zm-.13-.03h.11a2.34 2.34 0 0 1-.01-.33v-1.55c0-.41.17-.45.31-.45h.04v-.07h-.87v.07h.06a.3.3 0 0 1 .32.33v1.3h-.02v.01l-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .32.32v1.44c0 .27-.07.44-.32.45h-.03V23l.45-.02.42.02v-.07h-.04c-.27 0-.34-.12-.34-.42v-1.44zm-.07-.71.01-.01v.01zm0 0v-.01zm1.08.18a1.38 1.38 0 0 0-.07.27c0 .1.14.12.25.12h.04v.1a7.72 7.72 0 0 0-.78 0v-.1h.02a.3.3 0 0 0 .3-.22l.54-1.57a2.87 2.87 0 0 0 .13-.42 1.73 1.73 0 0 0 .3-.15.08.08 0 0 1 .04 0 .02.02 0 0 1 .02 0l.03.1.63 1.78.12.34a.22.22 0 0 0 .23.14h.02v.1a9.66 9.66 0 0 0-.98 0v-.1h.03c.08 0 .22-.01.22-.1a1.1 1.1 0 0 0-.07-.25l-.14-.4h-.77l-.1.36zm.5-1.5-.32.96h.63l-.31-.97z"}),(0,w.h)("path",{d:"M21.48 23.03 21 23l-.51.02h-.02v-.14h.05c.08 0 .2-.01.2-.08a1.1 1.1 0 0 0-.07-.24l-.13-.39h-.75l-.1.35a1.41 1.41 0 0 0-.08.26c0 .08.13.1.24.1h.06v.14h-.02l-.41-.02-.37.02h-.01v-.14h.03a.3.3 0 0 0 .28-.2l.55-1.57a4.05 4.05 0 0 0 .13-.44 1.75 1.75 0 0 0 .31-.14.09.09 0 0 1 .03-.01.04.04 0 0 1 .04.02l.03.09.63 1.78c.04.12.08.25.13.35a.2.2 0 0 0 .2.12h.04v.14h-.01zM20.5 23l.5-.02.45.02v-.07a.23.23 0 0 1-.24-.15c-.05-.1-.09-.23-.13-.35l-.62-1.78-.03-.09h-.02a.08.08 0 0 0-.01 0 1.26 1.26 0 0 1-.3.14 2.83 2.83 0 0 1-.13.43l-.55 1.56a.32.32 0 0 1-.3.24h-.01V23l.35-.02.4.02v-.07h-.03c-.1 0-.26-.02-.27-.14a1.35 1.35 0 0 1 .08-.27h.01-.01l.11-.36h.8l.13.4a1.04 1.04 0 0 1 .07.25c0 .1-.15.11-.23.12h-.02zm-.7-1 .33-1h.03l.32 1zm.05-.04h.6l-.3-.91zm.28-.94h.01zm1.5-.22c-.26 0-.27.06-.32.31h-.1l.04-.29a2.1 2.1 0 0 0 .02-.29h.08c.03.1.11.1.2.1h1.76c.1 0 .18 0 .19-.1h.08l-.04.28v.28l-.1.04c-.02-.13-.03-.33-.26-.33h-.56v1.82c0 .26.12.29.28.29h.07v.1L22.4 23l-.57.01v-.1h.06c.19 0 .29-.02.29-.29V20.8h-.56"}),(0,w.h)("path",{d:"M22.97 23.03 22.4 23l-.57.02h-.02v-.14h.08c.19 0 .27 0 .27-.27v-1.8h-.54v-.03h.57v1.83c0 .28-.11.3-.3.3h-.05V23l.56-.02.54.02v-.07h-.05c-.16 0-.3-.05-.3-.31v-1.83h.58c.23 0 .26.2.26.32l.08-.03v-.27l.04-.26h-.05c-.02.1-.11.1-.2.1h-1.77c-.08 0-.17 0-.2-.1h-.06a2 2 0 0 1-.02.27c0 .1-.02.19-.04.28h.08c.04-.24.07-.32.33-.31v.03c-.26 0-.25.04-.3.3h-.14v-.01l.04-.29a1.98 1.98 0 0 0 .02-.29v-.01h.11c.03.1.1.1.18.1h1.77c.1 0 .17 0 .17-.1v-.01h.02l.1.02v.01l-.05.28v.28h-.01l-.12.05v-.02c-.01-.13-.03-.31-.24-.31h-.54v1.8c0 .25.1.27.26.27h.08v.14h-.01m.74-.12h.05c.12 0 .25-.02.25-.2v-1.78c0-.18-.13-.2-.25-.2h-.05v-.1l.5.01.54-.01v.1h-.05c-.12 0-.25.02-.25.2v1.79c0 .17.13.19.25.19h.05v.1L24.2 23l-.5.01z"}),(0,w.h)("path",{d:"M24.74 23.03 24.2 23l-.5.02h-.01v-.14h.06c.12 0 .24 0 .24-.17v-1.8c0-.16-.12-.17-.24-.17h-.06v-.13h1.07v.13h-.07c-.12 0-.23.01-.23.18v1.79c0 .16.1.17.23.17h.07v.14zm-.01-.03v-.07h-.04c-.12 0-.26-.03-.26-.21v-1.8c0-.18.14-.2.26-.2h.04v-.07H23.7v.07h.04c.12 0 .27.02.27.2v1.8c0 .18-.15.2-.27.2h-.03V23l.48-.02.53.02zm1.37-2.42a1.2 1.2 0 0 1 1.3 1.18 1.25 1.25 0 0 1-1.28 1.3 1.2 1.2 0 0 1-1.28-1.22 1.24 1.24 0 0 1 1.26-1.26m.05 2.33c.66 0 .78-.58.78-1.08s-.27-1.1-.84-1.1c-.6 0-.77.53-.77.99 0 .6.28 1.2.83 1.2"}),(0,w.h)("path",{d:"M24.83 21.84a1.26 1.26 0 0 1 1.27-1.28v.03a1.23 1.23 0 0 0-1.24 1.25 1.19 1.19 0 0 0 1.26 1.2 1.24 1.24 0 0 0 1.27-1.28 1.18 1.18 0 0 0-1.3-1.17v-.03a1.21 1.21 0 0 1 1.33 1.2 1.27 1.27 0 0 1-1.3 1.32 1.22 1.22 0 0 1-1.3-1.24m.48-.12c0-.46.18-1 .8-1 .57 0 .84.61.84 1.11s-.12 1.1-.79 1.1v-.03c.65 0 .76-.57.76-1.07s-.26-1.08-.82-1.09c-.58 0-.75.52-.76.98 0 .6.28 1.18.82 1.18v.03c-.56 0-.84-.6-.85-1.21m4.4.62v-1.29a.28.28 0 0 0-.3-.32h-.07v-.1l.48.01.42-.01v.1h-.05c-.15 0-.3.03-.3.44v1.55a2.2 2.2 0 0 0 .01.34h-.12L28 21.1v1.41c0 .3.06.4.32.4h.06v.1l-.44-.01-.46.01v-.1h.05c.23 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.39.01.3-.01 1.52 1.71"}),(0,w.h)("path",{d:"M29.9 23.08h-.15l-1.72-1.94v1.37c0 .3.05.38.3.38h.07v.14h-.01l-.44-.02-.46.02h-.02v-.14h.07c.22 0 .28-.14.29-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.72l1.5 1.69v-1.26c0-.27-.18-.3-.28-.3h-.1v-.13h.94v.13h-.06c-.14 0-.29.01-.3.42v1.55a2.26 2.26 0 0 0 .03.34v.02zm-.13-.03h.1a2.42 2.42 0 0 1-.01-.33v-1.55c0-.41.17-.45.32-.45h.03v-.07h-.86v.07h.06a.3.3 0 0 1 .3.33v1.3l-.01.01-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .33.32v1.44c0 .27-.08.44-.32.45h-.04V23l.45-.02.43.02v-.07h-.05c-.27 0-.33-.12-.33-.42v-1.44zm-.07-.71v-.01zm-.01 0v-.01zm1.09.18a1.43 1.43 0 0 0-.08.27c0 .1.14.12.26.12h.03v.1a7.71 7.71 0 0 0-.78 0v-.1h.02a.3.3 0 0 0 .3-.22l.55-1.57a2.79 2.79 0 0 0 .12-.42 1.75 1.75 0 0 0 .31-.15.07.07 0 0 1 .03 0 .02.02 0 0 1 .02 0l.03.1.63 1.78c.04.11.08.24.13.34a.22.22 0 0 0 .22.14h.02v.1a9.66 9.66 0 0 0-.98 0v-.1h.04c.08 0 .2-.01.2-.1a1.1 1.1 0 0 0-.06-.25l-.13-.4h-.78zm.5-1.5h-.01l-.32.96h.64l-.32-.97z"}),(0,w.h)("path",{d:"m32.59 23.03-.47-.02-.5.02h-.02v-.14h.05c.08 0 .2-.01.2-.08a1.06 1.06 0 0 0-.07-.24l-.13-.39h-.76l-.1.35a1.44 1.44 0 0 0-.07.26c0 .08.12.1.24.1H31v.14h-.02l-.4-.02-.38.02h-.01v-.14h.03a.3.3 0 0 0 .29-.2l.54-1.57a4.27 4.27 0 0 0 .14-.44 1.85 1.85 0 0 0 .3-.14.08.08 0 0 1 .04 0 .04.04 0 0 1 .04.01l.03.09.62 1.78c.04.12.08.25.13.35a.2.2 0 0 0 .2.12h.04v.14h-.01zm-.97-.03.5-.02.46.02v-.08h-.01a.23.23 0 0 1-.24-.14l-.12-.35-.63-1.78a3.61 3.61 0 0 1-.03-.09h-.01a.06.06 0 0 0-.02 0 1.3 1.3 0 0 1-.3.14 2.94 2.94 0 0 1-.13.43l-.55 1.56a.32.32 0 0 1-.3.24h-.01V23l.35-.02.4.02v-.07h-.02c-.11 0-.27-.02-.27-.14a1.42 1.42 0 0 1 .07-.27h.02-.02l.11-.36h.8l.13.4a1.07 1.07 0 0 1 .07.25c0 .1-.15.11-.22.12h-.03zm-.7-1 .34-1h.02l.33 1zm.05-.04h.6l-.3-.91zm2.48.72c0 .13.1.18.2.19a2.47 2.47 0 0 0 .45 0 .48.48 0 0 0 .33-.2.78.78 0 0 0 .1-.24h.1l-.12.58-.9-.01-.9.01v-.1h.05c.12 0 .25-.02.25-.23v-1.75c0-.18-.13-.2-.25-.2h-.05v-.1l.54.01.51-.01v.1h-.08c-.13 0-.23 0-.23.19z"}),(0,w.h)("path",{d:"m34.5 23.03-.9-.02-.9.02v-.14h.06c.12 0 .24 0 .24-.2v-1.76c0-.17-.12-.18-.24-.18h-.07v-.13h1.09v.13h-.1c-.13 0-.21 0-.22.17v1.76c0 .13.09.16.2.17l.18.01a2.46 2.46 0 0 0 .26-.01.48.48 0 0 0 .32-.18.77.77 0 0 0 .1-.24v-.01h.13v.02l-.13.58zm0-.03.11-.55h-.07a.77.77 0 0 1-.1.24.5.5 0 0 1-.34.19 2.6 2.6 0 0 1-.26.01h-.19c-.11-.02-.22-.07-.22-.21v-1.76c0-.2.12-.2.25-.2h.07v-.07h-1.03v.07h.04c.12 0 .27.02.27.2v1.76c0 .22-.15.24-.27.24h-.04V23l.89-.02.88.02zm.1-2.47a.36.36 0 1 1-.37.36.35.35 0 0 1 .36-.36zm0 .66a.3.3 0 1 0-.3-.3.29.29 0 0 0 .3.3zm-.19-.1v-.02c.05-.01.05 0 .05-.04v-.26c0-.04 0-.05-.05-.05v-.02h.19c.06 0 .12.03.12.1a.11.11 0 0 1-.09.1l.06.09a.38.38 0 0 0 .08.08v.01h-.07c-.03 0-.06-.07-.13-.16h-.04v.12c0 .02.01.02.06.03v.01zm.12-.2h.05c.04 0 .06-.03.06-.09s-.03-.08-.07-.08h-.04z"})),(0,w.h)("path",{fill:"#fff",d:"M13.33 8.58a5.77 5.77 0 1 1 5.76 5.78 5.77 5.77 0 0 1-5.76-5.78"}),(0,w.h)("path",{fill:"#154a78",d:"M22.58 8.47a3.48 3.48 0 0 0-2.23-3.24v6.48a3.48 3.48 0 0 0 2.23-3.24zm-4.7 3.24V5.23a3.47 3.47 0 0 0 0 6.48zM19.1 3a5.48 5.48 0 1 0 5.47 5.48A5.47 5.47 0 0 0 19.11 3zm0 11.48a5.99 5.99 0 0 1-6.03-5.94A5.9 5.9 0 0 1 19.1 2.5h1.55a6.1 6.1 0 0 1 6.24 6.03 6.22 6.22 0 0 1-6.24 5.94z"})),Ot=Lr;var s=require("preact"),Ur=({opacity:e=1})=>(0,s.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26",opacity:e},(0,s.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,s.h)("g",{"clip-path":"url(#a)"},(0,s.h)("g",{"clip-path":"url(#b)"},(0,s.h)("path",{fill:"#000",d:"M3.5 19.56a1.6 1.6 0 0 1 1.54-1.6h.06a1.52 1.52 0 0 1 1.42.77l-.43.25a1.02 1.02 0 0 0-.99-.59 1.13 1.13 0 0 0-1.14 1.11v.03a1.05 1.05 0 0 0 .99 1.14h.1a.94.94 0 0 0 1.04-.83H5.01v-.43h1.51v1.66h-.46v-.49l.03-.12a1.08 1.08 0 0 1-1.08.64 1.49 1.49 0 0 1-1.51-1.48v-.06Zm3.58-1.79h.46v3.33h-.46v-3.33Zm.92 2.2a1.2 1.2 0 1 1 .74 1.11A1.19 1.19 0 0 1 8 19.96Zm1.91 0a.74.74 0 1 0-1.48.06.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm1.36.8v.33h-.46v-3.36h.46v1.4a.98.98 0 0 1 .77-.38 1.19 1.19 0 0 1 0 2.38.9.9 0 0 1-.77-.37Zm1.48-.8a.75.75 0 1 0-1.5-.04v.03a.76.76 0 1 0 1.5 0Zm.8.55c0-.46.28-.65.9-.74.43-.06.58-.1.58-.25s-.12-.37-.46-.37a.54.54 0 0 0-.58.43l-.44-.18a1.01 1.01 0 0 1 1.02-.65c.59 0 .96.3.96.86v1.48h-.43v-.33a.75.75 0 0 1-.74.4c-.5 0-.8-.28-.8-.65Zm1.33.06a.5.5 0 0 0 .19-.4v-.19c0 .1-.16.13-.5.16-.4.06-.55.15-.55.34 0 .15.15.28.37.28.18 0 .35-.07.49-.19Zm1.14-2.8h.46v3.32h-.46v-3.33Zm2.04.24h.5l1.53 2.34v-2.34h.47v3.12h-.47l-1.57-2.41v2.4h-.46v-3.11Zm2.96 1.94a1.18 1.18 0 0 1 1.17-1.2h.03a1.14 1.14 0 0 1 1.17 1.11v.25h-1.94a.77.77 0 0 0 .96.58c.2-.05.37-.17.49-.34l.37.22a1.18 1.18 0 0 1-1.05.56 1.15 1.15 0 0 1-1.2-1.11v-.07Zm.46-.21h1.45a.67.67 0 0 0-.7-.56.7.7 0 0 0-.75.56Zm2.56.61v-1.14h-.46v-.4h.46v-.5l.46-.3v.8h.62v.4h-.65v1.14c0 .25.13.37.31.37.12 0 .24-.03.34-.09v.43a.82.82 0 0 1-.37.1c-.46 0-.71-.25-.71-.8Zm1.36-1.54h.46l.52 1.67.62-1.67h.43l.62 1.67.55-1.67h.47l-.8 2.28h-.44l-.61-1.66-.65 1.7h-.46l-.71-2.32Zm3.88 1.14a1.2 1.2 0 1 1 .74 1.12 1.19 1.19 0 0 1-.74-1.12Zm1.92 0a.74.74 0 1 0-1.48.07.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm.89-1.14h.46v.4a.72.72 0 0 1 .65-.4h.19v.46h-.28c-.37 0-.56.16-.56.6v1.22h-.46v-2.28Zm2.59 1.24-.4.43v.58h-.46v-3.3h.46V20l1.08-1.17h.55l-.89.96.92 1.32h-.52l-.74-1.04ZM5.2 10.16H3.72v5.18H5.2c.66.03 1.32-.18 1.85-.59a2.56 2.56 0 0 0 .92-1.97c0-1.54-1.14-2.62-2.77-2.62Zm1.2 3.88c-.3.28-.74.4-1.39.4h-.28v-3.39h.28a1.88 1.88 0 0 1 1.39.43 1.73 1.73 0 0 1 .55 1.3c0 .48-.2.93-.55 1.26Zm2.03-3.88h1.02v5.18H8.43v-5.18Zm3.49 2c-.62-.22-.77-.37-.77-.65 0-.34.3-.58.74-.58a.97.97 0 0 1 .8.43l.53-.68a2.32 2.32 0 0 0-1.52-.59 1.52 1.52 0 0 0-1.6 1.42v.06c0 .71.34 1.08 1.26 1.42.25.08.49.18.71.31a.64.64 0 0 1 .31.53.75.75 0 0 1-.74.74h-.03a1.29 1.29 0 0 1-1.1-.68l-.66.61a2 2 0 0 0 1.8 1 1.68 1.68 0 0 0 1.78-1.7c-.03-.87-.37-1.24-1.51-1.64Zm1.82.59a2.66 2.66 0 0 0 2.65 2.68h.06c.44 0 .88-.1 1.27-.3v-1.18a1.54 1.54 0 0 1-1.2.55 1.69 1.69 0 0 1-1.73-1.63v-.15a1.72 1.72 0 0 1 1.66-1.8h.03a1.64 1.64 0 0 1 1.27.6v-1.15c-.38-.2-.8-.31-1.23-.3a2.69 2.69 0 0 0-2.78 2.68Zm11.97.9-1.4-3.5h-1.07l2.19 5.31h.52l2.25-5.3h-1.1l-1.4 3.48Zm2.96 1.69h2.83v-.87h-1.85v-1.41h1.8v-.87h-1.8v-1.14h1.85v-.9h-2.83v5.19Zm6.84-3.64c0-.96-.68-1.51-1.82-1.51h-1.48v5.18h1.02v-2.1h.12l1.4 2.07h1.23l-1.64-2.2a1.36 1.36 0 0 0 1.17-1.44Zm-2.03.86h-.31V11h.3c.62 0 .96.28.96.77.03.52-.3.8-.95.8Zm2.84-2.13c0-.09-.07-.15-.19-.15h-.15v.46h.12v-.15l.12.18h.13l-.13-.21c.06 0 .1-.06.1-.13Zm-.19.07-.03-.13h.03c.06 0 .1.03.1.06-.04.07-.07.07-.1.07Z"})),(0,s.h)("path",{fill:"#000",d:"M36.16 10.13a.4.4 0 0 0-.4.4.4.4 0 1 0 .8 0 .4.4 0 0 0-.4-.4Zm0 .74a.32.32 0 0 1-.34-.31.32.32 0 0 1 .65-.03.34.34 0 0 1-.3.34Z"}),(0,s.h)("path",{fill:"url(#c)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("path",{fill:"url(#d)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("mask",{id:"e",width:"6",height:"6",x:"18",y:"10",maskUnits:"userSpaceOnUse",style:"mask-type:luminance"},(0,s.h)("path",{fill:"#fff",d:"M18.06 12.75a2.74 2.74 0 1 0 5.49 0 2.74 2.74 0 0 0-5.5 0Z"})),(0,s.h)("g",{mask:"url(#e)"},(0,s.h)("path",{fill:"url(#f)",d:"M17.75 12.87a3.36 3.36 0 1 0 6.72 0 3.36 3.36 0 0 0-6.72 0Z"}))),(0,s.h)("g",{"clip-path":"url(#g)"},(0,s.h)("g",{"clip-path":"url(#h)"},(0,s.h)("path",{fill:"#000",d:"M3.5 19.56a1.6 1.6 0 0 1 1.54-1.6h.06a1.52 1.52 0 0 1 1.42.77l-.43.25a1.02 1.02 0 0 0-.99-.59 1.13 1.13 0 0 0-1.14 1.11v.03a1.05 1.05 0 0 0 .99 1.14h.1a.94.94 0 0 0 1.04-.83H5.01v-.43h1.51v1.66h-.46v-.49l.03-.12a1.08 1.08 0 0 1-1.08.64 1.49 1.49 0 0 1-1.51-1.48v-.06Zm3.58-1.79h.46v3.33h-.46v-3.33Zm.92 2.2a1.2 1.2 0 1 1 .74 1.11A1.19 1.19 0 0 1 8 19.96Zm1.91 0a.74.74 0 1 0-1.48.06.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm1.36.8v.33h-.46v-3.36h.46v1.4a.98.98 0 0 1 .77-.38 1.19 1.19 0 0 1 0 2.38.9.9 0 0 1-.77-.37Zm1.48-.8a.75.75 0 1 0-1.5-.04v.03a.76.76 0 1 0 1.5 0Zm.8.55c0-.46.28-.65.9-.74.43-.06.58-.1.58-.25s-.12-.37-.46-.37a.54.54 0 0 0-.58.43l-.44-.18a1.01 1.01 0 0 1 1.02-.65c.59 0 .96.3.96.86v1.48h-.43v-.33a.75.75 0 0 1-.74.4c-.5 0-.8-.28-.8-.65Zm1.33.06a.5.5 0 0 0 .19-.4v-.19c0 .1-.16.13-.5.16-.4.06-.55.15-.55.34 0 .15.15.28.37.28.18 0 .35-.07.49-.19Zm1.14-2.8h.46v3.32h-.46v-3.33Zm2.04.24h.5l1.53 2.34v-2.34h.47v3.12h-.47l-1.57-2.41v2.4h-.46v-3.11Zm2.96 1.94a1.18 1.18 0 0 1 1.17-1.2h.03a1.14 1.14 0 0 1 1.17 1.11v.25h-1.94a.77.77 0 0 0 .96.58c.2-.05.37-.17.49-.34l.37.22a1.18 1.18 0 0 1-1.05.56 1.15 1.15 0 0 1-1.2-1.11v-.07Zm.46-.21h1.45a.67.67 0 0 0-.7-.56.7.7 0 0 0-.75.56Zm2.56.61v-1.14h-.46v-.4h.46v-.5l.46-.3v.8h.62v.4h-.65v1.14c0 .25.13.37.31.37.12 0 .24-.03.34-.09v.43a.82.82 0 0 1-.37.1c-.46 0-.71-.25-.71-.8Zm1.36-1.54h.46l.52 1.67.62-1.67h.43l.62 1.67.55-1.67h.47l-.8 2.28h-.44l-.61-1.66-.65 1.7h-.46l-.71-2.32Zm3.88 1.14a1.2 1.2 0 1 1 .74 1.12 1.19 1.19 0 0 1-.74-1.12Zm1.92 0a.74.74 0 1 0-1.48.07.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm.89-1.14h.46v.4a.72.72 0 0 1 .65-.4h.19v.46h-.28c-.37 0-.56.16-.56.6v1.22h-.46v-2.28Zm2.59 1.24-.4.43v.58h-.46v-3.3h.46V20l1.08-1.17h.55l-.89.96.92 1.32h-.52l-.74-1.04ZM5.2 10.16H3.72v5.18H5.2c.66.03 1.32-.18 1.85-.59a2.56 2.56 0 0 0 .92-1.97c0-1.54-1.14-2.62-2.77-2.62Zm1.2 3.88c-.3.28-.74.4-1.39.4h-.28v-3.39h.28a1.88 1.88 0 0 1 1.39.43 1.73 1.73 0 0 1 .55 1.3c0 .48-.2.93-.55 1.26Zm2.03-3.88h1.02v5.18H8.43v-5.18Zm3.49 2c-.62-.22-.77-.37-.77-.65 0-.34.3-.58.74-.58a.97.97 0 0 1 .8.43l.53-.68a2.32 2.32 0 0 0-1.52-.59 1.52 1.52 0 0 0-1.6 1.42v.06c0 .71.34 1.08 1.26 1.42.25.08.49.18.71.31a.64.64 0 0 1 .31.53.75.75 0 0 1-.74.74h-.03a1.29 1.29 0 0 1-1.1-.68l-.66.61a2 2 0 0 0 1.8 1 1.68 1.68 0 0 0 1.78-1.7c-.03-.87-.37-1.24-1.51-1.64Zm1.82.59a2.66 2.66 0 0 0 2.65 2.68h.06c.44 0 .88-.1 1.27-.3v-1.18a1.54 1.54 0 0 1-1.2.55 1.69 1.69 0 0 1-1.73-1.63v-.15a1.72 1.72 0 0 1 1.66-1.8h.03a1.64 1.64 0 0 1 1.27.6v-1.15c-.38-.2-.8-.31-1.23-.3a2.69 2.69 0 0 0-2.78 2.68Zm11.97.9-1.4-3.5h-1.07l2.19 5.31h.52l2.25-5.3h-1.1l-1.4 3.48Zm2.96 1.69h2.83v-.87h-1.85v-1.41h1.8v-.87h-1.8v-1.14h1.85v-.9h-2.83v5.19Zm6.84-3.64c0-.96-.68-1.51-1.82-1.51h-1.48v5.18h1.02v-2.1h.12l1.4 2.07h1.23l-1.64-2.2a1.36 1.36 0 0 0 1.17-1.44Zm-2.03.86h-.31V11h.3c.62 0 .96.28.96.77.03.52-.3.8-.95.8Zm2.84-2.13c0-.09-.07-.15-.19-.15h-.15v.46h.12v-.15l.12.18h.13l-.13-.21c.06 0 .1-.06.1-.13Zm-.19.07-.03-.13h.03c.06 0 .1.03.1.06-.04.07-.07.07-.1.07Z"})),(0,s.h)("path",{fill:"#000",d:"M36.16 10.13a.4.4 0 0 0-.4.4.4.4 0 1 0 .8 0 .4.4 0 0 0-.4-.4Zm0 .74a.32.32 0 0 1-.34-.31.32.32 0 0 1 .65-.03.34.34 0 0 1-.3.34Z"}),(0,s.h)("path",{fill:"url(#i)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("path",{fill:"url(#j)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("mask",{id:"k",width:"6",height:"6",x:"18",y:"10",maskUnits:"userSpaceOnUse",style:"mask-type:luminance"},(0,s.h)("path",{fill:"#fff",d:"M18.06 12.75a2.74 2.74 0 1 0 5.49 0 2.74 2.74 0 0 0-5.5 0Z"})),(0,s.h)("g",{mask:"url(#k)"},(0,s.h)("path",{fill:"url(#l)",d:"M17.75 12.87a3.36 3.36 0 1 0 6.72 0 3.36 3.36 0 0 0-6.72 0Z"}))),(0,s.h)("defs",null,(0,s.h)("linearGradient",{id:"c",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F59F00"}),(0,s.h)("stop",{offset:".19","stop-color":"#F49B00"}),(0,s.h)("stop",{offset:".37","stop-color":"#F29101"}),(0,s.h)("stop",{offset:".5","stop-color":"#F08302"}),(0,s.h)("stop",{offset:".6","stop-color":"#EE7905"}),(0,s.h)("stop",{offset:".76","stop-color":"#EC7008"}),(0,s.h)("stop",{offset:"1","stop-color":"#EC6D09"})),(0,s.h)("linearGradient",{id:"d",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".04","stop-color":"#F48C1C","stop-opacity":".08"}),(0,s.h)("stop",{offset:".2","stop-color":"#F77314","stop-opacity":".32"}),(0,s.h)("stop",{offset:".35","stop-color":"#F95D0E","stop-opacity":".53"}),(0,s.h)("stop",{offset:".5","stop-color":"#FB4B09","stop-opacity":".7"}),(0,s.h)("stop",{offset:".64","stop-color":"#FD3D05","stop-opacity":".83"}),(0,s.h)("stop",{offset:".77","stop-color":"#FE3302","stop-opacity":".92"}),(0,s.h)("stop",{offset:".9","stop-color":"#FF2D01","stop-opacity":".98"}),(0,s.h)("stop",{offset:"1","stop-color":"#FF2B00"})),(0,s.h)("radialGradient",{id:"f",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(4.24 -167.26 291.02) scale(3.3208)",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".45","stop-color":"#EA8D1D","stop-opacity":".05"}),(0,s.h)("stop",{offset:".66","stop-color":"#CA7618","stop-opacity":".2"}),(0,s.h)("stop",{offset:".83","stop-color":"#924D10","stop-opacity":".48"}),(0,s.h)("stop",{offset:".96","stop-color":"#441304","stop-opacity":".87"}),(0,s.h)("stop",{offset:".99","stop-color":"#2F0401","stop-opacity":".97"})),(0,s.h)("linearGradient",{id:"i",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F59F00"}),(0,s.h)("stop",{offset:".19","stop-color":"#F49B00"}),(0,s.h)("stop",{offset:".37","stop-color":"#F29101"}),(0,s.h)("stop",{offset:".5","stop-color":"#F08302"}),(0,s.h)("stop",{offset:".6","stop-color":"#EE7905"}),(0,s.h)("stop",{offset:".76","stop-color":"#EC7008"}),(0,s.h)("stop",{offset:"1","stop-color":"#EC6D09"})),(0,s.h)("linearGradient",{id:"j",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".04","stop-color":"#F48C1C","stop-opacity":".08"}),(0,s.h)("stop",{offset:".2","stop-color":"#F77314","stop-opacity":".32"}),(0,s.h)("stop",{offset:".35","stop-color":"#F95D0E","stop-opacity":".53"}),(0,s.h)("stop",{offset:".5","stop-color":"#FB4B09","stop-opacity":".7"}),(0,s.h)("stop",{offset:".64","stop-color":"#FD3D05","stop-opacity":".83"}),(0,s.h)("stop",{offset:".77","stop-color":"#FE3302","stop-opacity":".92"}),(0,s.h)("stop",{offset:".9","stop-color":"#FF2D01","stop-opacity":".98"}),(0,s.h)("stop",{offset:"1","stop-color":"#FF2B00"})),(0,s.h)("radialGradient",{id:"l",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(4.24 -167.26 291.02) scale(3.3208)",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".45","stop-color":"#EA8D1D","stop-opacity":".05"}),(0,s.h)("stop",{offset:".66","stop-color":"#CA7618","stop-opacity":".2"}),(0,s.h)("stop",{offset:".83","stop-color":"#924D10","stop-opacity":".48"}),(0,s.h)("stop",{offset:".96","stop-color":"#441304","stop-opacity":".87"}),(0,s.h)("stop",{offset:".99","stop-color":"#2F0401","stop-opacity":".97"})),(0,s.h)("clipPath",{id:"a"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.55H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"b"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.86H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"g"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.55H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"h"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.86H0z",transform:"translate(3.5 10)"})))),Gt=Ur;var me=require("preact"),Zr=({opacity:e=1})=>(0,me.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"40",height:"26",opacity:e},(0,me.h)("rect",{width:"45.3",height:"27",x:"-3.3",y:"-.79",fill:"#fff",rx:"2.82"}),(0,me.h)("path",{fill:"#01798a",d:"M27.27-.79a4.06 4.06 0 0 0-3.6 2.8l-4.96 23.42a2.14 2.14 0 0 0 2 2.8h18.35a2.81 2.81 0 0 0 2.8-2.82V1.15A2.25 2.25 0 0 0 40-.8"}),(0,me.h)("rect",{width:"20.38",height:"29.02",x:"-4",y:"-.79",fill:"#dc1f2b",rx:"2.82"}),(0,me.h)("path",{fill:"#1a4580",d:"M24.37 2.02a3.98 3.98 0 0 1 3.48-2.8H14.18a3.97 3.97 0 0 0-3.5 2.8l-4.85 23.4a2.13 2.13 0 0 0 1.94 2.81h13.7a2.13 2.13 0 0 1-1.94-2.8z"}),(0,me.h)("path",{fill:"#fff",d:"M16.63 15.04h.18a.32.32 0 0 0 .32-.17l.46-.7h1.24l-.26.47h1.49l-.2.7H18.1a.82.82 0 0 1-.75.44h-.92zm-.2 1h3.25l-.21.77h-1.3l-.2.74h1.27l-.21.77h-1.27l-.3 1.09c-.07.18.02.26.29.24h1.03l-.19.71H16.6q-.57 0-.39-.65l.38-1.4h-.81l.2-.76h.82l.2-.74h-.78l.2-.76zm5.19-1.87-.06.45a2.37 2.37 0 0 1 1.18-.47h2.05l-.78 2.88q-.1.5-.84.5h-2.34l-.54 2.01c-.03.11.01.17.13.17h.46l-.17.62h-1.17q-.67 0-.56-.4l1.54-5.76zm1.74.81h-1.84l-.22.78a1.52 1.52 0 0 1 .82-.23h1.1zm-.67 1.8c.14.02.22-.03.22-.16l.12-.4h-1.84l-.16.57zm-1.24.93h1.06l-.02.47h.29c.14 0 .2-.05.2-.14l.1-.3h.87l-.11.44a.76.76 0 0 1-.8.57h-.56v.8c-.01.12.1.18.33.18h.53l-.17.63H21.9c-.36.02-.53-.15-.53-.52zM8.6 10.34a2.62 2.62 0 0 1-1 1.64 3.24 3.24 0 0 1-1.98.58 2.16 2.16 0 0 1-1.68-.59 1.54 1.54 0 0 1-.37-1.06 2.86 2.86 0 0 1 .06-.57l.87-4.2h1.3l-.85 4.15a1.35 1.35 0 0 0-.04.32.82.82 0 0 0 .16.52.89.89 0 0 0 .75.3 1.56 1.56 0 0 0 1-.3 1.37 1.37 0 0 0 .5-.84l.84-4.15h1.3zm5.47-1.65h1.02l-.8 3.74h-1.02zm.32-1.37h1.03l-.2.91H14.2l.19-.9M16 12.15a1.39 1.39 0 0 1-.41-1.05 2.45 2.45 0 0 1 .01-.25l.04-.27a2.55 2.55 0 0 1 .78-1.45 2.07 2.07 0 0 1 1.43-.54 1.5 1.5 0 0 1 1.1.39 1.4 1.4 0 0 1 .4 1.06 2.59 2.59 0 0 1-.02.26l-.05.28a2.48 2.48 0 0 1-.77 1.42 2.08 2.08 0 0 1-1.43.53 1.5 1.5 0 0 1-1.09-.38m1.95-.74a1.84 1.84 0 0 0 .38-.9.58.58 0 0 0 .03-.19 1.74 1.74 0 0 0 .01-.17.76.76 0 0 0-.17-.54.64.64 0 0 0-.5-.2.89.89 0 0 0-.7.3 1.9 1.9 0 0 0-.38.92l-.03.18a1.36 1.36 0 0 0-.01.17.75.75 0 0 0 .17.54.64.64 0 0 0 .5.18.9.9 0 0 0 .7-.3m8.02 3.67.25-.87h1.24l-.05.32a3.1 3.1 0 0 1 1.09-.32h1.54l-.25.87h-.24l-1.16 4.12h.24l-.23.82h-.24l-.1.36h-1.2l.1-.36h-2.38l.23-.82h.24l1.16-4.12zm1.34 0L27 16.2a5.13 5.13 0 0 1 1-.27c.1-.4.24-.85.24-.85zm-.46 1.64-.32 1.17a3.44 3.44 0 0 1 1.01-.33l.24-.84zm.23 2.48.24-.84h-.93l-.24.84zm3.01-5.05h1.17l.05.44c0 .11.06.16.2.16h.2l-.2.74h-.87c-.32.02-.5-.1-.5-.38zm-.34 1.59h3.79l-.23.79h-1.2l-.2.74h1.2l-.23.79h-1.34l-.3.46h.65l.16.93c.01.09.1.13.23.13h.2l-.2.77h-.73c-.37.02-.57-.1-.58-.38l-.18-.85-.6.9a.65.65 0 0 1-.65.36h-1.1l.22-.77h.34a.46.46 0 0 0 .36-.19l.94-1.36h-1.2l.22-.8h1.3l.21-.73h-1.3l.22-.8zM9.8 8.69h.92l-.1.54.12-.16a1.43 1.43 0 0 1 1.1-.48 1 1 0 0 1 .83.34 1.15 1.15 0 0 1 .14.95l-.5 2.56h-.95l.46-2.32a.74.74 0 0 0-.04-.53.44.44 0 0 0-.4-.17.88.88 0 0 0-.62.23 1.14 1.14 0 0 0-.34.63L10 12.44h-.94zm10.55 0h.92l-.1.54.13-.16a1.43 1.43 0 0 1 1.08-.48.99.99 0 0 1 .85.34 1.14 1.14 0 0 1 .13.95l-.5 2.56h-.95l.46-2.32a.75.75 0 0 0-.04-.53.45.45 0 0 0-.4-.17.89.89 0 0 0-.62.23 1.12 1.12 0 0 0-.33.63l-.43 2.16h-.94zm4.55-2.33h2.67a1.8 1.8 0 0 1 1.19.35 1.25 1.25 0 0 1 .4 1v.02a3.77 3.77 0 0 1-.06.59 2.38 2.38 0 0 1-.81 1.4 2.29 2.29 0 0 1-1.5.52h-1.44l-.44 2.2h-1.24zm.67 2.82h1.19a1.14 1.14 0 0 0 .73-.21 1.14 1.14 0 0 0 .36-.67l.03-.15v-.13a.52.52 0 0 0-.22-.47 1.35 1.35 0 0 0-.72-.15h-1zm9.15 3.98a5.91 5.91 0 0 1-.98 1.56 1.99 1.99 0 0 1-1.7.71l.08-.64c.89-.27 1.36-1.51 1.64-2.06l-.33-4.03.68-.01h.58l.06 2.53 1.07-2.53h1.09zM31.68 9l-.43.3a1.35 1.35 0 0 0-1.66-.21c-1.08.5-1.98 4.4 1 3.11l.17.2 1.17.04.77-3.54zm-.66 1.92c-.2.56-.61.94-.94.83-.33-.1-.45-.64-.26-1.2.19-.57.61-.94.94-.83.33.1.45.64.26 1.2"})),Vt=Zr;var Be=require("preact");_(`.straumur__tooltip__content{position:absolute;z-index:50;padding:var(--straumur__space-s);border-radius:var(--straumur__border-radius-s);right:40%;top:100%;width:max-content;color:var(--straumur__color-white);background-color:var(--straumur__color-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}
4
- `);var Ne=require("preact/hooks"),ye=({children:e,content:t})=>{let[r,o]=(0,Ne.useState)(!1),a=(0,Ne.useRef)(null);return(0,Be.h)("div",{style:{position:"relative"}},(0,Be.h)("div",{ref:a,onMouseEnter:()=>{o(!0)},onMouseLeave:()=>{o(!1)}},e),r&&a&&(0,Be.h)("div",{className:"straumur__tooltip__content"},t))};var He=require("preact/hooks");function pt(e){let t=()=>window.matchMedia(e).matches,[r,o]=(0,He.useState)(t);return(0,He.useEffect)(()=>{let a=window.matchMedia(e),n=i=>o(i.matches);return o(a.matches),a.addEventListener("change",n),()=>{a.removeEventListener("change",n)}},[e]),r}function Ue({brands:e,brandHidden:t=[],limit:r=3}){let o=pt("(max-width: 380px)"),n=pt("(max-width: 335px)")?1:o?2:r,i=e.filter(l=>{let{brand:m}=l;return!t.some(v=>v.brand===m)});return(0,M.h)(M.Fragment,null,i.map(({brand:l},m)=>m>=Math.min(r,n)?m===Math.min(r,n)?(0,M.h)(ye,{content:(0,M.h)("span",{style:{display:"flex",gap:"4px",overflow:"visible"}},i.slice(Math.min(r,n)).map(({brand:d})=>(0,M.h)(Le,{key:d,brand:d})))},(0,M.h)("span",{key:l,className:"straumur__render-brand-icons__overflow"},"+",i.length-Math.min(r,n))):null:(0,M.h)(Le,{key:l,brand:l})))}var Le=({brand:e,defaultToBrandName:t=!0})=>{switch(e){case"visa":return(0,M.h)(Ht,null);case"mc":return(0,M.h)(Nt,null);case"maestro":return(0,M.h)(Lt,null);case"amex":return(0,M.h)(Ut,null);case"jcb":return(0,M.h)(Zt,null);case"diners":return(0,M.h)(Ot,null);case"discover":return(0,M.h)(Gt,null);case"cup":return(0,M.h)(Vt,null);default:return t?(0,M.h)("span",null,e):(0,M.h)(M.Fragment,null)}};var u=require("preact"),A=require("preact/hooks");var Ke=require("@adyen/adyen-web");var te=require("preact"),Or=()=>(0,te.h)("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,te.h)("g",{"clip-path":"url(#clip0_10626_39119)"},(0,te.h)("path",{d:"M10.6641 7.5C11.3543 7.5 11.9141 6.94023 11.9141 6.25C11.9141 5.55977 11.3543 5 10.6641 5C9.97383 5 9.41406 5.55859 9.41406 6.25C9.41406 6.94141 9.97266 7.5 10.6641 7.5ZM12.2266 13.125H11.6016V9.6875C11.6016 9.17188 11.1836 8.75 10.6641 8.75H9.41406C8.89844 8.75 8.47656 9.17188 8.47656 9.6875C8.47656 10.2031 8.89844 10.625 9.41406 10.625H9.72656V13.125H9.10156C8.58594 13.125 8.16406 13.5469 8.16406 14.0625C8.16406 14.5781 8.58594 15 9.10156 15H12.2266C12.7441 15 13.1641 14.5801 13.1641 14.0625C13.1641 13.5449 12.7461 13.125 12.2266 13.125Z",fill:"#002649"}),(0,te.h)("path",{opacity:"0.4",d:"M10.6641 0C5.14062 0 0.664062 4.47656 0.664062 10C0.664062 15.5234 5.14062 20 10.6641 20C16.1875 20 20.6641 15.5234 20.6641 10C20.6641 4.47656 16.1875 0 10.6641 0ZM10.6641 5C11.3543 5 11.9141 5.55977 11.9141 6.25C11.9141 6.94023 11.3543 7.5 10.6641 7.5C9.97383 7.5 9.41406 6.94141 9.41406 6.25C9.41406 5.55859 9.97266 5 10.6641 5ZM12.2266 15H9.10156C8.58594 15 8.16406 14.582 8.16406 14.0625C8.16406 13.543 8.58398 13.125 9.10156 13.125H9.72656V10.625H9.41406C8.89648 10.625 8.47656 10.2051 8.47656 9.6875C8.47656 9.16992 8.89844 8.75 9.41406 8.75H10.6641C11.1816 8.75 11.6016 9.16992 11.6016 9.6875V13.125H12.2266C12.7441 13.125 13.1641 13.5449 13.1641 14.0625C13.1641 14.5801 12.7461 15 12.2266 15Z",fill:"#002649"})),(0,te.h)("defs",null,(0,te.h)("clipPath",{id:"clip0_10626_39119"},(0,te.h)("rect",{width:"20",height:"20",fill:"white",transform:"translate(0.664062)"})))),Ze=Or;var de=require("preact"),Gr=()=>(0,de.h)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg",stroke:"#002649"},(0,de.h)("g",{fill:"none","fill-rule":"evenodd"},(0,de.h)("g",{transform:"translate(2 2)","stroke-width":"4"},(0,de.h)("circle",{"stroke-opacity":".3",cx:"18",cy:"18",r:"18"}),(0,de.h)("path",{d:"M36 18c0-9.94-8.06-18-18-18"},(0,de.h)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"}))))),re=Gr;var ht=require("preact"),Vr=({color:e="var(--straumur__color-primary)"})=>(0,ht.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"13",viewBox:"0 0 16 13",fill:"none"},(0,ht.h)("path",{d:"M2 7L6 11L14 2",stroke:e,"stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})),Oe=Vr;var oe=require("preact");function Wt({brand:e,brandName:t,isSelected:r,onBrandClick:o}){let a=n=>{(n.key==="Enter"||n.key===" ")&&(n.preventDefault(),n.currentTarget.click())};return(0,oe.h)("span",{className:"straumur__card-component__dual-branding--logo"+(r?" straumur__card-component__dual-branding--logo--selected":""),title:e,"data-value":e,onClick:o,onKeyDown:a,role:"radio","aria-checked":r,"aria-label":t??e,tabIndex:0},(0,oe.h)("div",{className:"straumur__card-component__dual-branding--logo--item"},(0,oe.h)(Le,{brand:e,defaultToBrandName:!1}),"\xA0",t??""),r&&(0,oe.h)(Oe,{color:"var(--straumur__color-neon-green-zeta)"}))}function jt({dualBrandConfiguration:e,selectedBrand:t,onBrandClick:r}){return(0,oe.h)("div",{className:"straumur__card-component__dual-branding",role:"radiogroup","aria-label":"Card brand"},(0,oe.h)(Wt,{brand:e.brand1,brandName:e.brand1Name,isSelected:t===e.brand1,onBrandClick:r}),(0,oe.h)(Wt,{brand:e.brand2,brandName:e.brand2Name,isSelected:t===e.brand2,onBrandClick:r}))}var Wr=["AuthenticationFinished","AuthenticationNotRequired","Authorised","Cancelled","ChallengeShopper","Error","IdentifyShopper","PartiallyAuthorised","Pending","PresentToShopper","Received","RedirectShopper","Refused"];function ft(e){return e&&Wr.includes(e)?e:"Error"}var F=class extends Error{messageKey;messageText;constructor(t,r){super(r??t),this.messageKey=t,this.messageText=r}};function we(e,t){return e instanceof F?e.messageText?{text:e.messageText}:{key:e.messageKey}:{key:t}}function Kt(e,t){return{async submitPayment(r){let o={...r,sessionId:t},a=await St(e,o);if(!a.ok)throw new F("error.failedToSubmitPayment");let n=await a.json();if(!n.resultCode)throw new F("error.paymentFailed");return{resultCode:n.resultCode,action:n.action}},async submitAdditionalDetails(r){let o={...r,sessionId:t},a=await xt(e,o);if(!a.ok)throw new F("error.failedToSubmitPaymentDetails");let n=await a.json();if(!n.resultCode)throw new F("error.paymentDetailsFailed");return{resultCode:n.resultCode,action:n.action}},async disableToken(r){let a=await wt(e,{storedPaymentMethodId:r,sessionId:t});if(!a.ok)throw new F("error.failedToSubmitRemoveStoredPaymentCard");if(!(await a.json()).success)throw new F("error.failedToRemoveStoredPaymentCard")}}}function Jt(e){function t(a,n,i,l){let m=d=>i(d instanceof F?d:new F(l));try{Promise.resolve(a(n,i)).catch(m)}catch(d){m(d)}}let r={submitPayment(a){return new Promise((n,i)=>{t((l,m)=>e.onSubmit({data:a},{resolve:l,reject:d=>m(new F("error.failedToSubmitPayment",d))}),n,i,"error.failedToSubmitPayment")})},submitAdditionalDetails(a){return new Promise((n,i)=>{t((l,m)=>e.onAdditionalDetails({data:a},{resolve:l,reject:d=>m(new F("error.failedToSubmitPaymentDetails",d))}),n,i,"error.failedToSubmitPaymentDetails")})},beforeSubmit:e.onBeforeSubmit},{onDisableToken:o}=e;return o&&(r.disableToken=a=>new Promise((n,i)=>{t((l,m)=>o({storedPaymentMethodId:a},{resolve:()=>l(),reject:()=>m(new F("error.failedToRemoveStoredPaymentCard"))}),n,i,"error.failedToSubmitRemoveStoredPaymentCard")})),r}async function yt(e){let{beforeSubmit:t}=e;return!t||await t()}async function Ge(e,t){t()&&await yt(e)&&t()?.submit()}function vt(e){return(t,r)=>{let{beforeSubmit:o}=e;if(!o){t();return}let a=o();if(a instanceof Promise){a.then(n=>n?t():r()).catch(()=>r());return}if(a){t();return}r()}}var jr=["Refused","Cancelled","Error"];function ae(e){let{configuration:t,handleSuccess:r,handleError:o,setThreeDSecureActive:a,enrichSubmitData:n,onSubmitStart:i,dispatchResultFromAdditionalDetails:l}=e,m;function d(){return m?{text:m}:{key:"error.paymentUnsuccessful"}}function v(g){g==="Authorised"?r({key:"success.paymentAuthorized"}):o(d()),jr.includes(g)?t.onPaymentFailed?.({resultCode:g}):t.onPaymentCompleted?.({resultCode:g})}async function y(g,R,T){i?.();let{paymentFlow:E}=t;if(!await yt(E)){T.reject();return}try{let z=n?n(g.data):g.data,{resultCode:p,action:j,errorMessage:N}=await E.submitPayment(z);m=N,(p==="ChallengeShopper"||p==="IdentifyShopper")&&a(!0),T.resolve({resultCode:p,action:j})}catch(z){T.reject(),o(we(z,"error.failedToSubmitPayment"))}}async function P(g,R,T){try{let{resultCode:E,action:z,errorMessage:p}=await t.paymentFlow.submitAdditionalDetails(g.data);m=p,T.resolve({resultCode:E,action:z}),l&&v(E)}catch(E){T.reject(),o(we(E,"error.failedToSubmitPaymentDetails")),l&&t.onPaymentFailed?.({resultCode:"Error"})}}function k(g,R){v(ft(g.resultCode))}function B(g,R){v(g?ft(g.resultCode):"Error")}return{handleOnSubmit:y,handleOnSubmitAdditionalData:P,handlePaymentCompleted:k,handlePaymentFailed:B}}var $t=require("preact/hooks");function ve(e,t,r){(0,$t.useEffect)(()=>{t()&&r()},[e])}var Xt=require("preact/hooks");function Ve(e,t){(0,Xt.useEffect)(()=>{t&&e.current?.focus()},[t,e])}var We=require("preact/hooks"),qt="(prefers-color-scheme: dark)";function Kr(){return typeof window<"u"&&typeof window.matchMedia=="function"?window.matchMedia(qt).matches:!1}function _e(e){let[t,r]=(0,We.useState)(Kr);return(0,We.useEffect)(()=>{if(e!=="system"||typeof window>"u"||typeof window.matchMedia!="function")return;let o=window.matchMedia(qt),a=n=>r(n.matches);return r(o.matches),o.addEventListener("change",a),()=>o.removeEventListener("change",a)},[e]),e==="system"?t?"dark":"light":e}function je(e){return e==="dark"?{base:{color:"#e8edf2"},placeholder:{color:"#9aa7b5"},error:{color:"#e08a8a"}}:{base:{color:"#00112c"},placeholder:{color:"#72889d"},error:{color:"#d96666"}}}function Jr({configuration:e,paymentMethods:t,onBrandHidden:r}){let o=(0,A.useRef)(null),a=(0,A.useRef)(),n=(0,A.useRef)(),{i18n:i}=G(),[l,m]=(0,A.useState)(!0),[d,v]=(0,A.useState)("required"),[y,P]=(0,A.useState)(!1),[k,B]=(0,A.useState)(!1),[g,R]=(0,A.useState)(null),[T,E]=(0,A.useState)(null),z=(0,A.useRef)(!1),[p,j]=(0,A.useState)({encryptedCardNumber:{visible:!1},encryptedExpiryDate:{visible:!1},encryptedSecurityCode:{visible:!1}}),{activePaymentMethod:N,isPaymentMethodInitialized:D,updatePaymentMethodInitialization:Y,handleSuccess:H,handleError:V,setThreeDSecureActive:Q,threeDSecureActive:K,isObscuredByThreeDS:O,hasCard:pe,registerSubmitHandler:b,unregisterSubmitHandler:ee}=x(),ie=_e(e.theme);async function Pe(){await Ge(e.paymentFlow,()=>n.current)}(0,A.useEffect)(()=>{if(!(N==="card"&&D.card)){e.onCardValidityChanged?.(!1,!1);return}return b(Pe),()=>{ee(Pe),e.onCardValidityChanged?.(!1,!1)}},[N,D.card,b,ee]);let Se=t.paymentMethods?.paymentMethods?.find(h=>h.type==="scheme")?.brands??[],{handleOnSubmit:st,handleOnSubmitAdditionalData:Ie,handlePaymentCompleted:it,handlePaymentFailed:lt}=ae({configuration:e,handleSuccess:H,handleError:V,setThreeDSecureActive:Q,enrichSubmitData:h=>({...h,storePaymentMethod:z.current})});function mt(h,C){V({key:"error.unknownError"})}let Ee=async()=>{n.current?.remove(),a.current=await(0,Ke.AdyenCheckout)({clientKey:t.clientKey,environment:e.environment,locale:e.locale,countryCode:e.countryCode,paymentMethodsResponse:t.paymentMethods,amount:{value:t.minorUnitsAmount,currency:t.currency},onSubmit:st,onAdditionalDetails:Ie,onError:mt,onPaymentCompleted:it,onPaymentFailed:lt}),n.current=new Ke.CustomCard(a.current,{brands:Se,placeholders:e.placeholders,styles:je(ie),challengeWindowSize:"05",onBinLookup:h=>{h.supportedBrandsRaw&&h.supportedBrandsRaw.length>1&&(B(!0),R({brand1:h.supportedBrandsRaw[0].brand,brand1Name:h.supportedBrandsRaw[0].localeBrand,brand1ImageUrl:h.supportedBrandsRaw[0].brandImageUrl,brand2:h.supportedBrandsRaw[1].brand,brand2Name:h.supportedBrandsRaw[1].localeBrand,brand2ImageUrl:h.supportedBrandsRaw[1].brandImageUrl}))},onBrand:h=>{if(v(h.cvcPolicy),h.brand==="card"){r([]),E(null);return}let C=Se.filter(S=>S!==h.brand).map(S=>({brand:S}));r(C),Se.filter(S=>S===h.brand).map(S=>({brand:S})).length===1&&E(h.brand)},onConfigSuccess(){Y("card",!0)},onValidationError:h=>{let C={encryptedCardNumber:{visible:!1,message:void 0},encryptedExpiryDate:{visible:!1,message:void 0},encryptedSecurityCode:{visible:!1,message:void 0}};h.filter(S=>S.error).forEach(S=>{C[S.fieldType].visible=!0,C[S.fieldType].message=S.errorI18n}),j(C)},onAllValid:h=>{m(!h.allValid),e.onCardValidityChanged?.(h.allValid,!0)}}),o.current&&n.current.mount(o.current)};(0,A.useEffect)(()=>{pe&&N==="card"&&!D.card&&Ee()},[e,N]),ve(e,()=>!!(n.current&&D.card),()=>{Ee(),j({encryptedCardNumber:{visible:!1,message:void 0},encryptedExpiryDate:{visible:!1,message:void 0},encryptedSecurityCode:{visible:!1,message:void 0}})}),(0,A.useEffect)(()=>{z.current=y},[y]);function Ct(h){n.current.dualBrandingChangeHandler(h)}function dt(h){P(h.currentTarget.checked)}return Ve(o,K&&N==="card"),!pe||O("card")||t.paymentMethods?.paymentMethods?.length===0?null:(0,u.h)("div",{className:"straumur__card-component__expandable",ref:o,tabIndex:-1,style:{height:K?"600px":"auto",minWidth:K?"350px":"auto"}},!D.card&&(0,u.h)("div",{className:"straumur__card-component__loading-text"},(0,u.h)(re,null)),(0,u.h)("div",{className:"straumur__card-component__form",style:{opacity:D.card&&!K?1:0,position:D.card&&!K?"relative":"absolute",transition:"opacity 0.3s ease-in-out"}},(0,u.h)("div",{className:"straumur__card-component__form--wrapper"},(0,u.h)("label",{className:`straumur__card-component__form--wrapper--label ${p.encryptedCardNumber.visible?"straumur__card-component__form--wrapper--label--error":""}`},i.t("cards.cardNumber")),(0,u.h)("span",{className:`straumur__card-component__form--wrapper--input ${p.encryptedCardNumber.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedCardNumber",role:"group","aria-label":i.t("cards.cardNumber")}),p.encryptedCardNumber.visible&&(0,u.h)("span",{className:"straumur__card-component__form--wrapper--error"},p.encryptedCardNumber.message)),(0,u.h)("div",{className:"straumur__card-component__form--field-wrapper"},(0,u.h)("div",{className:"straumur__card-component__form--wrapper"},(0,u.h)("label",{className:`straumur__card-component__form--wrapper--label ${p.encryptedExpiryDate.visible?"straumur__card-component__form--wrapper--label--error":""}`},i.t("cards.expiryDate")),(0,u.h)("span",{className:`straumur__card-component__form--wrapper--input ${p.encryptedExpiryDate.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedExpiryDate",role:"group","aria-label":i.t("cards.expiryDate")}),p.encryptedExpiryDate.visible&&(0,u.h)("span",{className:"straumur__card-component__form--wrapper--error"},p.encryptedExpiryDate.message)),(0,u.h)("div",{className:"straumur__card-component__form--wrapper"},(d==="optional"||d==="required")&&(0,u.h)(u.Fragment,null,(0,u.h)("label",{className:`straumur__card-component__form--wrapper--label ${p.encryptedSecurityCode.visible?"straumur__card-component__form--wrapper--label--error":""}`},d==="optional"?i.t("cards.securityCode3DigitsOptional"):i.t("cards.securityCode3Digits")),(0,u.h)("span",{className:`straumur__card-component__form--wrapper--input ${p.encryptedSecurityCode.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedSecurityCode",role:"group","aria-label":i.t("cards.securityCode3Digits")}),p.encryptedSecurityCode.visible&&(0,u.h)("span",{className:"straumur__card-component__form--wrapper--error"},p.encryptedSecurityCode.message),(0,u.h)("div",{className:"straumur__card-component__form--wrapper--label--info"},(0,u.h)(ye,{content:(0,u.h)("span",null,i.t("cards.securityCode3DigitsInfo"))},(0,u.h)(Ze,null)))))),k&&g&&(0,u.h)(jt,{dualBrandConfiguration:g,selectedBrand:T,onBrandClick:Ct}),t.enableStoreDetails==="AskForConsent"&&(0,u.h)("label",{className:"straumur__card-component__form--wrapper--label-checkbox"},(0,u.h)("div",{className:`straumur__card-component__form--wrapper--label-checkbox--checkmark ${y?"straumur__card-component__form--wrapper--label-checkbox--checkmark--checked":""}`},(0,u.h)("div",{className:`straumur__card-component__form--wrapper--label-checkbox--checkmark--icon ${y?"straumur__card-component__form--wrapper--label-checkbox--checkmark--icon--checked":""}`},(0,u.h)(Oe,null))),(0,u.h)("input",{type:"checkbox",className:"straumur__card-component__form--wrapper--label-checkbox--checkbox",checked:y,onChange:dt}),i.t("cards.storePaymentMethod")),!e.hideSubmitButton&&(0,u.h)("button",{className:"straumur__card-component__submit-button",disabled:l,onClick:Pe},t.minorUnitsAmount===0?i.t("cards.saveCardDetails"):t.formattedAmount)))}var Yt=Jr;var ce=require("preact");_(`.straumur__payment-method-item{position:relative;cursor:pointer;background:var(--straumur__color-white);border-radius:var(--straumur__border-radius-lg);transition:all .3s ease;padding:var(--straumur__space-xxlg) var(--straumur__space-5xlg)}.straumur__payment-method-item--sole{cursor:default}.straumur__payment-method-item:has(.straumur__payment-method-item__radio-selector:checked){cursor:default}.straumur__payment-method-item__radio-selector{position:absolute;opacity:0;cursor:pointer}.straumur__payment-method-item__content{display:flex;align-items:center;gap:var(--straumur__space-lg);transition:background-color .3s ease}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content{padding-bottom:var(--straumur__space-xxlg)}.straumur__payment-method-item__content--expanded{padding-bottom:var(--straumur__space-xxlg)}.straumur__payment-method-item--circle{width:var(--straumur__space-5xlg);height:var(--straumur__space-5xlg);border:1px solid var(--straumur__color-cosmos-blue-gamma);background:var(--straumur__color-secondary-gamma);border-radius:50%;position:relative;transition:all .3s ease;flex-shrink:0}.straumur__payment-method-item__content:hover .straumur__payment-method-item--circle{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__payment-method-item--circle:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content .straumur__payment-method-item--circle{background:var(--straumur__color-blue-beta);border-color:var(--straumur__color-transparent)}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content .straumur__payment-method-item--circle:after{transform:translate(-50%,-50%) scale(1);background:var(--straumur__color-primary);height:var(--straumur__space-md);width:var(--straumur__space-md)}.straumur__payment-method-item--title{color:var(--straumur__color-text);font-size:16px;user-select:none}.straumur__payment-method-item__expandable{background:var(--straumur__color-white);max-height:0;overflow:hidden;transition:all .3s ease;opacity:0}.straumur__payment-method-item__radio-selector:checked~.straumur__payment-method-item__expandable{max-height:600px;opacity:1}.straumur__payment-method-item__expandable--visible{max-height:600px;opacity:1}
5
- `);function $r({icon:e,title:t,isActive:r,isSole:o,onChange:a,children:n,headerRight:i,confirmSection:l}){return(0,ce.h)("label",{className:`straumur__payment-method-item${o?" straumur__payment-method-item--sole":""}`},!o&&(0,ce.h)("input",{type:"radio",className:"straumur__payment-method-item__radio-selector",checked:r,onChange:a}),(0,ce.h)("span",{className:`straumur__payment-method-item__content${o?" straumur__payment-method-item__content--expanded":""}`},!o&&(0,ce.h)("span",{className:"straumur__payment-method-item--circle"}),e,(0,ce.h)("span",{className:"straumur__payment-method-item--title"},t),i),l,(0,ce.h)("div",{className:`straumur__payment-method-item__expandable${o?" straumur__payment-method-item__expandable--visible":""}`},n))}var ne=$r;function Xr({configuration:e,paymentMethods:t}){let{i18n:r}=G(),[o,a]=(0,Qt.useState)([]),{activePaymentMethod:n,setActivePaymentMethod:i,isObscuredByThreeDS:l,isSolePaymentMethod:m,hasCard:d}=x();if(!d||l("card"))return null;let y=t.paymentMethods.paymentMethods.find(P=>P.type==="scheme").brands.map(P=>({brand:P,brandFullName:P}));return(0,ge.h)(ne,{icon:(0,ge.h)(Bt,null),title:r.t("cards.title"),isActive:n==="card",isSole:m,onChange:()=>i("card"),headerRight:(0,ge.h)("span",{className:"straumur__card-component--brands"},(0,ge.h)(Ue,{brands:y,brandHidden:o}))},(0,ge.h)(Yt,{configuration:e,paymentMethods:t,onBrandHidden:a}))}var er=Xr;var Xe=require("preact"),ar=require("preact/hooks");_(`.adyen-checkout__paywithgoogle{height:var(--straumur__space-8xlg)}
6
- `);var $=require("preact"),qr=()=>(0,$.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26"},(0,$.h)("path",{fill:"#fff",d:"M29.13 2.41H10.87C5.17 2.41.5 7.18.5 13.01a10.5 10.5 0 0 0 10.37 10.58h18.26c5.7 0 10.37-4.76 10.37-10.59 0-5.82-4.67-10.59-10.37-10.59Z"}),(0,$.h)("path",{fill:"#3C4043",d:"M29.13 3.27c1.28 0 2.52.26 3.7.77a9.6 9.6 0 0 1 5.08 5.19 9.78 9.78 0 0 1 0 7.55 9.83 9.83 0 0 1-5.08 5.18 9.26 9.26 0 0 1-3.7.77H10.87a9.24 9.24 0 0 1-3.7-.77 9.6 9.6 0 0 1-5.08-5.18 9.78 9.78 0 0 1 0-7.55 9.83 9.83 0 0 1 5.08-5.19 9.24 9.24 0 0 1 3.7-.77h18.26Zm0-.86H10.87C5.17 2.41.5 7.18.5 13.01a10.5 10.5 0 0 0 10.37 10.58h18.26c5.7 0 10.37-4.76 10.37-10.59 0-5.82-4.67-10.59-10.37-10.59Z"}),(0,$.h)("path",{fill:"#3C4043",d:"M19.1 13.75v3.2h-1v-7.9h2.64c.67 0 1.24.23 1.7.68.49.46.72 1.01.72 1.67a2.2 2.2 0 0 1-.71 1.68c-.46.45-1.03.67-1.7.67H19.1Zm0-3.73v2.76h1.66c.4 0 .73-.14.99-.4.26-.28.4-.6.4-.98 0-.36-.14-.68-.4-.95a1.28 1.28 0 0 0-.99-.42H19.1Zm6.67 1.35c.73 0 1.31.2 1.74.6.42.4.64.95.64 1.65v3.34h-.95v-.76h-.04a1.9 1.9 0 0 1-1.65.93 2.1 2.1 0 0 1-1.46-.53c-.4-.35-.6-.8-.6-1.32 0-.56.21-1 .63-1.34.41-.33.97-.5 1.66-.5.59 0 1.07.12 1.45.34v-.23c0-.36-.13-.65-.4-.9a1.4 1.4 0 0 0-.97-.37c-.56 0-1 .24-1.32.72l-.88-.56a2.42 2.42 0 0 1 2.15-1.07Zm-1.29 3.92c0 .27.11.5.33.67.22.17.48.26.78.26.42 0 .79-.16 1.12-.48.32-.31.49-.68.49-1.11a2.02 2.02 0 0 0-1.3-.38c-.4 0-.74.1-1.01.3a.9.9 0 0 0-.4.74Zm9.08-3.75-3.32 7.8h-1.02l1.23-2.73-2.19-5.07h1.09l1.57 3.89h.02l1.54-3.89h1.08Z"}),(0,$.h)("path",{fill:"#4285F4",d:"M15.14 13.1c0-.32-.03-.64-.09-.95h-4.17v1.75h2.4a2.1 2.1 0 0 1-.89 1.4v1.14h1.43a4.49 4.49 0 0 0 1.32-3.33Z"}),(0,$.h)("path",{fill:"#34A853",d:"M12.4 15.3a2.66 2.66 0 0 1-4-1.44H6.9v1.18a4.43 4.43 0 0 0 6.91 1.4l-1.43-1.13Z"}),(0,$.h)("path",{fill:"#FABB05",d:"M8.25 13c0-.3.05-.59.14-.86v-1.17H6.9a4.59 4.59 0 0 0 0 4.07l1.48-1.17a2.79 2.79 0 0 1-.14-.86Z"}),(0,$.h)("path",{fill:"#E94235",d:"M10.88 10.27c.66 0 1.24.23 1.7.68l1.27-1.3a4.22 4.22 0 0 0-2.97-1.18 4.44 4.44 0 0 0-3.97 2.5l1.48 1.17a2.66 2.66 0 0 1 2.5-1.87Z"})),tr=qr;_(`.straumur__google-pay-button__loading{display:flex;justify-content:center}
7
- `);var or=require("preact");var ue=require("preact"),be=require("preact/hooks"),Ce=require("@adyen/adyen-web");var rr="CANCEL";var Yr={applepay:{loadingClassName:"straumur__apple-pay-button__loading",createElement(e,{configuration:t,paymentMethods:r,walletConfig:o,handleOnSubmit:a}){let n={amount:{value:r.minorUnitsAmount,currency:r.currency},environment:t.environment,onSubmit:a,onClick:vt(t.paymentFlow),configuration:{...o,merchantName:r.merchantName}};return new Ce.ApplePay(e,n)}},googlepay:{loadingClassName:"straumur__google-pay-button__loading",createElement(e,{configuration:t,paymentMethods:r,walletConfig:o,handleOnSubmit:a}){let n={amount:{value:r.minorUnitsAmount,currency:r.currency},challengeWindowSize:"05",countryCode:t.countryCode,environment:t.environment,onSubmit:a,onClick:vt(t.paymentFlow),buttonSizeMode:"fill",configuration:{...o,merchantName:r.merchantName}};return new Ce.GooglePay(e,n)}}};function Qr({method:e,configuration:t,paymentMethods:r,isInstantPayment:o,onUnavailable:a}){let n=Yr[e],i=(0,be.useRef)(null),l=(0,be.useRef)(),m=(0,be.useRef)(),{isPaymentMethodInitialized:d,updatePaymentMethodInitialization:v,handleSuccess:y,handleError:P,setThreeDSecureActive:k,threeDSecureActive:B,isObscuredByThreeDS:g,setActivePaymentMethod:R,activePaymentMethod:T}=x(),{handleOnSubmit:E,handleOnSubmitAdditionalData:z,handlePaymentCompleted:p,handlePaymentFailed:j}=ae({configuration:t,handleSuccess:y,handleError:P,setThreeDSecureActive:k,onSubmitStart:()=>{o&&R(e)}});function N(H,V){H.name!==rr&&P({key:"error.unknownError"})}function D(){v(e,!0),T===e&&R(null),a?.()}let Y=async()=>{l.current=await(0,Ce.AdyenCheckout)({clientKey:r.clientKey,environment:t.environment,locale:t.locale,countryCode:t.countryCode,paymentMethodsResponse:r.paymentMethods,amount:{value:r.minorUnitsAmount,currency:r.currency},onError:N,onAdditionalDetails:z,onPaymentCompleted:p,onPaymentFailed:j});let V=r.paymentMethods.paymentMethods?.find(Q=>Q.type===e)?.configuration;if(!V){D();return}m.current=n.createElement(l.current,{configuration:t,paymentMethods:r,walletConfig:V,handleOnSubmit:E}),m.current.isAvailable().then(()=>{m.current.mount(i.current),v(e,!0)}).catch(()=>{D()})};return(0,be.useEffect)(()=>{d[e]||Y()},[t]),ve(t,()=>!!(m.current&&d[e]),()=>{m.current.remove(),Y()}),g(e)?null:(0,ue.h)(ue.Fragment,null,d[e]===!1&&(0,ue.h)("div",{className:n.loadingClassName},(0,ue.h)(re,null)),(0,ue.h)("div",{ref:i,style:{height:B?"600px":"auto",minWidth:B?"350px":"auto",position:d[e]?"static":"absolute"}}))}var Je=Qr;function eo(e){return(0,or.h)(Je,{method:"googlepay",...e})}var $e=eo;function to({configuration:e,paymentMethods:t}){let{i18n:r}=G(),{activePaymentMethod:o,setActivePaymentMethod:a,isObscuredByThreeDS:n,isSolePaymentMethod:i,hasGooglePay:l}=x(),[m,d]=(0,ar.useState)(!1);return!l||m||e.instantPayments&&e.instantPayments.some(v=>v==="googlepay")||n("googlepay")?null:(0,Xe.h)(ne,{icon:(0,Xe.h)(tr,null),title:r.t("googlePay.title"),isActive:o==="googlepay",isSole:i,onChange:()=>a("googlepay")},(0,Xe.h)($e,{configuration:e,paymentMethods:t,isInstantPayment:!1,onUnavailable:()=>d(!0)}))}var nr=to;var Ye=require("preact"),lr=require("preact/hooks");_("");var Me=require("preact"),ro=()=>(0,Me.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26"},(0,Me.h)("path",{fill:"#000",d:"M36.42 0H3.58a69.25 69.25 0 0 0-.75 0c-.25.01-.5.03-.76.07a2.51 2.51 0 0 0-1.32.7A2.43 2.43 0 0 0 .07 2.1 5.14 5.14 0 0 0 0 3.22v19.91c.01.25.03.51.07.76a2.6 2.6 0 0 0 .68 1.35 2.39 2.39 0 0 0 1.32.69 4.98 4.98 0 0 0 1.1.07h34a5 5 0 0 0 .76-.07 2.5 2.5 0 0 0 1.32-.7 2.44 2.44 0 0 0 .68-1.34 5.13 5.13 0 0 0 .07-1.11V2.87a6.5 6.5 0 0 0-.07-.76 2.58 2.58 0 0 0-.68-1.35 2.4 2.4 0 0 0-1.32-.69 4.96 4.96 0 0 0-1.1-.07h-.41Z"}),(0,Me.h)("path",{fill:"#fff",d:"M36.42.87h.73c.2 0 .42.02.62.06a1.67 1.67 0 0 1 .88.44 1.58 1.58 0 0 1 .44.89 4.38 4.38 0 0 1 .06.97v19.55a14.67 14.67 0 0 1-.06.96 1.7 1.7 0 0 1-.44.89 1.54 1.54 0 0 1-.87.44 4.27 4.27 0 0 1-.96.06H2.85a3.7 3.7 0 0 1-.63-.06 1.66 1.66 0 0 1-.87-.45 1.56 1.56 0 0 1-.44-.88 4.35 4.35 0 0 1-.06-.97V2.9c.01-.2.02-.42.06-.63.03-.18.08-.34.16-.49A1.56 1.56 0 0 1 2.22.93a4.2 4.2 0 0 1 .96-.06h33.24"}),(0,Me.h)("path",{fill:"#000",d:"M10.92 8.61c.34-.43.57-1 .51-1.59a2.21 2.21 0 0 0-1.99 2.3c.56.04 1.12-.3 1.48-.7Zm.51.81c-.82-.05-1.52.46-1.9.46-.4 0-1-.43-1.64-.42-.84 0-1.62.48-2.05 1.24-.88 1.52-.23 3.76.62 5 .42.6.92 1.27 1.58 1.25.62-.02.86-.4 1.62-.4.75 0 .97.4 1.63.39.69-.01 1.11-.61 1.53-1.22.47-.7.67-1.37.68-1.4-.01-.02-1.32-.52-1.33-2.02-.01-1.26 1.03-1.85 1.07-1.9a2.34 2.34 0 0 0-1.81-.98Zm7.11-1.7a2.87 2.87 0 0 1 3.02 3c0 1.8-1.27 3.03-3.06 3.03h-1.97v3.12h-1.42V7.72h3.43Zm-2 4.83h1.62c1.24 0 1.94-.66 1.94-1.82 0-1.15-.7-1.81-1.93-1.81h-1.64v3.63Zm5.39 2.43c0-1.17.9-1.89 2.48-1.98l1.83-.1v-.52c0-.74-.5-1.18-1.34-1.18-.8 0-1.3.38-1.41.97h-1.3c.08-1.2 1.1-2.09 2.76-2.09 1.62 0 2.65.86 2.65 2.2v4.6h-1.31v-1.1h-.04a2.38 2.38 0 0 1-2.1 1.2c-1.3 0-2.22-.8-2.22-2Zm4.3-.6v-.53l-1.64.1c-.82.06-1.28.42-1.28.99 0 .58.48.96 1.22.96.96 0 1.7-.66 1.7-1.52Zm2.61 4.95v-1.11c.1.03.33.03.44.03.64 0 .98-.27 1.19-.96l.12-.4-2.41-6.69h1.48l1.7 5.43h.02l1.69-5.43h1.44l-2.5 7.02c-.57 1.62-1.23 2.14-2.61 2.14a5.3 5.3 0 0 1-.56-.03Z"})),sr=ro;_(`.straumur__apple-pay-button__loading{display:flex;justify-content:center}
8
- `);var ir=require("preact");function oo(e){return(0,ir.h)(Je,{method:"applepay",...e})}var qe=oo;function ao({configuration:e,paymentMethods:t}){let{i18n:r}=G(),{activePaymentMethod:o,setActivePaymentMethod:a,isObscuredByThreeDS:n,isSolePaymentMethod:i,hasApplePay:l}=x(),[m,d]=(0,lr.useState)(!1);return!l||m||e.instantPayments&&e.instantPayments.some(v=>v==="applepay")||n("applepay")?null:(0,Ye.h)(ne,{icon:(0,Ye.h)(sr,null),title:r.t("applePay.title"),isActive:o==="applepay",isSole:i,onChange:()=>a("applepay")},(0,Ye.h)(qe,{configuration:e,paymentMethods:t,isInstantPayment:!1,onUnavailable:()=>d(!0)}))}var mr=ao;var ke=require("preact");var f=require("preact"),L=require("preact/hooks");_(`.straumur__stored-card-component__remove-stored-card-button{margin-left:auto}.straumur__stored-card-component__remove-stored-card-button--text{color:var(--straumur__color-danger-text);text-decoration:none;background:none;border:none;cursor:pointer;transition:all .2s ease}.straumur__stored-card-component__remove-stored-card-button--text:disabled{cursor:not-allowed;color:var(--straumur__color-secondary)}.straumur__stored-card-component__confirm-remove-stored-card{background-color:var(--straumur__color-warning-bg);border-radius:var(--straumur__border-radius-s);max-height:0;overflow:hidden;transition:all .3s ease;opacity:0}.straumur__stored-card-component__confirm-remove-stored-card--expanded{padding:var(--straumur__space-xxlg);max-height:600px;opacity:1}.straumur__stored-card-component__confirm-remove-stored-card--header{display:flex;align-items:center;gap:var(--straumur__space-lg);color:var(--straumur__color-text);padding-bottom:var(--straumur__space-xxlg)}.straumur__stored-card-component__confirm-remove-stored-card--actions{display:flex;gap:var(--straumur__space-lg);justify-content:end}.straumur__stored-card-component__confirm-remove-stored-card--actions--button{color:var(--straumur__color-warning-text);background:none;border:none;cursor:pointer;text-decoration:none;font-weight:700}.straumur__stored-card-component__loading-text{display:flex;justify-content:center}.straumur__stored-card-component__form{display:flex;padding-top:var(--straumur__space-xxlg);flex-direction:column;gap:var(--straumur__space-5xlg)}.straumur__stored-card-component__form--wrapper{display:flex;flex-direction:column;justify-items:start;position:relative;width:100%}.straumur__stored-card-component__form--wrapper--error{color:var(--straumur__color-red-beta);font-size:12px}.straumur__stored-card-component__form--wrapper--label{transform:translate(10px) translateY(-50%);z-index:1;background:linear-gradient(to top,var(--straumur__color-secondary-gamma) 53%,var(--straumur__color-transparent) 50%);position:absolute;font-weight:500;font-size:14px;padding:0 var(--straumur__space-xxs)}.straumur__stored-card-component__form--wrapper--label--readonly{background:linear-gradient(to top,var(--straumur__color-gray-epsilon) 53%,var(--straumur__color-transparent) 50%)}.straumur__stored-card-component__form--wrapper--label--error{color:var(--straumur__color-red-beta);background:linear-gradient(to top,var(--straumur__color-red-gamma) 53%,var(--straumur__color-transparent) 50%);font-size:13px;font-weight:500}.straumur__stored-card-component__form--wrapper--label--info{position:absolute;top:33%;right:var(--straumur__space-md)}.straumur__stored-card-component__form--wrapper--input{background:var(--straumur__color-secondary-gamma);color:var(--straumur__color-text);display:flex;align-items:center;border:1px solid var(--straumur__color-transparent);border-radius:var(--straumur__border-radius-s);font-size:16px;height:48px;outline:none;padding-left:var(--straumur__space-lg);transition:border .2s ease-out,box-shadow .2s ease-out;position:relative}.straumur__stored-card-component__form--wrapper--input--readonly{background-color:var(--straumur__color-gray-epsilon)}.straumur__stored-card-component__form--wrapper--input:hover{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__stored-card-component__form--wrapper--input--readonly:hover{border:1px solid var(--straumur__color-transparent)}.straumur__stored-card-component__form--wrapper--input--error{background:var(--straumur__color-red-gamma);border:1px solid var(--straumur__color-red-beta)}.straumur__stored-card-component__form--wrapper--input--error:hover{border:1px solid var(--straumur__color-red-beta)}.straumur__stored-card-component__form--field-wrapper{display:flex;width:100%;gap:var(--straumur__space-lg)}.straumur__stored-card-component__submit-button{background:var(--straumur__color-primary);border:none;border-radius:var(--straumur__border-radius-s);color:var(--straumur__color-white);cursor:pointer;font-size:16px;height:40px;outline:none;padding:0 var(--straumur__space-xxlg);transition:background .2s ease-out;width:100%}.straumur__stored-card-component__submit-button:hover{background:var(--straumur__color-primary);border:1px solid var(--straumur__color-border)}.straumur__stored-card-component__submit-button:disabled{background:var(--straumur__color-secondary);border:1px solid var(--straumur__color-border);cursor:not-allowed}
9
- `);var Qe=require("@adyen/adyen-web");var se=require("preact"),no=()=>(0,se.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,se.h)("g",{"clip-path":"url(#clip0_10650_34968)"},(0,se.h)("path",{d:"M12.0011 15C12.6245 15 13.1261 14.4984 13.1261 13.875V7.875C13.1261 7.25391 12.6222 6.75 12.0433 6.75C11.4644 6.75 10.8761 7.25625 10.8761 7.875V13.875C10.8761 14.4984 11.3823 15 12.0011 15ZM12.0011 16.5516C11.1873 16.5516 10.5273 17.2116 10.5273 18.0253C10.5292 18.8391 11.1855 19.5 12.0011 19.5C12.8167 19.5 13.4748 18.84 13.4748 18.0262C13.473 17.2125 12.8167 16.5516 12.0011 16.5516Z",fill:"#DFAE00"}),(0,se.h)("path",{opacity:"0.4",d:"M23.7312 19.5469L13.7328 2.48438C12.9673 1.17188 11.0356 1.17188 10.2649 2.48438L0.271188 19.5469C-0.49803 20.8547 0.460048 22.5 2.00181 22.5H21.9987C23.5343 22.5 24.4953 20.8594 23.7312 19.5469ZM10.8734 7.875C10.8734 7.25391 11.3773 6.75 11.9984 6.75C12.6195 6.75 13.1234 7.25625 13.1234 7.875V13.875C13.1234 14.4961 12.6195 15 12.0406 15C11.4617 15 10.8734 14.4984 10.8734 13.875V7.875ZM11.9984 19.5C11.1846 19.5 10.5246 18.84 10.5246 18.0262C10.5246 17.2125 11.1842 16.5525 11.9984 16.5525C12.8126 16.5525 13.4721 17.2125 13.4721 18.0262C13.4703 18.8391 12.814 19.5 11.9984 19.5Z",fill:"#DFAE00"})),(0,se.h)("defs",null,(0,se.h)("clipPath",{id:"clip0_10650_34968"},(0,se.h)("rect",{width:"24",height:"24",fill:"white"})))),dr=no;function so({configuration:e,paymentMethods:t,storedPaymentMethod:r,onStoredCardRemoved:o}){let a=(0,L.useRef)(null),n=(0,L.useRef)(),i=(0,L.useRef)(),{i18n:l}=G(),[m,d]=(0,L.useState)(!0),[v,y]=(0,L.useState)("required"),[P,k]=(0,L.useState)(!1),[B,g]=(0,L.useState)({encryptedSecurityCode:{visible:!1}}),{activePaymentMethod:R,setActivePaymentMethod:T,activeStoredPaymentMethodId:E,setActiveStoredPaymentMethodId:z,isStoredCardInitialized:p,updateStoredCardInitialization:j,handleSuccess:N,handleError:D,setThreeDSecureActive:Y,threeDSecureActive:H,isSolePaymentMethod:V,registerSubmitHandler:Q,unregisterSubmitHandler:K}=x(),O=V?R==="storedcard":R==="storedcard"&&E===r.id,pe=_e(e.theme);async function b(){await Ge(e.paymentFlow,()=>i.current)}(0,L.useEffect)(()=>{if(!(O&&p[r.id])){e.onCardValidityChanged?.(!1,!1);return}return Q(b),()=>{K(b),e.onCardValidityChanged?.(!1,!1)}},[O,p[r.id],Q,K]);let{handleOnSubmit:ee,handleOnSubmitAdditionalData:ie,handlePaymentCompleted:Pe,handlePaymentFailed:Se}=ae({configuration:e,handleSuccess:N,handleError:D,setThreeDSecureActive:Y,enrichSubmitData:C=>({...C,paymentMethod:{...C.paymentMethod,storedPaymentMethodId:r.id}})});function st(C,S){D({key:"error.unknownError"})}let Ie=async()=>{n.current=await(0,Qe.AdyenCheckout)({clientKey:t.clientKey,environment:e.environment,locale:e.locale,countryCode:e.countryCode,amount:{value:t.minorUnitsAmount,currency:t.currency},paymentMethodsResponse:t.paymentMethods,onError:st,onAdditionalDetails:ie,onPaymentCompleted:Pe,onPaymentFailed:Se}),i.current=new Qe.CustomCard(n.current,{brands:[r.brand],styles:je(pe),onSubmit:ee,onConfigSuccess(){j(r.id,!0)},onBrand:C=>{y(C.cvcPolicy)},onValidationError:C=>{let S={encryptedSecurityCode:{visible:!1,message:void 0}};C.filter(xe=>xe.error).forEach(xe=>{S[xe.fieldType].visible=!0,S[xe.fieldType].message=xe.errorI18n}),g(S)},onAllValid:C=>{d(!C.allValid),e.onCardValidityChanged?.(C.allValid,!0)},placeholders:e.placeholders,challengeWindowSize:"05"}),a.current&&i.current.mount(a.current)};if((0,L.useEffect)(()=>{O&&!p[r.id]&&Ie()},[e,O]),ve(e,()=>!!(i.current&&p[E]),()=>{Ie(),g({encryptedSecurityCode:{visible:!1,message:void 0}})}),(0,L.useEffect)(()=>{k(!1)},[R,E]),Ve(a,H&&O),H&&!O)return null;function it(){T("storedcard"),z(r.id)}function lt(){k(!0)}function mt(){k(!1)}async function Ee(){let{disableToken:C}=e.paymentFlow;if(C)try{await C(r.id),o(r.id)}catch(S){D(we(S,"error.failedToSubmitRemoveStoredPaymentCard"))}}let dt=e.paymentFlow.disableToken!==void 0&&O&&p[r.id]?(0,f.h)("div",{className:"straumur__stored-card-component__remove-stored-card-button"},(0,f.h)("button",{onClick:lt,className:"straumur__stored-card-component__remove-stored-card-button--text",disabled:P},l.t("stored-cards.removeStoredCard"))):null,h=(0,f.h)("div",{className:`straumur__stored-card-component__confirm-remove-stored-card ${P?"straumur__stored-card-component__confirm-remove-stored-card--expanded":""}`},(0,f.h)("div",{className:"straumur__stored-card-component__confirm-remove-stored-card--header"},(0,f.h)(dr,null),(0,f.h)("span",{className:"straumur__stored-card-component__confirm-remove-stored-card--header--title"},l.t("stored-cards.removeStoredCardQuestion"))),(0,f.h)("div",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions"},(0,f.h)("button",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions--button",onClick:Ee},l.t("stored-cards.removeStoredCardQuestionYesRemove")),(0,f.h)("button",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions--button",onClick:mt},l.t("stored-cards.removeStoredCardQuestionCancel"))));return(0,f.h)(ne,{icon:(0,f.h)(Ue,{brands:[{brand:r.brand,brandFullName:r.name}]}),title:`\u2022\u2022\u2022\u2022 ${r.lastFour}`,isActive:O,isSole:V,onChange:it,headerRight:dt,confirmSection:h},(0,f.h)("div",{ref:a,tabIndex:-1,style:{height:H?"600px":"auto",minWidth:H?"350px":"auto"}},!p[r.id]&&(0,f.h)("div",{className:"straumur__stored-card-component__loading-text"},(0,f.h)(re,null)),(0,f.h)("div",{className:"straumur__stored-card-component__form",style:{opacity:p[r.id]&&!H?1:0,position:p[r.id]&&!H?"relative":"absolute",transition:"opacity 0.3s ease-in-out"}},(0,f.h)("div",{className:"straumur__stored-card-component__form--field-wrapper"},(0,f.h)("div",{className:"straumur__stored-card-component__form--wrapper"},(0,f.h)("label",{className:"straumur__stored-card-component__form--wrapper--label straumur__stored-card-component__form--wrapper--label--readonly"},l.t("stored-cards.expiryDate")),(0,f.h)("span",{className:"straumur__stored-card-component__form--wrapper--input straumur__stored-card-component__form--wrapper--input--readonly"},r.expiryMonth,"/",r.expiryYear)),(0,f.h)("div",{className:"straumur__stored-card-component__form--wrapper"},(v==="optional"||v==="required")&&(0,f.h)(f.Fragment,null,(0,f.h)("label",{className:`straumur__stored-card-component__form--wrapper--label ${B.encryptedSecurityCode.visible?"straumur__stored-card-component__form--wrapper--label--error":""}`},v==="optional"?l.t("stored-cards.securityCode3DigitsOptional"):l.t("stored-cards.securityCode3Digits")),(0,f.h)("span",{className:`straumur__stored-card-component__form--wrapper--input ${B.encryptedSecurityCode.visible?"straumur__stored-card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedSecurityCode",role:"group","aria-label":l.t("stored-cards.securityCode3Digits")},(0,f.h)("div",{className:"straumur__stored-card-component__form--wrapper--label--info"},(0,f.h)(ye,{content:l.t("stored-cards.securityCode3DigitsInfo")},(0,f.h)(Ze,null))))),B.encryptedSecurityCode.visible&&(0,f.h)("span",{className:"straumur__stored-card-component__form--wrapper--error"},B.encryptedSecurityCode.message))),!e.hideSubmitButton&&(0,f.h)("button",{className:"straumur__stored-card-component__submit-button",disabled:m,onClick:b},t.minorUnitsAmount===0?l.t("stored-cards.saveCardDetails"):t.formattedAmount))))}var cr=so;var ur=require("preact/hooks");function io({configuration:e,paymentMethods:t}){let[r,o]=(0,ur.useState)(t.paymentMethods.storedPaymentMethods??[]),{isObscuredByThreeDS:a,hasStoredPaymentMethods:n}=x();if(!n||a("storedcard"))return null;function i(l){o(m=>m.filter(d=>d.id!==l))}return(0,ke.h)(ke.Fragment,null,r?.map(l=>(0,ke.h)(cr,{key:l.id,configuration:e,storedPaymentMethod:l,paymentMethods:t,onStoredCardRemoved:i})))}var pr=io;var _t=require("preact");_(`.straumur__payment-method-group{display:flex;flex-direction:column;gap:var(--straumur__space-xxlg);width:100%}
10
- `);function lo({children:e,initialValue:t,isSolePaymentMethod:r,hasCard:o,hasGooglePay:a,hasApplePay:n,hasStoredPaymentMethods:i,onSubmitApiReady:l}){return(0,_t.h)(At,{initialValue:t,isSolePaymentMethod:r,hasCard:o,hasGooglePay:a,hasApplePay:n,hasStoredPaymentMethods:i,onSubmitApiReady:l},(0,_t.h)("div",{className:"straumur__payment-method-group"},e))}var hr=lo;var U=require("preact");_(`.straumur__result-component{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:300px;background-color:var(--straumur__color-white);border-radius:var(--straumur__border-radius-xxlg)}
11
- `);var X=require("preact"),mo=()=>(0,X.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"120",height:"120",viewBox:"0 0 120 120"},(0,X.h)("circle",{cx:"60",cy:"60",r:"50",fill:"none",stroke:"#5b8206","stroke-width":"5","stroke-dasharray":"314","stroke-dashoffset":"314"},(0,X.h)("animate",{attributeName:"stroke-dashoffset",from:"314",to:"0",dur:"1s",fill:"freeze"})),(0,X.h)("g",{transform:"translate(60,60)"},(0,X.h)("path",{d:"M-25 5 L-5 25 L25 -15",fill:"none",stroke:"#5b8206","stroke-width":"6","stroke-linecap":"round","stroke-linejoin":"round","stroke-dasharray":"100","stroke-dashoffset":"100"},(0,X.h)("animate",{attributeName:"stroke-dashoffset",from:"100",to:"0",dur:"0.5s",begin:"1s",fill:"freeze"}),(0,X.h)("animateTransform",{attributeName:"transform",type:"scale",from:"1 1",to:"1.2 1.2",begin:"1.5s",dur:"0.2s",fill:"freeze",additive:"sum"}),(0,X.h)("animateTransform",{attributeName:"transform",type:"scale",from:"1.2 1.2",to:"1 1",begin:"1.7s",dur:"0.2s",fill:"freeze",additive:"sum"})))),et=mo;var J=require("preact"),co=()=>(0,J.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"120",height:"120",viewBox:"0 0 120 120"},(0,J.h)("circle",{cx:"60",cy:"60",r:"50",fill:"none",stroke:"#d03e00","stroke-width":"5","stroke-dasharray":"314","stroke-dashoffset":"314"},(0,J.h)("animate",{attributeName:"stroke-dashoffset",from:"314",to:"0",dur:"1s",fill:"freeze"})),(0,J.h)("g",{transform:"translate(60,60)"},(0,J.h)("g",{id:"crossGroup"},(0,J.h)("line",{x1:"-20",y1:"-20",x2:"20",y2:"20",stroke:"#d03e00","stroke-width":"6","stroke-linecap":"round","stroke-dasharray":"57","stroke-dashoffset":"57"},(0,J.h)("animate",{attributeName:"stroke-dashoffset",from:"57",to:"0",dur:"0.3s",begin:"1s",fill:"freeze"})),(0,J.h)("line",{x1:"20",y1:"-20",x2:"-20",y2:"20",stroke:"#d03e00","stroke-width":"6","stroke-linecap":"round","stroke-dasharray":"57","stroke-dashoffset":"57"},(0,J.h)("animate",{attributeName:"stroke-dashoffset",from:"57",to:"0",dur:"0.3s",begin:"1.3s",fill:"freeze"}))))),tt=co;function uo(){let{error:e,success:t}=x(),{i18n:r}=G();if(!e&&!t)return null;let o=a=>"key"in a?r.t(a.key):a.text;return(0,U.h)("div",{className:"straumur__result-component"},e&&(0,U.h)(U.Fragment,null,(0,U.h)("span",{"aria-hidden":"true"},(0,U.h)(tt,null)),(0,U.h)("p",{className:"straumur__result-component__error--message",role:"alert"},o(e))),t&&(0,U.h)(U.Fragment,null,(0,U.h)("span",{"aria-hidden":"true"},(0,U.h)(et,null)),(0,U.h)("p",{className:"straumur__result-component__success--message",role:"status"},o(t))))}var fr=uo;var rt=require("preact");function po({children:e}){let{error:t,success:r}=x();return t||r?null:(0,rt.h)(rt.Fragment,null,e)}var yr=po;var ot=require("preact"),vr=require("preact/hooks");_(`.instant-payments{display:grid;gap:var(--straumur__space-lg);grid-template-columns:1fr 1fr}.instant-payments--single{grid-template-columns:1fr}@container straumur (max-width: 420px){.instant-payments{grid-template-columns:1fr}}
12
- `);function ho({configuration:e,paymentMethods:t}){let{hasGooglePay:r,hasApplePay:o}=x(),[a,n]=(0,vr.useState)(new Set),i=y=>{n(P=>new Set(P).add(y))};if(!e.instantPayments)return null;let l=["googlepay","applepay"],d=e.instantPayments.filter(y=>l.includes(y)).filter(y=>y==="googlepay"?r:o),v=d.filter(y=>!a.has(y));return d.length===0?null:(0,ot.h)("div",{className:`straumur__instant-payments instant-payments ${v.length>1?"straumur__instant-payments--multiple instant-payments--multiple":"straumur__instant-payments--single instant-payments--single"}`,style:{display:v.length===0?"none":void 0}},d.map(y=>y==="googlepay"?(0,ot.h)($e,{key:y,configuration:e,paymentMethods:t,isInstantPayment:!0,onUnavailable:()=>i("googlepay")}):y==="applepay"?(0,ot.h)(qe,{key:y,configuration:e,paymentMethods:t,isInstantPayment:!0,onUnavailable:()=>i("applepay")}):null))}var _r=ho;function fo(e,t,r,o,a){let n=t&&!a?.some(m=>m==="googlepay"),i=r&&!a?.some(m=>m==="applepay");return o+(e?1:0)+(n?1:0)+(i?1:0)!==1?{initialPaymentMethod:null,isSolePaymentMethod:!1}:o===1?{initialPaymentMethod:"storedcard",isSolePaymentMethod:!0}:e?{initialPaymentMethod:"card",isSolePaymentMethod:!0}:n?{initialPaymentMethod:"googlepay",isSolePaymentMethod:!0}:i?{initialPaymentMethod:"applepay",isSolePaymentMethod:!0}:{initialPaymentMethod:null,isSolePaymentMethod:!1}}function yo({configuration:e,paymentMethods:t,onSubmitApiReady:r}){let o=t.paymentMethods.paymentMethods??[],a=t.paymentMethods.storedPaymentMethods??[],n=k=>!e.allowedPaymentMethods||e.allowedPaymentMethods.includes(k),i=o.some(k=>k.type==="scheme")&&n("card"),l=o.some(k=>k.type==="googlepay")&&n("googlepay"),m=o.some(k=>k.type==="applepay")&&n("applepay"),d=n("storedcard")?a.length:0,v=d>0,{initialPaymentMethod:y,isSolePaymentMethod:P}=fo(i,l,m,d,e.instantPayments);return(0,q.h)(hr,{initialValue:y,isSolePaymentMethod:P,hasCard:i,hasGooglePay:l,hasApplePay:m,hasStoredPaymentMethods:v,onSubmitApiReady:r},(0,q.h)(yr,null,(0,q.h)(_r,{configuration:e,paymentMethods:t}),(0,q.h)(pr,{configuration:e,paymentMethods:t}),(0,q.h)(er,{configuration:e,paymentMethods:t}),(0,q.h)(nr,{configuration:e,paymentMethods:t}),(0,q.h)(mr,{configuration:e,paymentMethods:t})),(0,q.h)(fr,null))}var gr=yo;var Sr=require("@adyen/adyen-web");var at=class{constructor(t,r){this.language=t;this.customLocalizations=r}t(t){return this.customLocalizations?.[this.language]?.[t]||Re[this.language][t]||t}setLanguage(t){this.language=t}updateCustomLocalizations(t){this.customLocalizations=t}};var W=require("preact");function nt({children:e,theme:t="light"}){let r=_e(t);return(0,W.h)("div",{className:"straumur__root-component","data-theme":r},e)}function br({theme:e}){return(0,W.h)(nt,{theme:e},(0,W.h)("div",{className:"straumur__component"},(0,W.h)(re,null)))}function gt({variant:e,message:t,i18n:r,theme:o}){return(0,W.h)(nt,{theme:o},(0,W.h)("div",{className:"straumur__component"},(0,W.h)("span",{"aria-hidden":"true"},e==="success"?(0,W.h)(et,null):(0,W.h)(tt,null)),(0,W.h)("p",{role:e==="success"?"status":"alert"},"key"in t?r.t(t.key):t.text)))}function Cr(e,t){return{resultCode:"Success",clientKey:e.clientKey,paymentMethods:e.paymentMethods,minorUnitsAmount:e.amount.value,currency:e.amount.currency,amount:e.amount.value/100,formattedAmount:e.formattedAmount,merchantName:e.merchantName,enableStoreDetails:e.enableStoreDetails,locale:t}}var vo="IS";function _o(e){return typeof e.sessionId=="string"&&e.sessionId.length>0}function go(e){return typeof e.clientKey=="string"&&e.clientKey.length>0&&typeof e.countryCode=="string"&&e.countryCode.length>0&&typeof e.paymentMethods=="object"&&e.paymentMethods!==null&&typeof e.amount=="object"&&e.amount!==null&&typeof e.amount.value=="number"&&typeof e.amount.currency=="string"&&typeof e.onSubmit=="function"&&typeof e.onAdditionalDetails=="function"}function Pr(e){let t=e,r=De(t.locale),o=_o(t),a={mode:o?"session":"advanced",sessionId:t.sessionId,environment:t.environment,countryCode:o?vo:t.countryCode,paymentFlow:o?Kt(t.environment,t.sessionId):Jt(t),onPaymentCompleted:t.onPaymentCompleted,onPaymentFailed:t.onPaymentFailed,placeholders:t.placeholders,locale:r,customLocalizations:t.localizations,instantPayments:t.instantPayments,theme:t.theme??"light"};return o?{configuration:a,advancedConfiguration:null,paymentMethods:null,initializationFailed:!1}:go(t)?{configuration:a,advancedConfiguration:t,paymentMethods:Cr(t,r),initializationFailed:!1}:{configuration:a,advancedConfiguration:null,paymentMethods:null,initializationFailed:!0}}var bt=class{configuration;advancedConfiguration=null;paymentMethods=null;mountElement=null;i18n;submitApi=null;initializationFailed=!1;constructor(t){let r=Pr(t);this.configuration=r.configuration,this.advancedConfiguration=r.advancedConfiguration,this.paymentMethods=r.paymentMethods,this.initializationFailed=r.initializationFailed,this.i18n=new at(this.configuration.locale,this.configuration.customLocalizations)}async mount(t){try{if(this.mountElement=typeof t=="string"?document.querySelector(t):t,!this.mountElement)return;if(this.initializationFailed){this.handleError({key:"error.failedToInitializeStraumurWebComponent"});return}if(this.configuration.mode==="advanced"){this.renderComponent();return}(0,Z.render)((0,Z.h)(br,{theme:this.configuration.theme}),this.mountElement);let r=await ut(this.configuration.environment,this.configuration.sessionId);if(r.resultCode==="Error"){this.handleError({key:r.error});return}this.paymentMethods=r,this.renderComponent()}catch(r){console.error("[StraumurCheckout] mount() failed:",r)}}renderComponent(){this.mountElement&&(0,Z.render)((0,Z.h)(nt,{theme:this.configuration.theme},(0,Z.h)(Ft,{i18nService:this.i18n,onLanguageChange:t=>{this.configuration.locale=t,this.renderComponent()}},(0,Z.h)(gr,{configuration:this.configuration,paymentMethods:this.paymentMethods,onSubmitApiReady:t=>{this.submitApi=t}}))),this.mountElement)}handleSuccess(t){this.mountElement&&(0,Z.render)((0,Z.h)(gt,{variant:"success",message:t,i18n:this.i18n,theme:this.configuration.theme}),this.mountElement)}handleError(t){this.mountElement&&(0,Z.render)((0,Z.h)(gt,{variant:"failure",message:t,i18n:this.i18n,theme:this.configuration.theme}),this.mountElement)}async resolveRedirectContext(){if(this.configuration.mode==="advanced")return this.initializationFailed||!this.advancedConfiguration?(this.handleError({key:"error.failedToInitializeStraumurWebComponent"}),null):{clientKey:this.advancedConfiguration.clientKey,paymentMethods:this.advancedConfiguration.paymentMethods};let t=await ut(this.configuration.environment,this.configuration.sessionId);return t.resultCode==="Error"?(this.handleError({key:t.error}),null):{clientKey:t.clientKey,paymentMethods:t.paymentMethods}}async submitDetails(t,r){try{r&&(this.mountElement=typeof r=="string"?document.querySelector(r):r);let o=await this.resolveRedirectContext();if(!o)return;let{handleOnSubmitAdditionalData:a}=ae({configuration:this.configuration,handleSuccess:i=>this.handleSuccess(i),handleError:i=>this.handleError(i),setThreeDSecureActive:()=>{},dispatchResultFromAdditionalDetails:!0});(await(0,Sr.AdyenCheckout)({environment:this.configuration.environment,clientKey:o.clientKey,paymentMethodsResponse:o.paymentMethods,countryCode:this.configuration.countryCode,onAdditionalDetails:a})).submitDetails({details:{redirectResult:t}})}catch(o){console.error("[StraumurCheckout] submitDetails() failed:",o),this.handleError({key:"error.failedToSubmitPaymentDetails"}),this.configuration.onPaymentFailed?.({resultCode:"Error"})}}updateConfig(t){let{locale:r,...o}=t;this.configuration={...this.configuration,...o,...r?{locale:De(r)}:{}},r&&this.i18n.setLanguage(this.configuration.locale),t.customLocalizations&&this.i18n.updateCustomLocalizations(t.customLocalizations),this.mountElement&&this.renderComponent()}setLanguage(t){this.updateConfig({locale:t})}destroy(){this.mountElement&&((0,Z.render)(null,this.mountElement),this.mountElement=null),this.submitApi=null}submitCard(){if(!this.mountElement)return console.warn("[StraumurCheckout] submitCard() called before the component was mounted."),!1;if(!this.submitApi)return console.warn("[StraumurCheckout] submitCard() called but the component is not ready yet."),!1;let t=this.submitApi.triggerSubmit();return t||console.warn("[StraumurCheckout] submitCard() called but no card-type payment method is currently active and initialized."),t}},xr=bt;0&&(module.exports={StraumurCheckout});
1
+ "use strict";var ct=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var Dr=Object.getOwnPropertyNames;var Br=Object.prototype.hasOwnProperty;var zr=(e,t)=>{for(var r in t)ct(e,r,{get:t[r],enumerable:!0})},Fr=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Dr(t))!Br.call(e,a)&&a!==r&&ct(e,a,{get:()=>t[a],enumerable:!(o=Tr(t,a))||o.enumerable});return e};var Nr=e=>Fr(ct({},"__esModule",{value:!0}),e);var Eo={};zr(Eo,{StraumurCheckout:()=>Rr});module.exports=Nr(Eo);var Z=require("preact");function g(e,{insertAt:t}={}){if(!e||typeof document>"u")return;let r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css",t==="top"&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}g(`:root{--straumur__color-primary: #002649;--straumur__color-secondary: #72889d;--straumur__color-secondary-gamma: #eef0f2;--straumur__color-blue-beta: #bce6f3;--straumur__color-blue-gamma: #eff8fa;--straumur__color-neon-green-zeta: #88a64e;--straumur__color-red-beta: #d96666;--straumur__color-red-gamma: #fff8f5;--straumur__color-gray-epsilon: #e7e7e7;--straumur__color-cosmos-blue-delta: #cdd8e2;--straumur__color-cosmos-blue-gamma: #e6ebef;--straumur__color-white: #ffffff;--straumur__color-transparent: transparent;--straumur__color-brand-chip: #ffffff;--straumur__color-text: #00112c;--straumur__color-border: #dbdee2;--straumur__color-warning-text: #775d00;--straumur__color-warning-bg: #fff7db;--straumur__color-danger-text: #d03e00;--straumur__color-success: #1f9d57;--straumur__border-radius-xxs: 4px;--straumur__border-radius-xs: 6px;--straumur__border-radius-s: 8px;--straumur__border-radius-md: 10px;--straumur__border-radius-lg: 12px;--straumur__border-radius-xlg: 14px;--straumur__border-radius-xxlg: 16px;--straumur__space-xxs: 4px;--straumur__space-xs: 6px;--straumur__space-s: 8px;--straumur__space-md: 10px;--straumur__space-lg: 12px;--straumur__space-xlg: 14px;--straumur__space-xxlg: 16px;--straumur__space-3xlg: 18px;--straumur__space-4xlg: 20px;--straumur__space-5xlg: 24px;--straumur__space-6xlg: 32px;--straumur__space-7xlg: 40px;--straumur__space-8xlg: 48px;--apple-pay-button-width: 100%;--apple-pay-button-height: 48px;--apple-pay-button-border-radius: var(--straumur__border-radius-lg)}.straumur__root-component{font-family:AkzidenzGroteskPro,sans-serif;color:var(--straumur__color-text);max-width:676px;min-width:320px;container:straumur / inline-size}.straumur__root-component[data-theme=dark]{--straumur__color-primary: #e8edf2;--straumur__color-secondary: #9aa7b5;--straumur__color-secondary-gamma: #2a313b;--straumur__color-blue-beta: #24506b;--straumur__color-blue-gamma: #1b2733;--straumur__color-neon-green-zeta: #9cbf5e;--straumur__color-red-beta: #e08a8a;--straumur__color-red-gamma: #2e2020;--straumur__color-gray-epsilon: #3a424d;--straumur__color-cosmos-blue-delta: #3a424d;--straumur__color-cosmos-blue-gamma: #262d36;--straumur__color-white: #0d0f13;--straumur__color-text: #e8edf2;--straumur__color-border: #3a424d;--straumur__color-warning-text: #e6c766;--straumur__color-warning-bg: #2f2a17;--straumur__color-danger-text: #f0895f;--straumur__color-success: #3fd98a}.straumur__component *{font-family:inherit}.straumur__render-brand-icons__overflow{color:var(--straumur__color-secondary)}.straumur__brand-chip{display:inline-flex;background:var(--straumur__color-brand-chip);border:1px solid var(--straumur__color-border);border-radius:var(--straumur__border-radius-xxs);overflow:hidden}.straumur__component{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--straumur__space-5xlg);padding:var(--straumur__space-6xlg);width:100%;min-height:300px;background-color:var(--straumur__color-white);border-radius:var(--straumur__border-radius-xxlg)}.straumur__result-message{max-width:320px;margin:0;padding:0 var(--straumur__space-4xlg);text-align:center;font-size:16px;line-height:24px;color:var(--straumur__color-text)}.js-iframe{border:none;color-scheme:auto;height:100%;overflow:hidden;width:100%}.adyen-checkout__threeds2__challenge.adyen-checkout__threeds2__challenge--05{background-color:transparent;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}
2
+ `);var Lr=()=>({STAGING_BASE_URL:"https://checkout-api.staging.straumur.is/api/v1/embeddedcheckout",PRODUCTION_BASE_URL:"https://greidslugatt.straumur.is/api/v1/embeddedcheckout",GET_PAYMENT_METHODS_URL:"payment-methods",POST_PAYMENT_URL:"payment",POST_DETAILS_URL:"details",POST_DISABLE_TOKEN_URL:"disable-token"}),me=Lr();function Ae(e){switch(e){case"test":return me.STAGING_BASE_URL;case"live":return me.PRODUCTION_BASE_URL;default:throw new Error(`Unknown environment: ${e}`)}}function xt(e,t){return fetch(`${Ae(e)}/${me.GET_PAYMENT_METHODS_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function Mt(e,t){return fetch(`${Ae(e)}/${me.POST_PAYMENT_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function wt(e,t){return fetch(`${Ae(e)}/${me.POST_DETAILS_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}function kt(e,t){return fetch(`${Ae(e)}/${me.POST_DISABLE_TOKEN_URL}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)})}var Re={"en-US":{"cards.title":"Card payment","cards.cardNumber":"Card number","cards.expiryDate":"Expiry date","cards.securityCode3Digits":"Security code","cards.securityCode3DigitsOptional":"Security code (optional)","cards.securityCode3DigitsInfo":"3-digit on the back of the card","cards.securityCode4DigitsInfo":"4-digit on the back of the card","cards.storePaymentMethod":"Store payment information","cards.saveCardDetails":"Save card details","googlePay.title":"Google Pay","applePay.title":"Apple Pay","stored-cards.expiryDate":"Expiry date","stored-cards.securityCode3Digits":"Security code","stored-cards.securityCode3DigitsOptional":"Security code (optional)","stored-cards.securityCode3DigitsInfo":"3-digit on the back of the card","stored-cards.securityCode4DigitsInfo":"4-digit on the back of the card","stored-cards.removeStoredCard":"Remove","stored-cards.removeStoredCardQuestion":"Remove stored payment method?","stored-cards.removeStoredCardQuestionYesRemove":"Yes, remove","stored-cards.removeStoredCardQuestionCancel":"Cancel","stored-cards.saveCardDetails":"Save card details","success.paymentAuthorized":"Payment authorized","error.unknownError":"Unknown error occurred","error.failedToInitializeStraumurWebComponent":"Failed to initialize Straumur Web component","error.failedToInitializePaymentMethods":"Failed to initialize payment methods","error.failedToSubmitPayment":"Failed to submit payment","error.paymentFailed":"Payment failed","error.paymentUnsuccessful":"Payment unsuccessful","error.failedToSubmitPaymentDetails":"Failed to submit payment details","error.paymentDetailsFailed":"Payment details failed","error.googlePayNotAvailable":"Google Pay not available","error.applePayNotAvailable":"Apple Pay not available","error.failedToSubmitRemoveStoredPaymentCard":"Failed to remove stored payment card","error.failedToRemoveStoredPaymentCard":"Stored payment card was not removed"},"is-IS":{"cards.title":"Grei\xF0a me\xF0 korti","cards.cardNumber":"Kortan\xFAmer","cards.expiryDate":"Gildisdagur","cards.securityCode3Digits":"\xD6ryggisk\xF3\xF0i","cards.securityCode3DigitsOptional":"\xD6ryggisk\xF3\xF0i (valkv\xE6tt)","cards.securityCode3DigitsInfo":"3 t\xF6lustafir aftan \xE1 kortinu","cards.securityCode4DigitsInfo":"4 t\xF6lustafir aftan \xE1 kortinu","cards.storePaymentMethod":"Vista grei\xF0sluuppl\xFDsingar","cards.saveCardDetails":"Vista kortauppl\xFDsingar","googlePay.title":"Google Pay","applePay.title":"Apple Pay","stored-cards.expiryDate":"Gildisdagur","stored-cards.securityCode3Digits":"\xD6ryggisk\xF3\xF0i","stored-cards.securityCode3DigitsOptional":"\xD6ryggisk\xF3\xF0i (valkv\xE6tt)","stored-cards.securityCode3DigitsInfo":"3 t\xF6lustafir aftan \xE1 kortinu","stored-cards.securityCode4DigitsInfo":"4 t\xF6lustafir aftan \xE1 kortinu","stored-cards.removeStoredCard":"Fjarl\xE6gja","stored-cards.removeStoredCardQuestion":"Fjarl\xE6gja geymdan grei\xF0slum\xE1ta?","stored-cards.removeStoredCardQuestionYesRemove":"J\xE1, fjarl\xE6gja","stored-cards.removeStoredCardQuestionCancel":"H\xE6tta vi\xF0","stored-cards.saveCardDetails":"Vista kortauppl\xFDsingar","success.paymentAuthorized":"Grei\xF0sla sam\xFEykkt","error.unknownError":"\xD3\xFEekkt villa kom upp","error.failedToInitializeStraumurWebComponent":"Mist\xF3kst a\xF0 s\xE6kja Straumur Web hluta","error.failedToInitializePaymentMethods":"Mist\xF3kst a\xF0 s\xE6kja grei\xF0slum\xE1ta","error.failedToSubmitPayment":"Mist\xF3kst a\xF0 senda grei\xF0slu","error.paymentFailed":"Grei\xF0sla mist\xF3kst","error.paymentUnsuccessful":"Grei\xF0sla ekki tekin","error.failedToSubmitPaymentDetails":"Mist\xF3kst a\xF0 senda grei\xF0sluuppl\xFDsingar","error.paymentDetailsFailed":"Mist\xF3kst a\xF0 s\xE6kja grei\xF0sluuppl\xFDsingar","error.googlePayNotAvailable":"Google Pay ekki \xED bo\xF0i","error.applePayNotAvailable":"Apple Pay ekki \xED bo\xF0i","error.failedToSubmitRemoveStoredPaymentCard":"Mist\xF3kst a\xF0 fjarl\xE6gja geymdan grei\xF0slum\xE1ta","error.failedToRemoveStoredPaymentCard":"Geymdur grei\xF0slum\xE1ti var ekki fjarl\xE6g\xF0ur"}};function It(e){return typeof e=="string"&&(e in Re["en-US"]||e in Re["is-IS"])}async function ut(e,t){try{let r=await xt(e,{sessionId:t});if(!r.ok){let a=r.headers.get("content-type"),n="error.failedToInitializePaymentMethods";if(a&&a.includes("application/json")){let i=(await r.json()).errorMessage;It(i)&&(n=i)}return{resultCode:"Error",error:n}}return{resultCode:"Success",...await r.json()}}catch{return{resultCode:"Error",error:"error.failedToInitializePaymentMethods"}}}function Te(e){switch(e){case"en":case"en-US":return"en-US";default:return"is-IS"}}var Y=require("preact");var ge=require("preact"),or=require("preact/hooks");g(`.straumur__card-component--brands{display:flex;margin-left:auto;align-items:center;gap:var(--straumur__space-xxs)}.straumur__card-component__expandable{background:var(--straumur__color-white)}.straumur__card-component__loading-text{display:flex;justify-content:center}.straumur__card-component__form{display:flex;padding-top:var(--straumur__space-xxlg);flex-direction:column;gap:var(--straumur__space-5xlg)}.straumur__card-component__form--wrapper{display:flex;flex-direction:column;justify-items:start;position:relative;width:100%}.straumur__card-component__form--wrapper--error{color:var(--straumur__color-red-beta);font-size:12px}.straumur__card-component__form--wrapper--label{transform:translate(var(--straumur__space-md)) translateY(-50%);z-index:1;background:linear-gradient(to top,var(--straumur__color-secondary-gamma) 53%,var(--straumur__color-transparent) 50%);position:absolute;font-weight:500;font-size:14px;padding:0 var(--straumur__space-xxs)}.straumur__card-component__form--wrapper--label--error{color:var(--straumur__color-red-beta);background:linear-gradient(to top,var(--straumur__color-red-gamma) 53%,var(--straumur__color-transparent) 50%)}.straumur__card-component__form--wrapper--label--info{position:absolute;top:33%;right:var(--straumur__space-md)}.straumur__card-component__form--wrapper--input{background:var(--straumur__color-secondary-gamma);color:var(--straumur__color-text);display:block;font-family:inherit;border:1px solid var(--straumur__color-transparent);border-radius:var(--straumur__border-radius-s);font-size:16px;height:48px;outline:none;padding-left:var(--straumur__space-lg);transition:border .2s ease-out,box-shadow .2s ease-out}.straumur__card-component__form--wrapper--input:hover{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__card-component__form--wrapper--input--error{background:var(--straumur__color-red-gamma);border:1px solid var(--straumur__color-red-beta)}.straumur__card-component__form--wrapper--input--error:hover{border:1px solid var(--straumur__color-red-beta)}.straumur__card-component__form--field-wrapper{display:flex;width:100%;gap:var(--straumur__space-lg)}.straumur__card-component__submit-button{background:var(--straumur__color-primary);border:none;border-radius:var(--straumur__border-radius-s);color:var(--straumur__color-white);cursor:pointer;font-size:16px;height:40px;outline:none;padding:0 var(--straumur__space-xxlg);transition:background .2s ease-out;width:100%}.straumur__card-component__submit-button:hover{background:var(--straumur__color-primary);border:1px solid var(--straumur__color-border)}.straumur__card-component__submit-button:disabled{background:var(--straumur__color-secondary);border:1px solid var(--straumur__color-border);cursor:not-allowed}.straumur__card-component__form--wrapper--label-checkbox{height:38px;display:flex;align-items:center;padding:8px;gap:var(--straumur__space-s);border-radius:var(--straumur__border-radius-s);cursor:pointer;user-select:none;transition:background-color .25s ease-in-out}.straumur__card-component__form--wrapper--label-checkbox:hover{background-color:var(--straumur__color-blue-gamma)}.straumur__card-component__form--wrapper--label-checkbox:hover .straumur__card-component__form--wrapper--label-checkbox--checkmark{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__card-component__form--wrapper--label-checkbox--checkmark{height:var(--straumur__space-5xlg);width:var(--straumur__space-5xlg);background-color:var(--straumur__color-secondary-gamma);border-radius:var(--straumur__border-radius-xxs);flex-shrink:0;border:1px solid var(--straumur__color-transparent);transition:all .2s ease-in}.straumur__card-component__form--wrapper--label-checkbox:hover .straumur__card-component__form--wrapper--label-checkbox--checkmark.straumur__card-component__form--wrapper--label-checkbox--checkmark--checked{border:1px solid var(--straumur__color-transparent)}.straumur__card-component__form--wrapper--label-checkbox--checkmark--checked{background-color:var(--straumur__color-blue-beta)}.straumur__card-component__form--wrapper--label-checkbox--checkmark--icon{height:100%;display:flex;justify-content:center;align-items:center;font-size:9px;opacity:0;visibility:hidden;transition:all .2s ease-in}.straumur__card-component__form--wrapper--label-checkbox--checkmark--icon--checked{opacity:1;visibility:visible}.straumur__card-component__form--wrapper--label-checkbox--checkbox{display:none}.js-iframe{border:none;color-scheme:auto;height:100%;overflow:hidden;width:100%}.straumur__card-component__dual-branding{display:grid;grid-template-columns:1fr 1fr;gap:var(--straumur__space-lg)}.straumur__card-component__dual-branding--logo{display:flex;align-items:center;padding:var(--straumur__space-xs);border:1px solid var(--straumur__color-secondary-gamma);border-radius:var(--straumur__border-radius-s)}.straumur__card-component__dual-branding--logo--item{display:flex;pointer-events:none}.straumur__card-component__dual-branding--logo--selected{border:1px solid var(--straumur__color-cosmos-blue-delta);justify-content:space-between}
3
+ `);var Et=require("preact"),At=require("preact"),I=require("preact/hooks"),Rt=(0,At.createContext)(void 0),Or={card:!1,storedcard:!1,googlepay:!1,applepay:!1},Tt=({children:e,initialValue:t,initialStoredPaymentMethodId:r=null,isSolePaymentMethod:o,hasCard:a,hasGooglePay:n,hasApplePay:i,hasStoredPaymentMethods:l,onSubmitApiReady:d})=>{let[m,_]=(0,I.useState)(t),u=(0,I.useRef)(null),A=(0,I.useCallback)(C=>{u.current=C},[]),k=(0,I.useCallback)(C=>{u.current===C&&(u.current=null)},[]),z=(0,I.useCallback)(()=>{let C=u.current;return C?(C(),!0):!1},[]);(0,I.useLayoutEffect)(()=>{d?.({triggerSubmit:z})},[]);let[v,b]=(0,I.useState)(r),[R,E]=(0,I.useState)(!1),[F,h]=(0,I.useState)(Or),[j,O]=(0,I.useState)({}),[D,Q]=(0,I.useState)(null),[B,K]=(0,I.useState)(null),J=(C,le)=>{h(X=>({...X,[C]:le}))},N=(C,le)=>{O(X=>({...X,[C]:le}))},G=(0,I.useCallback)(C=>R&&m!==C,[R,m]),ie=C=>{K(C)},ee=C=>{Q(C)};return(0,Et.h)(Rt.Provider,{value:{activePaymentMethod:m,setActivePaymentMethod:_,activeStoredPaymentMethodId:v,setActiveStoredPaymentMethodId:b,isPaymentMethodInitialized:F,updatePaymentMethodInitialization:J,isStoredCardInitialized:j,updateStoredCardInitialization:N,handleSuccess:ee,success:D,handleError:ie,error:B,threeDSecureActive:R,setThreeDSecureActive:E,isObscuredByThreeDS:G,isSolePaymentMethod:o,hasCard:a,hasGooglePay:n,hasApplePay:i,hasStoredPaymentMethods:l,registerSubmitHandler:A,unregisterSubmitHandler:k}},e)},M=()=>{let e=(0,I.useContext)(Rt);if(e===void 0)throw new Error("usePaymentMethodGroup must be used within a PaymentMethodGroup");return e};var Dt=require("preact"),Bt=require("preact"),zt=require("preact/hooks"),Ft=(0,Bt.createContext)(void 0),Nt=({children:e,i18nService:t,onLanguageChange:r})=>{let o=a=>{t.setLanguage(a),r?.(a)};return(0,Dt.h)(Ft.Provider,{value:{i18n:t,changeLanguage:o}},e)},V=()=>{let e=(0,zt.useContext)(Ft);if(!e)throw new Error("useI18n must be used within an I18nProvider");return e};var De=require("preact"),Hr=()=>(0,De.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",viewBox:"0 0 24 24",fill:"none"},(0,De.h)("path",{d:"M24 11H0V7H24V11Z",fill:"currentColor"}),(0,De.h)("path",{opacity:"0.4",d:"M21.3333 3C22.8042 3 24 4.19375 24 5.66667V7H0V5.66667C0 4.19375 1.19375 3 2.66667 3H21.3333ZM24 19C24 20.4708 22.8042 21.6667 21.3333 21.6667H2.66667C1.19375 21.6667 0 20.4708 0 19V11H24V19ZM4.66667 16.3333C4.3 16.3333 4 16.6333 4 17C4 17.3667 4.3 17.6667 4.66667 17.6667H7.33333C7.7 17.6667 8 17.3667 8 17C8 16.6333 7.7 16.3333 7.33333 16.3333H4.66667ZM10 17.6667H15.3333C15.7 17.6667 16 17.3667 16 17C16 16.6333 15.7 16.3333 15.3333 16.3333H10C9.63333 16.3333 9.33333 16.6333 9.33333 17C9.33333 17.3667 9.63333 17.6667 10 17.6667Z",fill:"currentColor"})),Lt=Hr;var S=require("preact");var fe=require("preact"),Ur=({opacity:e=1,reversed:t=!1})=>(0,fe.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"19.5",viewBox:"0 0 40 26",opacity:e},!t&&(0,fe.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,fe.h)("path",{fill:"#F06022",d:"M16.13 19.29h7.74V6.7h-7.74v12.58z"}),(0,fe.h)("path",{fill:"#EA1D25",d:"M16.93 13A7.93 7.93 0 0 1 20 6.71a8.02 8.02 0 0 0-10.65.65 7.96 7.96 0 0 0 0 11.28 8.02 8.02 0 0 0 10.65.65A8.02 8.02 0 0 1 16.93 13"}),(0,fe.h)("path",{fill:"#F79D1D",d:"M33 13c0 2.12-.84 4.15-2.34 5.65a8.1 8.1 0 0 1-10.66.64A8.05 8.05 0 0 0 23.07 13 7.96 7.96 0 0 0 20 6.71a8.02 8.02 0 0 1 10.66.64A7.93 7.93 0 0 1 33 13"})),Ot=Ur;var Be=require("preact"),Zr=({opacity:e=1,reversed:t=!1})=>(0,Be.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"19.5",fill:"none",viewBox:"0 0 40 26",opacity:e},!t&&(0,Be.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,Be.h)("path",{fill:t?"#fff":"#1434CB",d:"m15.9 7.7-4.43 10.6h-2.9l-2.2-8.47c-.13-.52-.25-.71-.65-.93C5.05 8.55 3.96 8.2 3 8l.07-.32h4.67c.6 0 1.13.4 1.27 1.09l1.15 6.14 2.86-7.23h2.89Zm11.39 7.15c0-2.8-3.88-2.96-3.85-4.21 0-.38.37-.79 1.16-.9a5.2 5.2 0 0 1 2.71.48l.48-2.25a7.4 7.4 0 0 0-2.57-.47c-2.71 0-4.62 1.44-4.64 3.51-.02 1.53 1.36 2.38 2.4 2.9 1.08.51 1.44.85 1.43 1.31 0 .71-.85 1.03-1.64 1.04-1.39.02-2.19-.37-2.82-.67l-.5 2.33c.64.29 1.82.55 3.05.56 2.89 0 4.78-1.42 4.79-3.63Zm7.17 3.46H37L34.78 7.7h-2.34c-.53 0-.98.3-1.17.78l-4.12 9.84h2.88l.57-1.58h3.53l.33 1.58Zm-3.07-3.76 1.45-3.99.83 4H31.4ZM19.83 7.7l-2.27 10.62h-2.74L17.09 7.7h2.74Z"})),Ht=Zr;var ye=require("preact"),Gr=({opacity:e=1,reversed:t=!1})=>(0,ye.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"19.5",fill:"none",viewBox:"0 0 40 26",opacity:e},!t&&(0,ye.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,ye.h)("path",{fill:"#7773B4",d:"M16.13 19.29h7.74V6.7h-7.74v12.58z"}),(0,ye.h)("path",{fill:"#EA1D25",d:"M16.93 13A7.93 7.93 0 0 1 20 6.71a8.02 8.02 0 0 0-10.65.65 7.96 7.96 0 0 0 0 11.28 8.02 8.02 0 0 0 10.65.65A8.02 8.02 0 0 1 16.93 13"}),(0,ye.h)("path",{fill:"#139FDA",d:"M33 13c0 2.12-.84 4.15-2.34 5.65a8.1 8.1 0 0 1-10.66.64A8.05 8.05 0 0 0 23.07 13 7.96 7.96 0 0 0 20 6.71a8.02 8.02 0 0 1 10.66.64A7.93 7.93 0 0 1 33 13"})),Ut=Gr;var ze=require("preact"),Vr=({opacity:e=1})=>(0,ze.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"30",height:"19.5",opacity:e},(0,ze.h)("path",{fill:"#016FD0",d:"M0 26h40V0H0v26z"}),(0,ze.h)("path",{fill:"#fff","fill-rule":"evenodd",d:"M30.69 13.63v1.64h-4.17v1.14h4.07v1.64h-4.07v1.12h4.17v1.66l3.38-3.6-3.38-3.6zm-1.1-6.14-1.4-3.19h-4l-4.1 9.32h3.33v8.27l10.28.01 1.61-1.8 1.63 1.8H40v-2.63l-1.92-2.06L40 15.16v-2.59l-1.93.01V7.6l-1.81 4.98H34.5l-1.86-5v5h-4.2l-.6-1.46h-3.3l-.6 1.46h-2.22l3.23-7.27V5.3h2.55l3.19 7.21V5.3l3.1.01 1.6 4.47 1.62-4.48H40v-1h-3.77l-.85 2.39-.85-2.39h-4.94v3.19zm-5.06 6.11v7.27h6.16v-.01h2.54l2.1-2.32 2.12 2.32H40v-.1l-3.34-3.53L40 13.65v-.05h-2.52l-2.1 2.3-2.08-2.3h-8.77zm.7-4.11.96-2.31.97 2.31h-1.93z"})),Zt=Vr;var c=require("preact"),Wr=({opacity:e=1})=>(0,c.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"19.5",fill:"none",viewBox:"0 0 40 26",opacity:e},(0,c.h)("g",{"clip-path":"url(#a)"},(0,c.h)("path",{fill:"#fff",d:"M0 0h40v26H0V0Z"}),(0,c.h)("path",{fill:"#fff",d:"M36.6 20.66a5.22 5.22 0 0 1-5.22 5.22H3V5.22A5.22 5.22 0 0 1 8.22 0H36.6v20.66Z"}),(0,c.h)("path",{fill:"url(#b)",d:"M27.36 15.36h2.15l.27-.02a.96.96 0 0 0 .76-.96 1 1 0 0 0-.76-.97c-.06-.02-.19-.02-.27-.02h-2.15v1.97Z"}),(0,c.h)("path",{fill:"url(#c)",d:"M29.27 1.75a3.74 3.74 0 0 0-3.74 3.73v3.89h5.28c.12 0 .26 0 .37.02 1.19.06 2.07.67 2.07 1.74 0 .84-.6 1.56-1.7 1.7v.05c1.2.08 2.13.76 2.13 1.8 0 1.13-1.03 1.87-2.38 1.87h-5.8v7.6H31a3.74 3.74 0 0 0 3.73-3.74V1.75h-5.46Z"}),(0,c.h)("path",{fill:"url(#d)",d:"M30.27 11.38c0-.5-.35-.82-.76-.89l-.2-.02h-1.95v1.81h1.95c.06 0 .18 0 .2-.02a.87.87 0 0 0 .76-.88Z"}),(0,c.h)("path",{fill:"url(#e)",d:"M8.6 1.75a3.74 3.74 0 0 0-3.73 3.73v9.22a7.4 7.4 0 0 0 3.22.85c1.3 0 2-.78 2-1.85V9.34h3.2v4.34c0 1.68-1.05 3.06-4.6 3.06-2.16 0-3.84-.47-3.84-.47v7.86h5.48a3.74 3.74 0 0 0 3.74-3.74V1.75H8.6Z"}),(0,c.h)("path",{fill:"url(#f)",d:"M18.94 1.75a3.74 3.74 0 0 0-3.74 3.73v4.9c.94-.8 2.59-1.32 5.24-1.2 1.41.06 2.93.45 2.93.45v1.58a7.1 7.1 0 0 0-2.83-.82c-2.01-.14-3.23.84-3.23 2.57 0 1.74 1.22 2.73 3.23 2.57a7.46 7.46 0 0 0 2.83-.82v1.58s-1.5.39-2.93.45c-2.65.12-4.3-.4-5.24-1.2v8.63h5.48a3.74 3.74 0 0 0 3.74-3.74V1.75h-5.48Z"})),(0,c.h)("defs",null,(0,c.h)("linearGradient",{id:"b",x1:"25.52",x2:"34.75",y1:"14.38",y2:"14.38",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"c",x1:"25.52",x2:"34.75",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"d",x1:"25.52",x2:"34.75",y1:"11.37",y2:"11.37",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#007940"}),(0,c.h)("stop",{offset:".23","stop-color":"#00873F"}),(0,c.h)("stop",{offset:".74","stop-color":"#40A737"}),(0,c.h)("stop",{offset:"1","stop-color":"#5CB531"})),(0,c.h)("linearGradient",{id:"e",x1:"4.86",x2:"14.24",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#1F286F"}),(0,c.h)("stop",{offset:".48","stop-color":"#004E94"}),(0,c.h)("stop",{offset:".83","stop-color":"#0066B1"}),(0,c.h)("stop",{offset:"1","stop-color":"#006FBC"})),(0,c.h)("linearGradient",{id:"f",x1:"15.15",x2:"24.25",y1:"12.94",y2:"12.94",gradientUnits:"userSpaceOnUse"},(0,c.h)("stop",{offset:"0","stop-color":"#6C2C2F"}),(0,c.h)("stop",{offset:".17","stop-color":"#882730"}),(0,c.h)("stop",{offset:".57","stop-color":"#BE1833"}),(0,c.h)("stop",{offset:".86","stop-color":"#DC0436"}),(0,c.h)("stop",{offset:"1","stop-color":"#E60039"})),(0,c.h)("clipPath",{id:"a"},(0,c.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"})))),Gt=Wr;var w=require("preact"),jr=({opacity:e=1})=>(0,w.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"30",height:"19.5",opacity:e},(0,w.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,w.h)("g",{fill:"#1a1918"},(0,w.h)("path",{d:"M5.96 15.58c0-.56-.3-.52-.58-.53v-.16H7.2a2.28 2.28 0 0 1 2.5 2.2c0 .61-.36 2.17-2.57 2.17H5.38v-.16c.38-.04.56-.05.58-.48zm.61 2.94c0 .49.35.54.65.54a1.75 1.75 0 0 0 1.8-1.95 1.88 1.88 0 0 0-1.96-2.02c-.26 0-.37.02-.49.02zm3.36.58h.12c.17 0 .3 0 .3-.2v-1.7c0-.28-.1-.32-.33-.44v-.1l.67-.23a.22.22 0 0 1 .11-.03c.03 0 .05.04.05.09v2.4c0 .21.13.21.3.21h.11v.16H9.93zm.67-3.67a.3.3 0 0 1 0-.61.3.3 0 0 1 .3.3.31.31 0 0 1-.3.31zm1.26 1.8c0-.23-.07-.3-.36-.41v-.12a8.44 8.44 0 0 0 .82-.3c.02 0 .04.01.04.06v.4a1.83 1.83 0 0 1 1.08-.46c.53 0 .72.39.72.88v1.61c0 .21.14.21.31.21h.12v.16h-1.34v-.16h.11c.18 0 .3 0 .3-.2v-1.63c0-.36-.22-.53-.57-.53a1.66 1.66 0 0 0-.73.3v1.85c0 .21.14.21.31.21h.12v.16h-1.34v-.16h.1c.18 0 .3 0 .3-.2v-1.67m3.21.3a1.55 1.55 0 0 0 0 .37 1.05 1.05 0 0 0 .92 1.08 1.2 1.2 0 0 0 .85-.42l.08.09a1.47 1.47 0 0 1-1.15.7 1.26 1.26 0 0 1-1.2-1.36c0-1.23.83-1.6 1.27-1.6a1 1 0 0 1 1.05 1 .74.74 0 0 1 0 .1l-.06.04zm1.11-.2c.16 0 .18-.08.18-.16a.53.53 0 0 0-.55-.57c-.38 0-.64.28-.72.73zm.86 1.77h.17c.17 0 .3 0 .3-.2v-1.77c0-.2-.23-.23-.33-.28v-.1c.46-.19.7-.35.77-.35.03 0 .05.02.05.08v.56H18c.16-.24.42-.64.8-.64a.34.34 0 0 1 .36.33.3.3 0 0 1-.3.32c-.19 0-.19-.15-.4-.15a.53.53 0 0 0-.46.52v1.47c0 .21.12.21.3.21h.35v.16h-.88a26 26 0 0 0-.74 0zm2.41-.7a.83.83 0 0 0 .78.76.44.44 0 0 0 .51-.45c0-.74-1.36-.5-1.36-1.5a.86.86 0 0 1 .97-.81 1.64 1.64 0 0 1 .71.18l.04.64h-.14a.64.64 0 0 0-.68-.62.44.44 0 0 0-.49.41c0 .74 1.45.51 1.45 1.5 0 .4-.33.85-1.07.85a1.64 1.64 0 0 1-.77-.22l-.07-.72.12-.03m7.44-2.37h-.15A1.2 1.2 0 0 0 25.39 15a1.79 1.79 0 0 0-1.77 2 2.04 2.04 0 0 0 1.87 2.17 1.27 1.27 0 0 0 1.25-1.09l.15.04-.15.91a3.5 3.5 0 0 1-1.38.34A2.23 2.23 0 0 1 22.97 17a2.3 2.3 0 0 1 2.37-2.2 4.5 4.5 0 0 1 1.48.33l.06.9m.22 3.07h.13c.17 0 .3 0 .3-.2v-3.5c0-.4-.1-.42-.34-.49v-.1a3.96 3.96 0 0 0 .65-.27.66.66 0 0 1 .14-.07c.03 0 .05.04.05.1v4.32c0 .21.13.21.3.21h.12v.16H27.1zm4.02-.18c0 .11.07.12.18.12h.25v.12a6.33 6.33 0 0 0-.9.2l-.03-.02v-.5a1.69 1.69 0 0 1-1.11.52.68.68 0 0 1-.69-.75v-1.6c0-.17-.02-.32-.37-.35v-.12l.8-.05c.07 0 .07.05.07.18v1.62c0 .19 0 .73.55.73a1.4 1.4 0 0 0 .75-.38v-1.7c0-.12-.3-.18-.52-.25v-.11c.56-.04.91-.09.97-.09.05 0 .05.05.05.11zm1.25-2.07a1.58 1.58 0 0 1 .93-.45 1.22 1.22 0 0 1 1.16 1.31 1.58 1.58 0 0 1-1.5 1.65 1.84 1.84 0 0 1-.86-.22l-.19.14-.13-.07a7.37 7.37 0 0 0 .09-1.11v-2.7c0-.4-.1-.42-.33-.49v-.1a3.93 3.93 0 0 0 .64-.27.67.67 0 0 1 .14-.07c.04 0 .05.04.05.1zm0 1.7a.67.67 0 0 0 .64.64c.67 0 .95-.65.95-1.21a1.2 1.2 0 0 0-1-1.24.96.96 0 0 0-.6.3v1.51zM5.38 22.91h.04c.13 0 .26-.02.26-.2v-1.78c0-.18-.13-.2-.26-.2h-.04v-.1l.5.01.54-.01v.1h-.05c-.12 0-.25.02-.25.2v1.79c0 .17.13.19.25.19h.05v.1L5.88 23l-.5.01z"}),(0,w.h)("path",{d:"M6.42 23.03 5.88 23l-.5.02h-.02v-.14h.06c.13 0 .24 0 .24-.17v-1.8c0-.16-.11-.17-.24-.17h-.06v-.13h1.07v.13h-.06c-.13 0-.24.01-.24.18v1.79c0 .16.11.17.24.17h.06v.14zM6.4 23v-.08h-.03c-.12 0-.27-.02-.27-.2v-1.8c0-.18.15-.2.27-.2h.03v-.07h-1v.07h.03c.13 0 .27.02.27.2v1.8c0 .18-.14.2-.27.2H5.4V23l.49-.02.52.02zm2.35-.66h.01v-1.29a.28.28 0 0 0-.3-.32H8.4v-.1l.48.01.42-.01v.1h-.06c-.14 0-.3.03-.3.44v1.55a2.27 2.27 0 0 0 .02.34h-.13L7.07 21.1v1.41c0 .3.06.4.32.4h.06v.1L7 23l-.47.01v-.1h.05c.24 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.4.01.3-.01 1.51 1.71"}),(0,w.h)("path",{d:"M8.95 23.08h-.14l-1.73-1.94v1.37c0 .3.05.38.3.38h.08v.14h-.01L7 23l-.47.02h-.01v-.14h.06c.23 0 .3-.14.3-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.72l1.5 1.69v-1.26c0-.27-.19-.3-.29-.3h-.09v-.13h.94v.13h-.07c-.14 0-.28.01-.28.42v1.55a2.27 2.27 0 0 0 .02.34v.02zm-.13-.03h.11a2.3 2.3 0 0 1-.01-.33v-1.55c0-.41.17-.45.31-.45h.04v-.07H8.4v.07h.06a.3.3 0 0 1 .32.33v1.3h-.02v.01l-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .32.32v1.44c0 .27-.07.44-.32.45h-.03V23l.45-.02.42.02v-.07H7.4c-.27 0-.34-.12-.34-.42v-1.44l1.77 1.98zm-.07-.71.01-.01v.01zm0 0v-.01zM9.8 20.8c-.26 0-.27.06-.32.31h-.1l.04-.29a2.04 2.04 0 0 0 .02-.29h.08c.03.1.11.1.2.1h1.76c.1 0 .18 0 .18-.1h.09l-.04.28v.28l-.11.04c0-.13-.02-.33-.25-.33h-.56v1.82c0 .26.12.29.28.29h.07v.1l-.56-.01-.57.01v-.1h.06c.19 0 .28-.02.28-.29V20.8z"}),(0,w.h)("path",{d:"m11.14 23.03-.56-.02-.57.02h-.02v-.14h.08c.19 0 .26 0 .27-.27v-1.8H9.8v-.03h.57v1.83c0 .28-.11.3-.3.3h-.05V23l.56-.02.54.02v-.07h-.05c-.16 0-.3-.05-.3-.31v-1.83h.58c.23 0 .26.2.26.32l.08-.03a3.96 3.96 0 0 1 .04-.53h-.05c-.02.1-.11.1-.2.1H9.71c-.08 0-.17 0-.2-.1h-.06a2.04 2.04 0 0 1-.02.27c0 .1-.02.19-.04.28h.08c.04-.24.07-.32.33-.31v.03c-.26 0-.25.04-.3.3h-.14v-.01l.04-.3a1.93 1.93 0 0 0 .02-.28v-.01h.11c.03.1.09.1.18.1h1.77c.1 0 .16 0 .17-.1v-.01h.02l.1.02-.01.01-.04.28v.28h-.01l-.12.05v-.02c-.01-.13-.03-.31-.24-.31h-.55v1.8c0 .25.11.27.27.27h.08v.14zm.71-.12h.05c.12 0 .25-.02.25-.2v-1.78c0-.18-.13-.2-.25-.2h-.05v-.1l.85.01.87-.01.01.52-.1.03c-.02-.22-.06-.4-.42-.4h-.47v.9h.4c.2 0 .25-.12.27-.3h.1v.78l-.1.02c-.02-.2-.03-.33-.26-.33h-.4v.79c0 .22.19.22.4.22.41 0 .6-.03.7-.41l.1.02a7.7 7.7 0 0 0-.12.54l-.92-.01-.9.01v-.1"}),(0,w.h)("path",{d:"m13.68 23.03-.92-.02-.9.02h-.02v-.14h.06c.13 0 .24 0 .24-.17v-1.8c0-.16-.11-.17-.24-.17h-.06v-.13h1.75v.01a4.18 4.18 0 0 0 0 .52v.01l-.13.04v-.02c-.02-.22-.05-.38-.4-.38h-.46v.86h.4c.2 0 .23-.1.25-.29v-.01h.13v.01a8.08 8.08 0 0 0 0 .8h-.01l-.12.03v-.02c-.02-.2-.03-.32-.25-.32h-.4v.78c0 .2.18.2.4.2.42 0 .58-.02.68-.4v-.01h.02l.1.03v.01a7.8 7.8 0 0 0-.11.54v.02zm-.02-.03.11-.52-.06-.02c-.1.39-.3.42-.7.42-.22 0-.43 0-.44-.24v-.8H13c.24-.01.26.13.28.33l.07-.02a7.25 7.25 0 0 1 0-.76h-.07c-.02.18-.08.3-.29.3h-.42v-.92h.5c.35 0 .4.18.42.4l.07-.03a5.76 5.76 0 0 1 0-.5l-.86.02-.83-.01v.07h.03c.12 0 .27.02.27.2v1.8c0 .18-.15.2-.27.2h-.03V23l.89-.02zm.59-2c0-.26-.14-.27-.24-.27h-.06v-.1l.53.01.54-.01c.43 0 .81.12.81.6a.64.64 0 0 1-.47.6l.58.87a.38.38 0 0 0 .33.21v.1l-.33-.01-.32.01a9.45 9.45 0 0 1-.7-1.1h-.23v.73c0 .26.12.27.28.27h.06v.1l-.59-.01-.5.01v-.1h.07c.13 0 .24-.06.24-.18v-1.74zm.44.78h.16c.34 0 .53-.13.53-.53a.47.47 0 0 0-.5-.5 1.65 1.65 0 0 0-.2.02v1.01z"}),(0,w.h)("path",{d:"m16.27 23.03-.33-.02c-.1 0-.21.02-.33.01a9.54 9.54 0 0 1-.7-1.1h-.2v.72c0 .25.1.25.26.25h.07v.14h-.01l-.59-.02-.5.02v-.14H14c.12 0 .22-.05.23-.16v-1.74c0-.24-.13-.24-.23-.24h-.08v-.13h1.09c.43 0 .83.11.83.61a.65.65 0 0 1-.47.6l.57.87a.37.37 0 0 0 .32.2h.02v.13zm-1.58-1.14h.23a10.55 10.55 0 0 0 .7 1.1h.64v-.07a.39.39 0 0 1-.33-.2l-.6-.9h.02a.63.63 0 0 0 .47-.59c0-.47-.37-.58-.8-.58h-1.06v.07h.05c.1 0 .26.02.26.27v1.74c0 .13-.13.2-.26.2h-.05V23l.48-.02.57.02v-.07h-.04c-.16 0-.3-.02-.3-.3v-.74zm0-.1h-.02v-1.04h.01a1.63 1.63 0 0 1 .2-.01.48.48 0 0 1 .51.51c0 .4-.2.55-.54.55zm.16-.02c.34 0 .51-.12.51-.52a.45.45 0 0 0-.48-.48 1.33 1.33 0 0 0-.18.01v.99zm3.73.57h.01v-1.29a.28.28 0 0 0-.3-.32h-.07v-.1l.48.01.42-.01v.1h-.06c-.14 0-.3.03-.3.44v1.55a2.27 2.27 0 0 0 .02.34h-.13L16.9 21.1v1.41c0 .3.06.4.32.4h.06v.1l-.44-.01-.47.01v-.1h.05c.24 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.4.01.3-.01z"}),(0,w.h)("path",{d:"M18.78 23.08h-.14l-1.73-1.94v1.37c0 .3.05.38.3.38h.08v.14h-.01l-.44-.02-.47.02h-.01v-.14h.06c.23 0 .3-.14.3-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.71l1.5 1.69v-1.26c0-.27-.18-.3-.28-.3h-.09v-.13h.93v.13h-.07c-.14 0-.28.01-.28.42v1.55a2.15 2.15 0 0 0 .02.34v.02zm-.13-.03h.11a2.34 2.34 0 0 1-.01-.33v-1.55c0-.41.17-.45.31-.45h.04v-.07h-.87v.07h.06a.3.3 0 0 1 .32.33v1.3h-.02v.01l-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .32.32v1.44c0 .27-.07.44-.32.45h-.03V23l.45-.02.42.02v-.07h-.04c-.27 0-.34-.12-.34-.42v-1.44zm-.07-.71.01-.01v.01zm0 0v-.01zm1.08.18a1.38 1.38 0 0 0-.07.27c0 .1.14.12.25.12h.04v.1a7.72 7.72 0 0 0-.78 0v-.1h.02a.3.3 0 0 0 .3-.22l.54-1.57a2.87 2.87 0 0 0 .13-.42 1.73 1.73 0 0 0 .3-.15.08.08 0 0 1 .04 0 .02.02 0 0 1 .02 0l.03.1.63 1.78.12.34a.22.22 0 0 0 .23.14h.02v.1a9.66 9.66 0 0 0-.98 0v-.1h.03c.08 0 .22-.01.22-.1a1.1 1.1 0 0 0-.07-.25l-.14-.4h-.77l-.1.36zm.5-1.5-.32.96h.63l-.31-.97z"}),(0,w.h)("path",{d:"M21.48 23.03 21 23l-.51.02h-.02v-.14h.05c.08 0 .2-.01.2-.08a1.1 1.1 0 0 0-.07-.24l-.13-.39h-.75l-.1.35a1.41 1.41 0 0 0-.08.26c0 .08.13.1.24.1h.06v.14h-.02l-.41-.02-.37.02h-.01v-.14h.03a.3.3 0 0 0 .28-.2l.55-1.57a4.05 4.05 0 0 0 .13-.44 1.75 1.75 0 0 0 .31-.14.09.09 0 0 1 .03-.01.04.04 0 0 1 .04.02l.03.09.63 1.78c.04.12.08.25.13.35a.2.2 0 0 0 .2.12h.04v.14h-.01zM20.5 23l.5-.02.45.02v-.07a.23.23 0 0 1-.24-.15c-.05-.1-.09-.23-.13-.35l-.62-1.78-.03-.09h-.02a.08.08 0 0 0-.01 0 1.26 1.26 0 0 1-.3.14 2.83 2.83 0 0 1-.13.43l-.55 1.56a.32.32 0 0 1-.3.24h-.01V23l.35-.02.4.02v-.07h-.03c-.1 0-.26-.02-.27-.14a1.35 1.35 0 0 1 .08-.27h.01-.01l.11-.36h.8l.13.4a1.04 1.04 0 0 1 .07.25c0 .1-.15.11-.23.12h-.02zm-.7-1 .33-1h.03l.32 1zm.05-.04h.6l-.3-.91zm.28-.94h.01zm1.5-.22c-.26 0-.27.06-.32.31h-.1l.04-.29a2.1 2.1 0 0 0 .02-.29h.08c.03.1.11.1.2.1h1.76c.1 0 .18 0 .19-.1h.08l-.04.28v.28l-.1.04c-.02-.13-.03-.33-.26-.33h-.56v1.82c0 .26.12.29.28.29h.07v.1L22.4 23l-.57.01v-.1h.06c.19 0 .29-.02.29-.29V20.8h-.56"}),(0,w.h)("path",{d:"M22.97 23.03 22.4 23l-.57.02h-.02v-.14h.08c.19 0 .27 0 .27-.27v-1.8h-.54v-.03h.57v1.83c0 .28-.11.3-.3.3h-.05V23l.56-.02.54.02v-.07h-.05c-.16 0-.3-.05-.3-.31v-1.83h.58c.23 0 .26.2.26.32l.08-.03v-.27l.04-.26h-.05c-.02.1-.11.1-.2.1h-1.77c-.08 0-.17 0-.2-.1h-.06a2 2 0 0 1-.02.27c0 .1-.02.19-.04.28h.08c.04-.24.07-.32.33-.31v.03c-.26 0-.25.04-.3.3h-.14v-.01l.04-.29a1.98 1.98 0 0 0 .02-.29v-.01h.11c.03.1.1.1.18.1h1.77c.1 0 .17 0 .17-.1v-.01h.02l.1.02v.01l-.05.28v.28h-.01l-.12.05v-.02c-.01-.13-.03-.31-.24-.31h-.54v1.8c0 .25.1.27.26.27h.08v.14h-.01m.74-.12h.05c.12 0 .25-.02.25-.2v-1.78c0-.18-.13-.2-.25-.2h-.05v-.1l.5.01.54-.01v.1h-.05c-.12 0-.25.02-.25.2v1.79c0 .17.13.19.25.19h.05v.1L24.2 23l-.5.01z"}),(0,w.h)("path",{d:"M24.74 23.03 24.2 23l-.5.02h-.01v-.14h.06c.12 0 .24 0 .24-.17v-1.8c0-.16-.12-.17-.24-.17h-.06v-.13h1.07v.13h-.07c-.12 0-.23.01-.23.18v1.79c0 .16.1.17.23.17h.07v.14zm-.01-.03v-.07h-.04c-.12 0-.26-.03-.26-.21v-1.8c0-.18.14-.2.26-.2h.04v-.07H23.7v.07h.04c.12 0 .27.02.27.2v1.8c0 .18-.15.2-.27.2h-.03V23l.48-.02.53.02zm1.37-2.42a1.2 1.2 0 0 1 1.3 1.18 1.25 1.25 0 0 1-1.28 1.3 1.2 1.2 0 0 1-1.28-1.22 1.24 1.24 0 0 1 1.26-1.26m.05 2.33c.66 0 .78-.58.78-1.08s-.27-1.1-.84-1.1c-.6 0-.77.53-.77.99 0 .6.28 1.2.83 1.2"}),(0,w.h)("path",{d:"M24.83 21.84a1.26 1.26 0 0 1 1.27-1.28v.03a1.23 1.23 0 0 0-1.24 1.25 1.19 1.19 0 0 0 1.26 1.2 1.24 1.24 0 0 0 1.27-1.28 1.18 1.18 0 0 0-1.3-1.17v-.03a1.21 1.21 0 0 1 1.33 1.2 1.27 1.27 0 0 1-1.3 1.32 1.22 1.22 0 0 1-1.3-1.24m.48-.12c0-.46.18-1 .8-1 .57 0 .84.61.84 1.11s-.12 1.1-.79 1.1v-.03c.65 0 .76-.57.76-1.07s-.26-1.08-.82-1.09c-.58 0-.75.52-.76.98 0 .6.28 1.18.82 1.18v.03c-.56 0-.84-.6-.85-1.21m4.4.62v-1.29a.28.28 0 0 0-.3-.32h-.07v-.1l.48.01.42-.01v.1h-.05c-.15 0-.3.03-.3.44v1.55a2.2 2.2 0 0 0 .01.34h-.12L28 21.1v1.41c0 .3.06.4.32.4h.06v.1l-.44-.01-.46.01v-.1h.05c.23 0 .3-.16.3-.43v-1.44a.3.3 0 0 0-.3-.3h-.05v-.11l.39.01.3-.01 1.52 1.71"}),(0,w.h)("path",{d:"M29.9 23.08h-.15l-1.72-1.94v1.37c0 .3.05.38.3.38h.07v.14h-.01l-.44-.02-.46.02h-.02v-.14h.07c.22 0 .28-.14.29-.41v-1.44a.3.3 0 0 0-.3-.3h-.06v-.12h.72l1.5 1.69v-1.26c0-.27-.18-.3-.28-.3h-.1v-.13h.94v.13h-.06c-.14 0-.29.01-.3.42v1.55a2.26 2.26 0 0 0 .03.34v.02zm-.13-.03h.1a2.42 2.42 0 0 1-.01-.33v-1.55c0-.41.17-.45.32-.45h.03v-.07h-.86v.07h.06a.3.3 0 0 1 .3.33v1.3l-.01.01-1.52-1.71h-.68v.07h.03a.32.32 0 0 1 .33.32v1.44c0 .27-.08.44-.32.45h-.04V23l.45-.02.43.02v-.07h-.05c-.27 0-.33-.12-.33-.42v-1.44zm-.07-.71v-.01zm-.01 0v-.01zm1.09.18a1.43 1.43 0 0 0-.08.27c0 .1.14.12.26.12h.03v.1a7.71 7.71 0 0 0-.78 0v-.1h.02a.3.3 0 0 0 .3-.22l.55-1.57a2.79 2.79 0 0 0 .12-.42 1.75 1.75 0 0 0 .31-.15.07.07 0 0 1 .03 0 .02.02 0 0 1 .02 0l.03.1.63 1.78c.04.11.08.24.13.34a.22.22 0 0 0 .22.14h.02v.1a9.66 9.66 0 0 0-.98 0v-.1h.04c.08 0 .2-.01.2-.1a1.1 1.1 0 0 0-.06-.25l-.13-.4h-.78zm.5-1.5h-.01l-.32.96h.64l-.32-.97z"}),(0,w.h)("path",{d:"m32.59 23.03-.47-.02-.5.02h-.02v-.14h.05c.08 0 .2-.01.2-.08a1.06 1.06 0 0 0-.07-.24l-.13-.39h-.76l-.1.35a1.44 1.44 0 0 0-.07.26c0 .08.12.1.24.1H31v.14h-.02l-.4-.02-.38.02h-.01v-.14h.03a.3.3 0 0 0 .29-.2l.54-1.57a4.27 4.27 0 0 0 .14-.44 1.85 1.85 0 0 0 .3-.14.08.08 0 0 1 .04 0 .04.04 0 0 1 .04.01l.03.09.62 1.78c.04.12.08.25.13.35a.2.2 0 0 0 .2.12h.04v.14h-.01zm-.97-.03.5-.02.46.02v-.08h-.01a.23.23 0 0 1-.24-.14l-.12-.35-.63-1.78a3.61 3.61 0 0 1-.03-.09h-.01a.06.06 0 0 0-.02 0 1.3 1.3 0 0 1-.3.14 2.94 2.94 0 0 1-.13.43l-.55 1.56a.32.32 0 0 1-.3.24h-.01V23l.35-.02.4.02v-.07h-.02c-.11 0-.27-.02-.27-.14a1.42 1.42 0 0 1 .07-.27h.02-.02l.11-.36h.8l.13.4a1.07 1.07 0 0 1 .07.25c0 .1-.15.11-.22.12h-.03zm-.7-1 .34-1h.02l.33 1zm.05-.04h.6l-.3-.91zm2.48.72c0 .13.1.18.2.19a2.47 2.47 0 0 0 .45 0 .48.48 0 0 0 .33-.2.78.78 0 0 0 .1-.24h.1l-.12.58-.9-.01-.9.01v-.1h.05c.12 0 .25-.02.25-.23v-1.75c0-.18-.13-.2-.25-.2h-.05v-.1l.54.01.51-.01v.1h-.08c-.13 0-.23 0-.23.19z"}),(0,w.h)("path",{d:"m34.5 23.03-.9-.02-.9.02v-.14h.06c.12 0 .24 0 .24-.2v-1.76c0-.17-.12-.18-.24-.18h-.07v-.13h1.09v.13h-.1c-.13 0-.21 0-.22.17v1.76c0 .13.09.16.2.17l.18.01a2.46 2.46 0 0 0 .26-.01.48.48 0 0 0 .32-.18.77.77 0 0 0 .1-.24v-.01h.13v.02l-.13.58zm0-.03.11-.55h-.07a.77.77 0 0 1-.1.24.5.5 0 0 1-.34.19 2.6 2.6 0 0 1-.26.01h-.19c-.11-.02-.22-.07-.22-.21v-1.76c0-.2.12-.2.25-.2h.07v-.07h-1.03v.07h.04c.12 0 .27.02.27.2v1.76c0 .22-.15.24-.27.24h-.04V23l.89-.02.88.02zm.1-2.47a.36.36 0 1 1-.37.36.35.35 0 0 1 .36-.36zm0 .66a.3.3 0 1 0-.3-.3.29.29 0 0 0 .3.3zm-.19-.1v-.02c.05-.01.05 0 .05-.04v-.26c0-.04 0-.05-.05-.05v-.02h.19c.06 0 .12.03.12.1a.11.11 0 0 1-.09.1l.06.09a.38.38 0 0 0 .08.08v.01h-.07c-.03 0-.06-.07-.13-.16h-.04v.12c0 .02.01.02.06.03v.01zm.12-.2h.05c.04 0 .06-.03.06-.09s-.03-.08-.07-.08h-.04z"})),(0,w.h)("path",{fill:"#fff",d:"M13.33 8.58a5.77 5.77 0 1 1 5.76 5.78 5.77 5.77 0 0 1-5.76-5.78"}),(0,w.h)("path",{fill:"#154a78",d:"M22.58 8.47a3.48 3.48 0 0 0-2.23-3.24v6.48a3.48 3.48 0 0 0 2.23-3.24zm-4.7 3.24V5.23a3.47 3.47 0 0 0 0 6.48zM19.1 3a5.48 5.48 0 1 0 5.47 5.48A5.47 5.47 0 0 0 19.11 3zm0 11.48a5.99 5.99 0 0 1-6.03-5.94A5.9 5.9 0 0 1 19.1 2.5h1.55a6.1 6.1 0 0 1 6.24 6.03 6.22 6.22 0 0 1-6.24 5.94z"})),Vt=jr;var s=require("preact"),Kr=({opacity:e=1,reversed:t=!1})=>(0,s.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"30",height:"19.5",fill:"none",viewBox:"0 0 40 26",opacity:e},!t&&(0,s.h)("path",{fill:"#fff",d:"M0 0h40v26H0z"}),(0,s.h)("g",{"clip-path":"url(#a)"},(0,s.h)("g",{"clip-path":"url(#b)"},(0,s.h)("path",{fill:t?"#fff":"#000",d:"M3.5 19.56a1.6 1.6 0 0 1 1.54-1.6h.06a1.52 1.52 0 0 1 1.42.77l-.43.25a1.02 1.02 0 0 0-.99-.59 1.13 1.13 0 0 0-1.14 1.11v.03a1.05 1.05 0 0 0 .99 1.14h.1a.94.94 0 0 0 1.04-.83H5.01v-.43h1.51v1.66h-.46v-.49l.03-.12a1.08 1.08 0 0 1-1.08.64 1.49 1.49 0 0 1-1.51-1.48v-.06Zm3.58-1.79h.46v3.33h-.46v-3.33Zm.92 2.2a1.2 1.2 0 1 1 .74 1.11A1.19 1.19 0 0 1 8 19.96Zm1.91 0a.74.74 0 1 0-1.48.06.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm1.36.8v.33h-.46v-3.36h.46v1.4a.98.98 0 0 1 .77-.38 1.19 1.19 0 0 1 0 2.38.9.9 0 0 1-.77-.37Zm1.48-.8a.75.75 0 1 0-1.5-.04v.03a.76.76 0 1 0 1.5 0Zm.8.55c0-.46.28-.65.9-.74.43-.06.58-.1.58-.25s-.12-.37-.46-.37a.54.54 0 0 0-.58.43l-.44-.18a1.01 1.01 0 0 1 1.02-.65c.59 0 .96.3.96.86v1.48h-.43v-.33a.75.75 0 0 1-.74.4c-.5 0-.8-.28-.8-.65Zm1.33.06a.5.5 0 0 0 .19-.4v-.19c0 .1-.16.13-.5.16-.4.06-.55.15-.55.34 0 .15.15.28.37.28.18 0 .35-.07.49-.19Zm1.14-2.8h.46v3.32h-.46v-3.33Zm2.04.24h.5l1.53 2.34v-2.34h.47v3.12h-.47l-1.57-2.41v2.4h-.46v-3.11Zm2.96 1.94a1.18 1.18 0 0 1 1.17-1.2h.03a1.14 1.14 0 0 1 1.17 1.11v.25h-1.94a.77.77 0 0 0 .96.58c.2-.05.37-.17.49-.34l.37.22a1.18 1.18 0 0 1-1.05.56 1.15 1.15 0 0 1-1.2-1.11v-.07Zm.46-.21h1.45a.67.67 0 0 0-.7-.56.7.7 0 0 0-.75.56Zm2.56.61v-1.14h-.46v-.4h.46v-.5l.46-.3v.8h.62v.4h-.65v1.14c0 .25.13.37.31.37.12 0 .24-.03.34-.09v.43a.82.82 0 0 1-.37.1c-.46 0-.71-.25-.71-.8Zm1.36-1.54h.46l.52 1.67.62-1.67h.43l.62 1.67.55-1.67h.47l-.8 2.28h-.44l-.61-1.66-.65 1.7h-.46l-.71-2.32Zm3.88 1.14a1.2 1.2 0 1 1 .74 1.12 1.19 1.19 0 0 1-.74-1.12Zm1.92 0a.74.74 0 1 0-1.48.07.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm.89-1.14h.46v.4a.72.72 0 0 1 .65-.4h.19v.46h-.28c-.37 0-.56.16-.56.6v1.22h-.46v-2.28Zm2.59 1.24-.4.43v.58h-.46v-3.3h.46V20l1.08-1.17h.55l-.89.96.92 1.32h-.52l-.74-1.04ZM5.2 10.16H3.72v5.18H5.2c.66.03 1.32-.18 1.85-.59a2.56 2.56 0 0 0 .92-1.97c0-1.54-1.14-2.62-2.77-2.62Zm1.2 3.88c-.3.28-.74.4-1.39.4h-.28v-3.39h.28a1.88 1.88 0 0 1 1.39.43 1.73 1.73 0 0 1 .55 1.3c0 .48-.2.93-.55 1.26Zm2.03-3.88h1.02v5.18H8.43v-5.18Zm3.49 2c-.62-.22-.77-.37-.77-.65 0-.34.3-.58.74-.58a.97.97 0 0 1 .8.43l.53-.68a2.32 2.32 0 0 0-1.52-.59 1.52 1.52 0 0 0-1.6 1.42v.06c0 .71.34 1.08 1.26 1.42.25.08.49.18.71.31a.64.64 0 0 1 .31.53.75.75 0 0 1-.74.74h-.03a1.29 1.29 0 0 1-1.1-.68l-.66.61a2 2 0 0 0 1.8 1 1.68 1.68 0 0 0 1.78-1.7c-.03-.87-.37-1.24-1.51-1.64Zm1.82.59a2.66 2.66 0 0 0 2.65 2.68h.06c.44 0 .88-.1 1.27-.3v-1.18a1.54 1.54 0 0 1-1.2.55 1.69 1.69 0 0 1-1.73-1.63v-.15a1.72 1.72 0 0 1 1.66-1.8h.03a1.64 1.64 0 0 1 1.27.6v-1.15c-.38-.2-.8-.31-1.23-.3a2.69 2.69 0 0 0-2.78 2.68Zm11.97.9-1.4-3.5h-1.07l2.19 5.31h.52l2.25-5.3h-1.1l-1.4 3.48Zm2.96 1.69h2.83v-.87h-1.85v-1.41h1.8v-.87h-1.8v-1.14h1.85v-.9h-2.83v5.19Zm6.84-3.64c0-.96-.68-1.51-1.82-1.51h-1.48v5.18h1.02v-2.1h.12l1.4 2.07h1.23l-1.64-2.2a1.36 1.36 0 0 0 1.17-1.44Zm-2.03.86h-.31V11h.3c.62 0 .96.28.96.77.03.52-.3.8-.95.8Zm2.84-2.13c0-.09-.07-.15-.19-.15h-.15v.46h.12v-.15l.12.18h.13l-.13-.21c.06 0 .1-.06.1-.13Zm-.19.07-.03-.13h.03c.06 0 .1.03.1.06-.04.07-.07.07-.1.07Z"})),(0,s.h)("path",{fill:t?"#fff":"#000",d:"M36.16 10.13a.4.4 0 0 0-.4.4.4.4 0 1 0 .8 0 .4.4 0 0 0-.4-.4Zm0 .74a.32.32 0 0 1-.34-.31.32.32 0 0 1 .65-.03.34.34 0 0 1-.3.34Z"}),(0,s.h)("path",{fill:"url(#c)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("path",{fill:"url(#d)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("mask",{id:"e",width:"6",height:"6",x:"18",y:"10",maskUnits:"userSpaceOnUse",style:"mask-type:luminance"},(0,s.h)("path",{fill:"#fff",d:"M18.06 12.75a2.74 2.74 0 1 0 5.49 0 2.74 2.74 0 0 0-5.5 0Z"})),(0,s.h)("g",{mask:"url(#e)"},(0,s.h)("path",{fill:"url(#f)",d:"M17.75 12.87a3.36 3.36 0 1 0 6.72 0 3.36 3.36 0 0 0-6.72 0Z"}))),(0,s.h)("g",{"clip-path":"url(#g)"},(0,s.h)("g",{"clip-path":"url(#h)"},(0,s.h)("path",{fill:t?"#fff":"#000",d:"M3.5 19.56a1.6 1.6 0 0 1 1.54-1.6h.06a1.52 1.52 0 0 1 1.42.77l-.43.25a1.02 1.02 0 0 0-.99-.59 1.13 1.13 0 0 0-1.14 1.11v.03a1.05 1.05 0 0 0 .99 1.14h.1a.94.94 0 0 0 1.04-.83H5.01v-.43h1.51v1.66h-.46v-.49l.03-.12a1.08 1.08 0 0 1-1.08.64 1.49 1.49 0 0 1-1.51-1.48v-.06Zm3.58-1.79h.46v3.33h-.46v-3.33Zm.92 2.2a1.2 1.2 0 1 1 .74 1.11A1.19 1.19 0 0 1 8 19.96Zm1.91 0a.74.74 0 1 0-1.48.06.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm1.36.8v.33h-.46v-3.36h.46v1.4a.98.98 0 0 1 .77-.38 1.19 1.19 0 0 1 0 2.38.9.9 0 0 1-.77-.37Zm1.48-.8a.75.75 0 1 0-1.5-.04v.03a.76.76 0 1 0 1.5 0Zm.8.55c0-.46.28-.65.9-.74.43-.06.58-.1.58-.25s-.12-.37-.46-.37a.54.54 0 0 0-.58.43l-.44-.18a1.01 1.01 0 0 1 1.02-.65c.59 0 .96.3.96.86v1.48h-.43v-.33a.75.75 0 0 1-.74.4c-.5 0-.8-.28-.8-.65Zm1.33.06a.5.5 0 0 0 .19-.4v-.19c0 .1-.16.13-.5.16-.4.06-.55.15-.55.34 0 .15.15.28.37.28.18 0 .35-.07.49-.19Zm1.14-2.8h.46v3.32h-.46v-3.33Zm2.04.24h.5l1.53 2.34v-2.34h.47v3.12h-.47l-1.57-2.41v2.4h-.46v-3.11Zm2.96 1.94a1.18 1.18 0 0 1 1.17-1.2h.03a1.14 1.14 0 0 1 1.17 1.11v.25h-1.94a.77.77 0 0 0 .96.58c.2-.05.37-.17.49-.34l.37.22a1.18 1.18 0 0 1-1.05.56 1.15 1.15 0 0 1-1.2-1.11v-.07Zm.46-.21h1.45a.67.67 0 0 0-.7-.56.7.7 0 0 0-.75.56Zm2.56.61v-1.14h-.46v-.4h.46v-.5l.46-.3v.8h.62v.4h-.65v1.14c0 .25.13.37.31.37.12 0 .24-.03.34-.09v.43a.82.82 0 0 1-.37.1c-.46 0-.71-.25-.71-.8Zm1.36-1.54h.46l.52 1.67.62-1.67h.43l.62 1.67.55-1.67h.47l-.8 2.28h-.44l-.61-1.66-.65 1.7h-.46l-.71-2.32Zm3.88 1.14a1.2 1.2 0 1 1 .74 1.12 1.19 1.19 0 0 1-.74-1.12Zm1.92 0a.74.74 0 1 0-1.48.07.72.72 0 0 0 .74.7.74.74 0 0 0 .74-.77Zm.89-1.14h.46v.4a.72.72 0 0 1 .65-.4h.19v.46h-.28c-.37 0-.56.16-.56.6v1.22h-.46v-2.28Zm2.59 1.24-.4.43v.58h-.46v-3.3h.46V20l1.08-1.17h.55l-.89.96.92 1.32h-.52l-.74-1.04ZM5.2 10.16H3.72v5.18H5.2c.66.03 1.32-.18 1.85-.59a2.56 2.56 0 0 0 .92-1.97c0-1.54-1.14-2.62-2.77-2.62Zm1.2 3.88c-.3.28-.74.4-1.39.4h-.28v-3.39h.28a1.88 1.88 0 0 1 1.39.43 1.73 1.73 0 0 1 .55 1.3c0 .48-.2.93-.55 1.26Zm2.03-3.88h1.02v5.18H8.43v-5.18Zm3.49 2c-.62-.22-.77-.37-.77-.65 0-.34.3-.58.74-.58a.97.97 0 0 1 .8.43l.53-.68a2.32 2.32 0 0 0-1.52-.59 1.52 1.52 0 0 0-1.6 1.42v.06c0 .71.34 1.08 1.26 1.42.25.08.49.18.71.31a.64.64 0 0 1 .31.53.75.75 0 0 1-.74.74h-.03a1.29 1.29 0 0 1-1.1-.68l-.66.61a2 2 0 0 0 1.8 1 1.68 1.68 0 0 0 1.78-1.7c-.03-.87-.37-1.24-1.51-1.64Zm1.82.59a2.66 2.66 0 0 0 2.65 2.68h.06c.44 0 .88-.1 1.27-.3v-1.18a1.54 1.54 0 0 1-1.2.55 1.69 1.69 0 0 1-1.73-1.63v-.15a1.72 1.72 0 0 1 1.66-1.8h.03a1.64 1.64 0 0 1 1.27.6v-1.15c-.38-.2-.8-.31-1.23-.3a2.69 2.69 0 0 0-2.78 2.68Zm11.97.9-1.4-3.5h-1.07l2.19 5.31h.52l2.25-5.3h-1.1l-1.4 3.48Zm2.96 1.69h2.83v-.87h-1.85v-1.41h1.8v-.87h-1.8v-1.14h1.85v-.9h-2.83v5.19Zm6.84-3.64c0-.96-.68-1.51-1.82-1.51h-1.48v5.18h1.02v-2.1h.12l1.4 2.07h1.23l-1.64-2.2a1.36 1.36 0 0 0 1.17-1.44Zm-2.03.86h-.31V11h.3c.62 0 .96.28.96.77.03.52-.3.8-.95.8Zm2.84-2.13c0-.09-.07-.15-.19-.15h-.15v.46h.12v-.15l.12.18h.13l-.13-.21c.06 0 .1-.06.1-.13Zm-.19.07-.03-.13h.03c.06 0 .1.03.1.06-.04.07-.07.07-.1.07Z"})),(0,s.h)("path",{fill:t?"#fff":"#000",d:"M36.16 10.13a.4.4 0 0 0-.4.4.4.4 0 1 0 .8 0 .4.4 0 0 0-.4-.4Zm0 .74a.32.32 0 0 1-.34-.31.32.32 0 0 1 .65-.03.34.34 0 0 1-.3.34Z"}),(0,s.h)("path",{fill:"url(#i)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("path",{fill:"url(#j)",d:"M18.06 12.75a2.75 2.75 0 1 0 5.49 0 2.75 2.75 0 0 0-5.5 0Z"}),(0,s.h)("mask",{id:"k",width:"6",height:"6",x:"18",y:"10",maskUnits:"userSpaceOnUse",style:"mask-type:luminance"},(0,s.h)("path",{fill:"#fff",d:"M18.06 12.75a2.74 2.74 0 1 0 5.49 0 2.74 2.74 0 0 0-5.5 0Z"})),(0,s.h)("g",{mask:"url(#k)"},(0,s.h)("path",{fill:"url(#l)",d:"M17.75 12.87a3.36 3.36 0 1 0 6.72 0 3.36 3.36 0 0 0-6.72 0Z"}))),(0,s.h)("defs",null,(0,s.h)("linearGradient",{id:"c",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F59F00"}),(0,s.h)("stop",{offset:".19","stop-color":"#F49B00"}),(0,s.h)("stop",{offset:".37","stop-color":"#F29101"}),(0,s.h)("stop",{offset:".5","stop-color":"#F08302"}),(0,s.h)("stop",{offset:".6","stop-color":"#EE7905"}),(0,s.h)("stop",{offset:".76","stop-color":"#EC7008"}),(0,s.h)("stop",{offset:"1","stop-color":"#EC6D09"})),(0,s.h)("linearGradient",{id:"d",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".04","stop-color":"#F48C1C","stop-opacity":".08"}),(0,s.h)("stop",{offset:".2","stop-color":"#F77314","stop-opacity":".32"}),(0,s.h)("stop",{offset:".35","stop-color":"#F95D0E","stop-opacity":".53"}),(0,s.h)("stop",{offset:".5","stop-color":"#FB4B09","stop-opacity":".7"}),(0,s.h)("stop",{offset:".64","stop-color":"#FD3D05","stop-opacity":".83"}),(0,s.h)("stop",{offset:".77","stop-color":"#FE3302","stop-opacity":".92"}),(0,s.h)("stop",{offset:".9","stop-color":"#FF2D01","stop-opacity":".98"}),(0,s.h)("stop",{offset:"1","stop-color":"#FF2B00"})),(0,s.h)("radialGradient",{id:"f",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(4.24 -167.26 291.02) scale(3.3208)",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".45","stop-color":"#EA8D1D","stop-opacity":".05"}),(0,s.h)("stop",{offset:".66","stop-color":"#CA7618","stop-opacity":".2"}),(0,s.h)("stop",{offset:".83","stop-color":"#924D10","stop-opacity":".48"}),(0,s.h)("stop",{offset:".96","stop-color":"#441304","stop-opacity":".87"}),(0,s.h)("stop",{offset:".99","stop-color":"#2F0401","stop-opacity":".97"})),(0,s.h)("linearGradient",{id:"i",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F59F00"}),(0,s.h)("stop",{offset:".19","stop-color":"#F49B00"}),(0,s.h)("stop",{offset:".37","stop-color":"#F29101"}),(0,s.h)("stop",{offset:".5","stop-color":"#F08302"}),(0,s.h)("stop",{offset:".6","stop-color":"#EE7905"}),(0,s.h)("stop",{offset:".76","stop-color":"#EC7008"}),(0,s.h)("stop",{offset:"1","stop-color":"#EC6D09"})),(0,s.h)("linearGradient",{id:"j",x1:"22.25",x2:"19.35",y1:"15.06",y2:"10.42",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".04","stop-color":"#F48C1C","stop-opacity":".08"}),(0,s.h)("stop",{offset:".2","stop-color":"#F77314","stop-opacity":".32"}),(0,s.h)("stop",{offset:".35","stop-color":"#F95D0E","stop-opacity":".53"}),(0,s.h)("stop",{offset:".5","stop-color":"#FB4B09","stop-opacity":".7"}),(0,s.h)("stop",{offset:".64","stop-color":"#FD3D05","stop-opacity":".83"}),(0,s.h)("stop",{offset:".77","stop-color":"#FE3302","stop-opacity":".92"}),(0,s.h)("stop",{offset:".9","stop-color":"#FF2D01","stop-opacity":".98"}),(0,s.h)("stop",{offset:"1","stop-color":"#FF2B00"})),(0,s.h)("radialGradient",{id:"l",cx:"0",cy:"0",r:"1",gradientTransform:"rotate(4.24 -167.26 291.02) scale(3.3208)",gradientUnits:"userSpaceOnUse"},(0,s.h)("stop",{offset:"0","stop-color":"#F3941E","stop-opacity":"0"}),(0,s.h)("stop",{offset:".45","stop-color":"#EA8D1D","stop-opacity":".05"}),(0,s.h)("stop",{offset:".66","stop-color":"#CA7618","stop-opacity":".2"}),(0,s.h)("stop",{offset:".83","stop-color":"#924D10","stop-opacity":".48"}),(0,s.h)("stop",{offset:".96","stop-color":"#441304","stop-opacity":".87"}),(0,s.h)("stop",{offset:".99","stop-color":"#2F0401","stop-opacity":".97"})),(0,s.h)("clipPath",{id:"a"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.55H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"b"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.86H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"g"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.55H0z",transform:"translate(3.5 10)"})),(0,s.h)("clipPath",{id:"h"},(0,s.h)("path",{fill:"#fff",d:"M0 0h33v5.86H0z",transform:"translate(3.5 10)"})))),Wt=Kr;var de=require("preact"),Jr=({opacity:e=1})=>(0,de.h)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 40 26",width:"30",height:"19.5",opacity:e},(0,de.h)("rect",{width:"45.3",height:"27",x:"-3.3",y:"-.79",fill:"#fff",rx:"2.82"}),(0,de.h)("path",{fill:"#01798a",d:"M27.27-.79a4.06 4.06 0 0 0-3.6 2.8l-4.96 23.42a2.14 2.14 0 0 0 2 2.8h18.35a2.81 2.81 0 0 0 2.8-2.82V1.15A2.25 2.25 0 0 0 40-.8"}),(0,de.h)("rect",{width:"20.38",height:"29.02",x:"-4",y:"-.79",fill:"#dc1f2b",rx:"2.82"}),(0,de.h)("path",{fill:"#1a4580",d:"M24.37 2.02a3.98 3.98 0 0 1 3.48-2.8H14.18a3.97 3.97 0 0 0-3.5 2.8l-4.85 23.4a2.13 2.13 0 0 0 1.94 2.81h13.7a2.13 2.13 0 0 1-1.94-2.8z"}),(0,de.h)("path",{fill:"#fff",d:"M16.63 15.04h.18a.32.32 0 0 0 .32-.17l.46-.7h1.24l-.26.47h1.49l-.2.7H18.1a.82.82 0 0 1-.75.44h-.92zm-.2 1h3.25l-.21.77h-1.3l-.2.74h1.27l-.21.77h-1.27l-.3 1.09c-.07.18.02.26.29.24h1.03l-.19.71H16.6q-.57 0-.39-.65l.38-1.4h-.81l.2-.76h.82l.2-.74h-.78l.2-.76zm5.19-1.87-.06.45a2.37 2.37 0 0 1 1.18-.47h2.05l-.78 2.88q-.1.5-.84.5h-2.34l-.54 2.01c-.03.11.01.17.13.17h.46l-.17.62h-1.17q-.67 0-.56-.4l1.54-5.76zm1.74.81h-1.84l-.22.78a1.52 1.52 0 0 1 .82-.23h1.1zm-.67 1.8c.14.02.22-.03.22-.16l.12-.4h-1.84l-.16.57zm-1.24.93h1.06l-.02.47h.29c.14 0 .2-.05.2-.14l.1-.3h.87l-.11.44a.76.76 0 0 1-.8.57h-.56v.8c-.01.12.1.18.33.18h.53l-.17.63H21.9c-.36.02-.53-.15-.53-.52zM8.6 10.34a2.62 2.62 0 0 1-1 1.64 3.24 3.24 0 0 1-1.98.58 2.16 2.16 0 0 1-1.68-.59 1.54 1.54 0 0 1-.37-1.06 2.86 2.86 0 0 1 .06-.57l.87-4.2h1.3l-.85 4.15a1.35 1.35 0 0 0-.04.32.82.82 0 0 0 .16.52.89.89 0 0 0 .75.3 1.56 1.56 0 0 0 1-.3 1.37 1.37 0 0 0 .5-.84l.84-4.15h1.3zm5.47-1.65h1.02l-.8 3.74h-1.02zm.32-1.37h1.03l-.2.91H14.2l.19-.9M16 12.15a1.39 1.39 0 0 1-.41-1.05 2.45 2.45 0 0 1 .01-.25l.04-.27a2.55 2.55 0 0 1 .78-1.45 2.07 2.07 0 0 1 1.43-.54 1.5 1.5 0 0 1 1.1.39 1.4 1.4 0 0 1 .4 1.06 2.59 2.59 0 0 1-.02.26l-.05.28a2.48 2.48 0 0 1-.77 1.42 2.08 2.08 0 0 1-1.43.53 1.5 1.5 0 0 1-1.09-.38m1.95-.74a1.84 1.84 0 0 0 .38-.9.58.58 0 0 0 .03-.19 1.74 1.74 0 0 0 .01-.17.76.76 0 0 0-.17-.54.64.64 0 0 0-.5-.2.89.89 0 0 0-.7.3 1.9 1.9 0 0 0-.38.92l-.03.18a1.36 1.36 0 0 0-.01.17.75.75 0 0 0 .17.54.64.64 0 0 0 .5.18.9.9 0 0 0 .7-.3m8.02 3.67.25-.87h1.24l-.05.32a3.1 3.1 0 0 1 1.09-.32h1.54l-.25.87h-.24l-1.16 4.12h.24l-.23.82h-.24l-.1.36h-1.2l.1-.36h-2.38l.23-.82h.24l1.16-4.12zm1.34 0L27 16.2a5.13 5.13 0 0 1 1-.27c.1-.4.24-.85.24-.85zm-.46 1.64-.32 1.17a3.44 3.44 0 0 1 1.01-.33l.24-.84zm.23 2.48.24-.84h-.93l-.24.84zm3.01-5.05h1.17l.05.44c0 .11.06.16.2.16h.2l-.2.74h-.87c-.32.02-.5-.1-.5-.38zm-.34 1.59h3.79l-.23.79h-1.2l-.2.74h1.2l-.23.79h-1.34l-.3.46h.65l.16.93c.01.09.1.13.23.13h.2l-.2.77h-.73c-.37.02-.57-.1-.58-.38l-.18-.85-.6.9a.65.65 0 0 1-.65.36h-1.1l.22-.77h.34a.46.46 0 0 0 .36-.19l.94-1.36h-1.2l.22-.8h1.3l.21-.73h-1.3l.22-.8zM9.8 8.69h.92l-.1.54.12-.16a1.43 1.43 0 0 1 1.1-.48 1 1 0 0 1 .83.34 1.15 1.15 0 0 1 .14.95l-.5 2.56h-.95l.46-2.32a.74.74 0 0 0-.04-.53.44.44 0 0 0-.4-.17.88.88 0 0 0-.62.23 1.14 1.14 0 0 0-.34.63L10 12.44h-.94zm10.55 0h.92l-.1.54.13-.16a1.43 1.43 0 0 1 1.08-.48.99.99 0 0 1 .85.34 1.14 1.14 0 0 1 .13.95l-.5 2.56h-.95l.46-2.32a.75.75 0 0 0-.04-.53.45.45 0 0 0-.4-.17.89.89 0 0 0-.62.23 1.12 1.12 0 0 0-.33.63l-.43 2.16h-.94zm4.55-2.33h2.67a1.8 1.8 0 0 1 1.19.35 1.25 1.25 0 0 1 .4 1v.02a3.77 3.77 0 0 1-.06.59 2.38 2.38 0 0 1-.81 1.4 2.29 2.29 0 0 1-1.5.52h-1.44l-.44 2.2h-1.24zm.67 2.82h1.19a1.14 1.14 0 0 0 .73-.21 1.14 1.14 0 0 0 .36-.67l.03-.15v-.13a.52.52 0 0 0-.22-.47 1.35 1.35 0 0 0-.72-.15h-1zm9.15 3.98a5.91 5.91 0 0 1-.98 1.56 1.99 1.99 0 0 1-1.7.71l.08-.64c.89-.27 1.36-1.51 1.64-2.06l-.33-4.03.68-.01h.58l.06 2.53 1.07-2.53h1.09zM31.68 9l-.43.3a1.35 1.35 0 0 0-1.66-.21c-1.08.5-1.98 4.4 1 3.11l.17.2 1.17.04.77-3.54zm-.66 1.92c-.2.56-.61.94-.94.83-.33-.1-.45-.64-.26-1.2.19-.57.61-.94.94-.83.33.1.45.64.26 1.2"})),jt=Jr;var Fe=require("preact");g(`.straumur__tooltip__content{position:absolute;z-index:50;padding:var(--straumur__space-s);border-radius:var(--straumur__border-radius-s);right:40%;width:max-content;color:var(--straumur__color-white);background-color:var(--straumur__color-primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.straumur__tooltip__content--bottom{top:100%}.straumur__tooltip__content--top{bottom:100%}
4
+ `);var Ne=require("preact/hooks"),_e=({children:e,content:t,placement:r="bottom"})=>{let[o,a]=(0,Ne.useState)(!1),n=(0,Ne.useRef)(null);return(0,Fe.h)("div",{style:{position:"relative"}},(0,Fe.h)("div",{ref:n,onMouseEnter:()=>{a(!0)},onMouseLeave:()=>{a(!1)}},e),o&&n&&(0,Fe.h)("div",{className:`straumur__tooltip__content straumur__tooltip__content--${r}`},t))};var Le=require("preact/hooks");function pt(e){let t=()=>window.matchMedia(e).matches,[r,o]=(0,Le.useState)(t);return(0,Le.useEffect)(()=>{let a=window.matchMedia(e),n=i=>o(i.matches);return o(a.matches),a.addEventListener("change",n),()=>{a.removeEventListener("change",n)}},[e]),r}var Kt=["visa","mc","maestro","amex","jcb","cup"],Jt=e=>{let t=Kt.indexOf(e);return t===-1?Kt.length:t};function He({brands:e,brandHidden:t=[],limit:r=4,theme:o="light"}){let a=pt("(max-width: 380px)"),i=pt("(max-width: 335px)")?1:a?2:r,l=e.filter(d=>!t.some(m=>m.brand===d.brand)).sort((d,m)=>Jt(d.brand)-Jt(m.brand));return(0,S.h)(S.Fragment,null,l.map(({brand:d},m)=>m>=Math.min(r,i)?m===Math.min(r,i)?(0,S.h)(_e,{content:(0,S.h)("span",{style:{display:"flex",gap:"4px",overflow:"visible"}},l.slice(Math.min(r,i)).map(({brand:_})=>(0,S.h)(Oe,{key:_,brand:_,theme:o})))},(0,S.h)("span",{key:d,className:"straumur__render-brand-icons__overflow"},"+",l.length-Math.min(r,i))):null:(0,S.h)(Oe,{key:d,brand:d,theme:o})))}var ht=(e,t)=>t?(0,S.h)("span",{className:"straumur__brand-chip"},e):e,Oe=({brand:e,theme:t="light",defaultToBrandName:r=!0})=>{let o=t==="dark";switch(e){case"visa":return(0,S.h)(Ht,{reversed:o});case"mc":return(0,S.h)(Ot,{reversed:o});case"maestro":return(0,S.h)(Ut,{reversed:o});case"discover":return(0,S.h)(Wt,{reversed:o});case"amex":return(0,S.h)(Zt,null);case"jcb":return ht((0,S.h)(Gt,null),o);case"diners":return ht((0,S.h)(Vt,null),o);case"cup":return ht((0,S.h)(jt,null),o);default:return r?(0,S.h)("span",null,e):(0,S.h)(S.Fragment,null)}};var p=require("preact"),T=require("preact/hooks");var Ke=require("@adyen/adyen-web");var te=require("preact"),$r=()=>(0,te.h)("svg",{width:"21",height:"20",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,te.h)("g",{"clip-path":"url(#clip0_10626_39119)"},(0,te.h)("path",{d:"M10.6641 7.5C11.3543 7.5 11.9141 6.94023 11.9141 6.25C11.9141 5.55977 11.3543 5 10.6641 5C9.97383 5 9.41406 5.55859 9.41406 6.25C9.41406 6.94141 9.97266 7.5 10.6641 7.5ZM12.2266 13.125H11.6016V9.6875C11.6016 9.17188 11.1836 8.75 10.6641 8.75H9.41406C8.89844 8.75 8.47656 9.17188 8.47656 9.6875C8.47656 10.2031 8.89844 10.625 9.41406 10.625H9.72656V13.125H9.10156C8.58594 13.125 8.16406 13.5469 8.16406 14.0625C8.16406 14.5781 8.58594 15 9.10156 15H12.2266C12.7441 15 13.1641 14.5801 13.1641 14.0625C13.1641 13.5449 12.7461 13.125 12.2266 13.125Z",fill:"currentColor"}),(0,te.h)("path",{opacity:"0.4",d:"M10.6641 0C5.14062 0 0.664062 4.47656 0.664062 10C0.664062 15.5234 5.14062 20 10.6641 20C16.1875 20 20.6641 15.5234 20.6641 10C20.6641 4.47656 16.1875 0 10.6641 0ZM10.6641 5C11.3543 5 11.9141 5.55977 11.9141 6.25C11.9141 6.94023 11.3543 7.5 10.6641 7.5C9.97383 7.5 9.41406 6.94141 9.41406 6.25C9.41406 5.55859 9.97266 5 10.6641 5ZM12.2266 15H9.10156C8.58594 15 8.16406 14.582 8.16406 14.0625C8.16406 13.543 8.58398 13.125 9.10156 13.125H9.72656V10.625H9.41406C8.89648 10.625 8.47656 10.2051 8.47656 9.6875C8.47656 9.16992 8.89844 8.75 9.41406 8.75H10.6641C11.1816 8.75 11.6016 9.16992 11.6016 9.6875V13.125H12.2266C12.7441 13.125 13.1641 13.5449 13.1641 14.0625C13.1641 14.5801 12.7461 15 12.2266 15Z",fill:"currentColor"})),(0,te.h)("defs",null,(0,te.h)("clipPath",{id:"clip0_10626_39119"},(0,te.h)("rect",{width:"20",height:"20",fill:"white",transform:"translate(0.664062)"})))),Ue=$r;var ce=require("preact"),Xr=()=>(0,ce.h)("svg",{width:"40",height:"40",viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg",stroke:"currentColor"},(0,ce.h)("g",{fill:"none","fill-rule":"evenodd"},(0,ce.h)("g",{transform:"translate(2 2)","stroke-width":"4"},(0,ce.h)("circle",{"stroke-opacity":".3",cx:"18",cy:"18",r:"18"}),(0,ce.h)("path",{d:"M36 18c0-9.94-8.06-18-18-18"},(0,ce.h)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"}))))),re=Xr;var ft=require("preact"),qr=({color:e="var(--straumur__color-primary)"})=>(0,ft.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"13",viewBox:"0 0 16 13",fill:"none"},(0,ft.h)("path",{d:"M2 7L6 11L14 2",stroke:e,"stroke-width":"3","stroke-linecap":"round","stroke-linejoin":"round"})),Ze=qr;var oe=require("preact");function $t({brand:e,brandName:t,isSelected:r,onBrandClick:o}){let a=n=>{(n.key==="Enter"||n.key===" ")&&(n.preventDefault(),n.currentTarget.click())};return(0,oe.h)("span",{className:"straumur__card-component__dual-branding--logo"+(r?" straumur__card-component__dual-branding--logo--selected":""),title:e,"data-value":e,onClick:o,onKeyDown:a,role:"radio","aria-checked":r,"aria-label":t??e,tabIndex:0},(0,oe.h)("div",{className:"straumur__card-component__dual-branding--logo--item"},(0,oe.h)(Oe,{brand:e,defaultToBrandName:!1}),"\xA0",t??""),r&&(0,oe.h)(Ze,{color:"var(--straumur__color-neon-green-zeta)"}))}function Xt({dualBrandConfiguration:e,selectedBrand:t,onBrandClick:r}){return(0,oe.h)("div",{className:"straumur__card-component__dual-branding",role:"radiogroup","aria-label":"Card brand"},(0,oe.h)($t,{brand:e.brand1,brandName:e.brand1Name,isSelected:t===e.brand1,onBrandClick:r}),(0,oe.h)($t,{brand:e.brand2,brandName:e.brand2Name,isSelected:t===e.brand2,onBrandClick:r}))}var Yr=["AuthenticationFinished","AuthenticationNotRequired","Authorised","Cancelled","ChallengeShopper","Error","IdentifyShopper","PartiallyAuthorised","Pending","PresentToShopper","Received","RedirectShopper","Refused"];function yt(e){return e&&Yr.includes(e)?e:"Error"}var L=class extends Error{messageKey;messageText;constructor(t,r){super(r??t),this.messageKey=t,this.messageText=r}};function xe(e,t){return e instanceof L?e.messageText?{text:e.messageText}:{key:e.messageKey}:{key:t}}function qt(e,t){return{async submitPayment(r){let o={...r,sessionId:t},a=await Mt(e,o);if(!a.ok)throw new L("error.failedToSubmitPayment");let n=await a.json();if(!n.resultCode)throw new L("error.paymentFailed");return{resultCode:n.resultCode,action:n.action}},async submitAdditionalDetails(r){let o={...r,sessionId:t},a=await wt(e,o);if(!a.ok)throw new L("error.failedToSubmitPaymentDetails");let n=await a.json();if(!n.resultCode)throw new L("error.paymentDetailsFailed");return{resultCode:n.resultCode,action:n.action}},async disableToken(r){let a=await kt(e,{storedPaymentMethodId:r,sessionId:t});if(!a.ok)throw new L("error.failedToSubmitRemoveStoredPaymentCard");if(!(await a.json()).success)throw new L("error.failedToRemoveStoredPaymentCard")}}}function Yt(e){function t(a,n,i,l){let d=m=>i(m instanceof L?m:new L(l));try{Promise.resolve(a(n,i)).catch(d)}catch(m){d(m)}}let r={submitPayment(a){return new Promise((n,i)=>{t((l,d)=>e.onSubmit({data:a},{resolve:l,reject:m=>d(new L("error.failedToSubmitPayment",m))}),n,i,"error.failedToSubmitPayment")})},submitAdditionalDetails(a){return new Promise((n,i)=>{t((l,d)=>e.onAdditionalDetails({data:a},{resolve:l,reject:m=>d(new L("error.failedToSubmitPaymentDetails",m))}),n,i,"error.failedToSubmitPaymentDetails")})},beforeSubmit:e.onBeforeSubmit},{onDisableToken:o}=e;return o&&(r.disableToken=a=>new Promise((n,i)=>{t((l,d)=>o({storedPaymentMethodId:a},{resolve:()=>l(),reject:()=>d(new L("error.failedToRemoveStoredPaymentCard"))}),n,i,"error.failedToSubmitRemoveStoredPaymentCard")})),r}async function _t(e){let{beforeSubmit:t}=e;return!t||await t()}async function Ge(e,t){t()&&await _t(e)&&t()?.submit()}function vt(e){return(t,r)=>{let{beforeSubmit:o}=e;if(!o){t();return}let a=o();if(a instanceof Promise){a.then(n=>n?t():r()).catch(()=>r());return}if(a){t();return}r()}}var Qr=["Refused","Cancelled","Error"];function ae(e){let{configuration:t,handleSuccess:r,handleError:o,setThreeDSecureActive:a,enrichSubmitData:n,onSubmitStart:i,dispatchResultFromAdditionalDetails:l}=e,d;function m(){return d?{text:d}:{key:"error.paymentUnsuccessful"}}function _(v){v==="Authorised"?r({key:"success.paymentAuthorized"}):o(m()),Qr.includes(v)?t.onPaymentFailed?.({resultCode:v}):t.onPaymentCompleted?.({resultCode:v})}async function u(v,b,R){i?.();let{paymentFlow:E}=t;if(!await _t(E)){R.reject();return}try{let F=n?n(v.data):v.data,{resultCode:h,action:j,errorMessage:O}=await E.submitPayment(F);d=O,(h==="ChallengeShopper"||h==="IdentifyShopper")&&a(!0),R.resolve({resultCode:h,action:j})}catch(F){R.reject(),o(xe(F,"error.failedToSubmitPayment"))}}async function A(v,b,R){try{let{resultCode:E,action:F,errorMessage:h}=await t.paymentFlow.submitAdditionalDetails(v.data);d=h,R.resolve({resultCode:E,action:F}),l&&_(E)}catch(E){R.reject(),o(xe(E,"error.failedToSubmitPaymentDetails")),l&&t.onPaymentFailed?.({resultCode:"Error"})}}function k(v,b){_(yt(v.resultCode))}function z(v,b){_(v?yt(v.resultCode):"Error")}return{handleOnSubmit:u,handleOnSubmitAdditionalData:A,handlePaymentCompleted:k,handlePaymentFailed:z}}var Qt=require("preact/hooks");function ve(e,t,r){(0,Qt.useEffect)(()=>{t()&&r()},[e])}var er=require("preact/hooks");function Ve(e,t){(0,er.useEffect)(()=>{t&&e.current?.focus()},[t,e])}var We=require("preact/hooks"),tr="(prefers-color-scheme: dark)";function eo(){return typeof window<"u"&&typeof window.matchMedia=="function"?window.matchMedia(tr).matches:!1}function $(e){let[t,r]=(0,We.useState)(eo);return(0,We.useEffect)(()=>{if(e!=="system"||typeof window>"u"||typeof window.matchMedia!="function")return;let o=window.matchMedia(tr),a=n=>r(n.matches);return r(o.matches),o.addEventListener("change",a),()=>o.removeEventListener("change",a)},[e]),e==="system"?t?"dark":"light":e}function je(e){return e==="dark"?{base:{color:"#e8edf2"},placeholder:{color:"#aab4bf"},error:{color:"#e08a8a"}}:{base:{color:"#00112c"},placeholder:{color:"#72889d"},error:{color:"#d96666"}}}function to({configuration:e,paymentMethods:t,onBrandHidden:r}){let o=(0,T.useRef)(null),a=(0,T.useRef)(),n=(0,T.useRef)(),{i18n:i}=V(),[l,d]=(0,T.useState)(!0),[m,_]=(0,T.useState)("required"),[u,A]=(0,T.useState)(!1),[k,z]=(0,T.useState)(!1),[v,b]=(0,T.useState)(null),[R,E]=(0,T.useState)(null),F=(0,T.useRef)(!1),[h,j]=(0,T.useState)({encryptedCardNumber:{visible:!1},encryptedExpiryDate:{visible:!1},encryptedSecurityCode:{visible:!1}}),{activePaymentMethod:O,isPaymentMethodInitialized:D,updatePaymentMethodInitialization:Q,handleSuccess:B,handleError:K,setThreeDSecureActive:J,threeDSecureActive:N,isObscuredByThreeDS:G,hasCard:ie,registerSubmitHandler:ee,unregisterSubmitHandler:C}=M(),le=$(e.theme);async function X(){await Ge(e.paymentFlow,()=>n.current)}(0,T.useEffect)(()=>{if(!(O==="card"&&D.card&&!N)){e.onCardValidityChanged?.(!1,!1);return}return ee(X),e.onCardValidityChanged?.(!1,!0),()=>{C(X),e.onCardValidityChanged?.(!1,!1)}},[O,D.card,N,ee,C]);let Pe=t.paymentMethods?.paymentMethods?.find(f=>f.type==="scheme")?.brands??[],{handleOnSubmit:st,handleOnSubmitAdditionalData:Ie,handlePaymentCompleted:it,handlePaymentFailed:lt}=ae({configuration:e,handleSuccess:B,handleError:K,setThreeDSecureActive:J,enrichSubmitData:f=>({...f,storePaymentMethod:F.current})});function mt(f,P){K({key:"error.unknownError"})}let Ee=async()=>{n.current?.remove(),a.current=await(0,Ke.AdyenCheckout)({clientKey:t.clientKey,environment:e.environment,locale:e.locale,countryCode:e.countryCode,paymentMethodsResponse:t.paymentMethods,amount:{value:t.minorUnitsAmount,currency:t.currency},onSubmit:st,onAdditionalDetails:Ie,onError:mt,onPaymentCompleted:it,onPaymentFailed:lt}),n.current=new Ke.CustomCard(a.current,{brands:Pe,placeholders:e.placeholders,styles:je(le),challengeWindowSize:"05",onBinLookup:f=>{f.supportedBrandsRaw&&f.supportedBrandsRaw.length>1&&(z(!0),b({brand1:f.supportedBrandsRaw[0].brand,brand1Name:f.supportedBrandsRaw[0].localeBrand,brand1ImageUrl:f.supportedBrandsRaw[0].brandImageUrl,brand2:f.supportedBrandsRaw[1].brand,brand2Name:f.supportedBrandsRaw[1].localeBrand,brand2ImageUrl:f.supportedBrandsRaw[1].brandImageUrl}))},onBrand:f=>{if(_(f.cvcPolicy),f.brand==="card"){r([]),E(null);return}let P=Pe.filter(x=>x!==f.brand).map(x=>({brand:x}));r(P),Pe.filter(x=>x===f.brand).map(x=>({brand:x})).length===1&&E(f.brand)},onConfigSuccess(){Q("card",!0)},onValidationError:f=>{let P={encryptedCardNumber:{visible:!1,message:void 0},encryptedExpiryDate:{visible:!1,message:void 0},encryptedSecurityCode:{visible:!1,message:void 0}};f.filter(x=>x.error).forEach(x=>{P[x.fieldType].visible=!0,P[x.fieldType].message=x.errorI18n}),j(P)},onAllValid:f=>{d(!f.allValid),e.onCardValidityChanged?.(f.allValid,!0)}}),o.current&&n.current.mount(o.current)};(0,T.useEffect)(()=>{ie&&O==="card"&&!D.card&&Ee()},[e,O]),ve(e,()=>!!(n.current&&D.card),()=>{Ee(),j({encryptedCardNumber:{visible:!1,message:void 0},encryptedExpiryDate:{visible:!1,message:void 0},encryptedSecurityCode:{visible:!1,message:void 0}})}),(0,T.useEffect)(()=>{F.current=u},[u]);function St(f){n.current.dualBrandingChangeHandler(f)}function dt(f){A(f.currentTarget.checked)}return Ve(o,N&&O==="card"),!ie||G("card")||t.paymentMethods?.paymentMethods?.length===0?null:(0,p.h)("div",{className:"straumur__card-component__expandable",ref:o,tabIndex:-1,style:{height:N?"600px":"auto",minWidth:N?"350px":"auto"}},!D.card&&(0,p.h)("div",{className:"straumur__card-component__loading-text"},(0,p.h)(re,null)),(0,p.h)("div",{className:"straumur__card-component__form",style:{opacity:D.card&&!N?1:0,position:D.card&&!N?"relative":"absolute",transition:"opacity 0.3s ease-in-out"}},(0,p.h)("div",{className:"straumur__card-component__form--wrapper"},(0,p.h)("label",{className:`straumur__card-component__form--wrapper--label ${h.encryptedCardNumber.visible?"straumur__card-component__form--wrapper--label--error":""}`},i.t("cards.cardNumber")),(0,p.h)("span",{className:`straumur__card-component__form--wrapper--input ${h.encryptedCardNumber.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedCardNumber",role:"group","aria-label":i.t("cards.cardNumber")}),h.encryptedCardNumber.visible&&(0,p.h)("span",{className:"straumur__card-component__form--wrapper--error"},h.encryptedCardNumber.message)),(0,p.h)("div",{className:"straumur__card-component__form--field-wrapper"},(0,p.h)("div",{className:"straumur__card-component__form--wrapper"},(0,p.h)("label",{className:`straumur__card-component__form--wrapper--label ${h.encryptedExpiryDate.visible?"straumur__card-component__form--wrapper--label--error":""}`},i.t("cards.expiryDate")),(0,p.h)("span",{className:`straumur__card-component__form--wrapper--input ${h.encryptedExpiryDate.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedExpiryDate",role:"group","aria-label":i.t("cards.expiryDate")}),h.encryptedExpiryDate.visible&&(0,p.h)("span",{className:"straumur__card-component__form--wrapper--error"},h.encryptedExpiryDate.message)),(0,p.h)("div",{className:"straumur__card-component__form--wrapper"},(m==="optional"||m==="required")&&(0,p.h)(p.Fragment,null,(0,p.h)("label",{className:`straumur__card-component__form--wrapper--label ${h.encryptedSecurityCode.visible?"straumur__card-component__form--wrapper--label--error":""}`},m==="optional"?i.t("cards.securityCode3DigitsOptional"):i.t("cards.securityCode3Digits")),(0,p.h)("span",{className:`straumur__card-component__form--wrapper--input ${h.encryptedSecurityCode.visible?"straumur__card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedSecurityCode",role:"group","aria-label":i.t("cards.securityCode3Digits")}),h.encryptedSecurityCode.visible&&(0,p.h)("span",{className:"straumur__card-component__form--wrapper--error"},h.encryptedSecurityCode.message),(0,p.h)("div",{className:"straumur__card-component__form--wrapper--label--info"},(0,p.h)(_e,{content:(0,p.h)("span",null,i.t("cards.securityCode3DigitsInfo")),placement:"top"},(0,p.h)(Ue,null)))))),k&&v&&(0,p.h)(Xt,{dualBrandConfiguration:v,selectedBrand:R,onBrandClick:St}),t.enableStoreDetails==="AskForConsent"&&(0,p.h)("label",{className:"straumur__card-component__form--wrapper--label-checkbox"},(0,p.h)("div",{className:`straumur__card-component__form--wrapper--label-checkbox--checkmark ${u?"straumur__card-component__form--wrapper--label-checkbox--checkmark--checked":""}`},(0,p.h)("div",{className:`straumur__card-component__form--wrapper--label-checkbox--checkmark--icon ${u?"straumur__card-component__form--wrapper--label-checkbox--checkmark--icon--checked":""}`},(0,p.h)(Ze,null))),(0,p.h)("input",{type:"checkbox",className:"straumur__card-component__form--wrapper--label-checkbox--checkbox",checked:u,onChange:dt}),i.t("cards.storePaymentMethod")),!e.hideSubmitButton&&(0,p.h)("button",{className:"straumur__card-component__submit-button",disabled:l,onClick:X},t.minorUnitsAmount===0?i.t("cards.saveCardDetails"):t.formattedAmount)))}var rr=to;var ue=require("preact");g(`.straumur__payment-method-item{position:relative;cursor:pointer;background:var(--straumur__color-white);border-radius:var(--straumur__border-radius-lg);transition:all .3s ease;padding:var(--straumur__space-xxlg) var(--straumur__space-5xlg)}.straumur__payment-method-item--sole{cursor:default}.straumur__payment-method-item:has(.straumur__payment-method-item__radio-selector:checked){cursor:default}.straumur__payment-method-item__radio-selector{position:absolute;opacity:0;cursor:pointer}.straumur__payment-method-item__content{display:flex;align-items:center;gap:var(--straumur__space-lg);transition:background-color .3s ease}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content{padding-bottom:var(--straumur__space-xxlg)}.straumur__payment-method-item__content--expanded{padding-bottom:var(--straumur__space-xxlg)}.straumur__payment-method-item--circle{width:var(--straumur__space-5xlg);height:var(--straumur__space-5xlg);border:1px solid var(--straumur__color-cosmos-blue-gamma);background:var(--straumur__color-secondary-gamma);border-radius:50%;position:relative;transition:all .3s ease;flex-shrink:0}.straumur__payment-method-item__content:hover .straumur__payment-method-item--circle{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__payment-method-item--circle:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content .straumur__payment-method-item--circle{background:var(--straumur__color-blue-beta);border-color:var(--straumur__color-transparent)}.straumur__payment-method-item__radio-selector:checked+.straumur__payment-method-item__content .straumur__payment-method-item--circle:after{transform:translate(-50%,-50%) scale(1);background:var(--straumur__color-primary);height:var(--straumur__space-md);width:var(--straumur__space-md)}.straumur__payment-method-item--title{color:var(--straumur__color-text);font-size:16px;user-select:none}.straumur__payment-method-item__expandable{background:var(--straumur__color-white);max-height:0;overflow:hidden;transition:all .3s ease;opacity:0}.straumur__payment-method-item__radio-selector:checked~.straumur__payment-method-item__expandable{max-height:600px;opacity:1}.straumur__payment-method-item__expandable--visible{max-height:600px;opacity:1}
5
+ `);function ro({icon:e,title:t,isActive:r,isSole:o,onChange:a,children:n,headerRight:i,confirmSection:l}){return(0,ue.h)("label",{className:`straumur__payment-method-item${o?" straumur__payment-method-item--sole":""}`},!o&&(0,ue.h)("input",{type:"radio",className:"straumur__payment-method-item__radio-selector",checked:r,onChange:a}),(0,ue.h)("span",{className:`straumur__payment-method-item__content${o?" straumur__payment-method-item__content--expanded":""}`},!o&&(0,ue.h)("span",{className:"straumur__payment-method-item--circle"}),e,(0,ue.h)("span",{className:"straumur__payment-method-item--title"},t),i),l,(0,ue.h)("div",{className:`straumur__payment-method-item__expandable${o?" straumur__payment-method-item__expandable--visible":""}`},n))}var ne=ro;function oo({configuration:e,paymentMethods:t}){let{i18n:r}=V(),[o,a]=(0,or.useState)([]),n=$(e.theme),{activePaymentMethod:i,setActivePaymentMethod:l,isObscuredByThreeDS:d,isSolePaymentMethod:m,hasCard:_}=M();if(!_||d("card"))return null;let A=t.paymentMethods.paymentMethods.find(k=>k.type==="scheme").brands.map(k=>({brand:k,brandFullName:k}));return(0,ge.h)(ne,{icon:(0,ge.h)(Lt,null),title:r.t("cards.title"),isActive:i==="card",isSole:m,onChange:()=>l("card"),headerRight:(0,ge.h)("span",{className:"straumur__card-component--brands"},(0,ge.h)(He,{brands:A,brandHidden:o,theme:n}))},(0,ge.h)(rr,{configuration:e,paymentMethods:t,onBrandHidden:a}))}var ar=oo;var Xe=require("preact"),dr=require("preact/hooks");g(`.adyen-checkout__paywithgoogle{height:var(--straumur__space-8xlg)}
6
+ `);var q=require("preact"),ao=()=>(0,q.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26"},(0,q.h)("path",{fill:"#fff",d:"M29.13 2.41H10.87C5.17 2.41.5 7.18.5 13.01a10.5 10.5 0 0 0 10.37 10.58h18.26c5.7 0 10.37-4.76 10.37-10.59 0-5.82-4.67-10.59-10.37-10.59Z"}),(0,q.h)("path",{fill:"#3C4043",d:"M29.13 3.27c1.28 0 2.52.26 3.7.77a9.6 9.6 0 0 1 5.08 5.19 9.78 9.78 0 0 1 0 7.55 9.83 9.83 0 0 1-5.08 5.18 9.26 9.26 0 0 1-3.7.77H10.87a9.24 9.24 0 0 1-3.7-.77 9.6 9.6 0 0 1-5.08-5.18 9.78 9.78 0 0 1 0-7.55 9.83 9.83 0 0 1 5.08-5.19 9.24 9.24 0 0 1 3.7-.77h18.26Zm0-.86H10.87C5.17 2.41.5 7.18.5 13.01a10.5 10.5 0 0 0 10.37 10.58h18.26c5.7 0 10.37-4.76 10.37-10.59 0-5.82-4.67-10.59-10.37-10.59Z"}),(0,q.h)("path",{fill:"#3C4043",d:"M19.1 13.75v3.2h-1v-7.9h2.64c.67 0 1.24.23 1.7.68.49.46.72 1.01.72 1.67a2.2 2.2 0 0 1-.71 1.68c-.46.45-1.03.67-1.7.67H19.1Zm0-3.73v2.76h1.66c.4 0 .73-.14.99-.4.26-.28.4-.6.4-.98 0-.36-.14-.68-.4-.95a1.28 1.28 0 0 0-.99-.42H19.1Zm6.67 1.35c.73 0 1.31.2 1.74.6.42.4.64.95.64 1.65v3.34h-.95v-.76h-.04a1.9 1.9 0 0 1-1.65.93 2.1 2.1 0 0 1-1.46-.53c-.4-.35-.6-.8-.6-1.32 0-.56.21-1 .63-1.34.41-.33.97-.5 1.66-.5.59 0 1.07.12 1.45.34v-.23c0-.36-.13-.65-.4-.9a1.4 1.4 0 0 0-.97-.37c-.56 0-1 .24-1.32.72l-.88-.56a2.42 2.42 0 0 1 2.15-1.07Zm-1.29 3.92c0 .27.11.5.33.67.22.17.48.26.78.26.42 0 .79-.16 1.12-.48.32-.31.49-.68.49-1.11a2.02 2.02 0 0 0-1.3-.38c-.4 0-.74.1-1.01.3a.9.9 0 0 0-.4.74Zm9.08-3.75-3.32 7.8h-1.02l1.23-2.73-2.19-5.07h1.09l1.57 3.89h.02l1.54-3.89h1.08Z"}),(0,q.h)("path",{fill:"#4285F4",d:"M15.14 13.1c0-.32-.03-.64-.09-.95h-4.17v1.75h2.4a2.1 2.1 0 0 1-.89 1.4v1.14h1.43a4.49 4.49 0 0 0 1.32-3.33Z"}),(0,q.h)("path",{fill:"#34A853",d:"M12.4 15.3a2.66 2.66 0 0 1-4-1.44H6.9v1.18a4.43 4.43 0 0 0 6.91 1.4l-1.43-1.13Z"}),(0,q.h)("path",{fill:"#FABB05",d:"M8.25 13c0-.3.05-.59.14-.86v-1.17H6.9a4.59 4.59 0 0 0 0 4.07l1.48-1.17a2.79 2.79 0 0 1-.14-.86Z"}),(0,q.h)("path",{fill:"#E94235",d:"M10.88 10.27c.66 0 1.24.23 1.7.68l1.27-1.3a4.22 4.22 0 0 0-2.97-1.18 4.44 4.44 0 0 0-3.97 2.5l1.48 1.17a2.66 2.66 0 0 1 2.5-1.87Z"})),nr=ao;g(`.straumur__google-pay-button__loading{display:flex;justify-content:center}
7
+ `);var mr=require("preact");var pe=require("preact"),be=require("preact/hooks"),Ce=require("@adyen/adyen-web");var sr="CANCEL";function ir(e,t){return(t??(e==="dark"?"dark":"white"))==="dark"?"black":"white"}function lr(e,t){return(t??(e==="dark"?"dark":"light"))==="dark"?"black":"white-outline"}var no={applepay:{loadingClassName:"straumur__apple-pay-button__loading",createElement(e,{configuration:t,paymentMethods:r,walletConfig:o,handleOnSubmit:a,resolvedTheme:n}){let i={amount:{value:r.minorUnitsAmount,currency:r.currency},environment:t.environment,onSubmit:a,onClick:vt(t.paymentFlow),buttonColor:lr(n,t.applePayButtonTheme),configuration:{...o,merchantName:r.merchantName}};return new Ce.ApplePay(e,i)}},googlepay:{loadingClassName:"straumur__google-pay-button__loading",createElement(e,{configuration:t,paymentMethods:r,walletConfig:o,handleOnSubmit:a,resolvedTheme:n}){let i={amount:{value:r.minorUnitsAmount,currency:r.currency},challengeWindowSize:"05",countryCode:t.countryCode,environment:t.environment,onSubmit:a,onClick:vt(t.paymentFlow),buttonColor:ir(n,t.googlePayButtonTheme),buttonSizeMode:"fill",buttonRadius:12,configuration:{...o,merchantName:r.merchantName}};return new Ce.GooglePay(e,i)}}};function so({method:e,configuration:t,paymentMethods:r,isInstantPayment:o,onUnavailable:a}){let n=no[e],i=$(t.theme),l=(0,be.useRef)(null),d=(0,be.useRef)(),m=(0,be.useRef)(),{isPaymentMethodInitialized:_,updatePaymentMethodInitialization:u,handleSuccess:A,handleError:k,setThreeDSecureActive:z,threeDSecureActive:v,isObscuredByThreeDS:b,setActivePaymentMethod:R,activePaymentMethod:E}=M(),{handleOnSubmit:F,handleOnSubmitAdditionalData:h,handlePaymentCompleted:j,handlePaymentFailed:O}=ae({configuration:t,handleSuccess:A,handleError:k,setThreeDSecureActive:z,onSubmitStart:()=>{o&&R(e)}});function D(K,J){K.name!==sr&&k({key:"error.unknownError"})}function Q(){u(e,!0),E===e&&R(null),a?.()}let B=async()=>{d.current=await(0,Ce.AdyenCheckout)({clientKey:r.clientKey,environment:t.environment,locale:t.locale,countryCode:t.countryCode,paymentMethodsResponse:r.paymentMethods,amount:{value:r.minorUnitsAmount,currency:r.currency},onError:D,onAdditionalDetails:h,onPaymentCompleted:j,onPaymentFailed:O});let J=r.paymentMethods.paymentMethods?.find(N=>N.type===e)?.configuration;if(!J){Q();return}m.current=n.createElement(d.current,{configuration:t,paymentMethods:r,walletConfig:J,handleOnSubmit:F,resolvedTheme:i}),m.current.isAvailable().then(()=>{m.current.mount(l.current),u(e,!0)}).catch(()=>{Q()})};return(0,be.useEffect)(()=>{_[e]||B()},[t]),ve(t,()=>!!(m.current&&_[e]),()=>{m.current.remove(),B()}),b(e)?null:(0,pe.h)(pe.Fragment,null,_[e]===!1&&(0,pe.h)("div",{className:n.loadingClassName},(0,pe.h)(re,null)),(0,pe.h)("div",{ref:l,style:{height:v?"600px":"auto",minWidth:v?"350px":"auto",position:_[e]?"static":"absolute"}}))}var Je=so;function io(e){return(0,mr.h)(Je,{method:"googlepay",...e})}var $e=io;function lo({configuration:e,paymentMethods:t}){let{i18n:r}=V(),{activePaymentMethod:o,setActivePaymentMethod:a,isObscuredByThreeDS:n,isSolePaymentMethod:i,hasGooglePay:l}=M(),[d,m]=(0,dr.useState)(!1);return!l||d||e.instantPayments&&e.instantPayments.some(_=>_==="googlepay")||n("googlepay")?null:(0,Xe.h)(ne,{icon:(0,Xe.h)(nr,null),title:r.t("googlePay.title"),isActive:o==="googlepay",isSole:i,onChange:()=>a("googlepay")},(0,Xe.h)($e,{configuration:e,paymentMethods:t,isInstantPayment:!1,onUnavailable:()=>m(!0)}))}var cr=lo;var Ye=require("preact"),hr=require("preact/hooks");g("");var Me=require("preact"),mo=()=>(0,Me.h)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"40",height:"26",fill:"none",viewBox:"0 0 40 26"},(0,Me.h)("path",{fill:"#000",d:"M36.42 0H3.58a69.25 69.25 0 0 0-.75 0c-.25.01-.5.03-.76.07a2.51 2.51 0 0 0-1.32.7A2.43 2.43 0 0 0 .07 2.1 5.14 5.14 0 0 0 0 3.22v19.91c.01.25.03.51.07.76a2.6 2.6 0 0 0 .68 1.35 2.39 2.39 0 0 0 1.32.69 4.98 4.98 0 0 0 1.1.07h34a5 5 0 0 0 .76-.07 2.5 2.5 0 0 0 1.32-.7 2.44 2.44 0 0 0 .68-1.34 5.13 5.13 0 0 0 .07-1.11V2.87a6.5 6.5 0 0 0-.07-.76 2.58 2.58 0 0 0-.68-1.35 2.4 2.4 0 0 0-1.32-.69 4.96 4.96 0 0 0-1.1-.07h-.41Z"}),(0,Me.h)("path",{fill:"#fff",d:"M36.42.87h.73c.2 0 .42.02.62.06a1.67 1.67 0 0 1 .88.44 1.58 1.58 0 0 1 .44.89 4.38 4.38 0 0 1 .06.97v19.55a14.67 14.67 0 0 1-.06.96 1.7 1.7 0 0 1-.44.89 1.54 1.54 0 0 1-.87.44 4.27 4.27 0 0 1-.96.06H2.85a3.7 3.7 0 0 1-.63-.06 1.66 1.66 0 0 1-.87-.45 1.56 1.56 0 0 1-.44-.88 4.35 4.35 0 0 1-.06-.97V2.9c.01-.2.02-.42.06-.63.03-.18.08-.34.16-.49A1.56 1.56 0 0 1 2.22.93a4.2 4.2 0 0 1 .96-.06h33.24"}),(0,Me.h)("path",{fill:"#000",d:"M10.92 8.61c.34-.43.57-1 .51-1.59a2.21 2.21 0 0 0-1.99 2.3c.56.04 1.12-.3 1.48-.7Zm.51.81c-.82-.05-1.52.46-1.9.46-.4 0-1-.43-1.64-.42-.84 0-1.62.48-2.05 1.24-.88 1.52-.23 3.76.62 5 .42.6.92 1.27 1.58 1.25.62-.02.86-.4 1.62-.4.75 0 .97.4 1.63.39.69-.01 1.11-.61 1.53-1.22.47-.7.67-1.37.68-1.4-.01-.02-1.32-.52-1.33-2.02-.01-1.26 1.03-1.85 1.07-1.9a2.34 2.34 0 0 0-1.81-.98Zm7.11-1.7a2.87 2.87 0 0 1 3.02 3c0 1.8-1.27 3.03-3.06 3.03h-1.97v3.12h-1.42V7.72h3.43Zm-2 4.83h1.62c1.24 0 1.94-.66 1.94-1.82 0-1.15-.7-1.81-1.93-1.81h-1.64v3.63Zm5.39 2.43c0-1.17.9-1.89 2.48-1.98l1.83-.1v-.52c0-.74-.5-1.18-1.34-1.18-.8 0-1.3.38-1.41.97h-1.3c.08-1.2 1.1-2.09 2.76-2.09 1.62 0 2.65.86 2.65 2.2v4.6h-1.31v-1.1h-.04a2.38 2.38 0 0 1-2.1 1.2c-1.3 0-2.22-.8-2.22-2Zm4.3-.6v-.53l-1.64.1c-.82.06-1.28.42-1.28.99 0 .58.48.96 1.22.96.96 0 1.7-.66 1.7-1.52Zm2.61 4.95v-1.11c.1.03.33.03.44.03.64 0 .98-.27 1.19-.96l.12-.4-2.41-6.69h1.48l1.7 5.43h.02l1.69-5.43h1.44l-2.5 7.02c-.57 1.62-1.23 2.14-2.61 2.14a5.3 5.3 0 0 1-.56-.03Z"})),ur=mo;g(`.straumur__apple-pay-button__loading{display:flex;justify-content:center}
8
+ `);var pr=require("preact");function co(e){return(0,pr.h)(Je,{method:"applepay",...e})}var qe=co;function uo({configuration:e,paymentMethods:t}){let{i18n:r}=V(),{activePaymentMethod:o,setActivePaymentMethod:a,isObscuredByThreeDS:n,isSolePaymentMethod:i,hasApplePay:l}=M(),[d,m]=(0,hr.useState)(!1);return!l||d||e.instantPayments&&e.instantPayments.some(_=>_==="applepay")||n("applepay")?null:(0,Ye.h)(ne,{icon:(0,Ye.h)(ur,null),title:r.t("applePay.title"),isActive:o==="applepay",isSole:i,onChange:()=>a("applepay")},(0,Ye.h)(qe,{configuration:e,paymentMethods:t,isInstantPayment:!1,onUnavailable:()=>m(!0)}))}var fr=uo;var we=require("preact");var y=require("preact"),H=require("preact/hooks");g(`.straumur__stored-card-component__remove-stored-card-button{margin-left:auto}.straumur__stored-card-component__remove-stored-card-button--text{color:var(--straumur__color-danger-text);text-decoration:none;background:none;border:none;cursor:pointer;transition:all .2s ease}.straumur__stored-card-component__remove-stored-card-button--text:disabled{cursor:not-allowed;color:var(--straumur__color-secondary)}.straumur__stored-card-component__confirm-remove-stored-card{background-color:var(--straumur__color-warning-bg);border-radius:var(--straumur__border-radius-s);max-height:0;overflow:hidden;transition:all .3s ease;opacity:0}.straumur__stored-card-component__confirm-remove-stored-card--expanded{padding:var(--straumur__space-xxlg);max-height:600px;opacity:1}.straumur__stored-card-component__confirm-remove-stored-card--header{display:flex;align-items:center;gap:var(--straumur__space-lg);color:var(--straumur__color-text);padding-bottom:var(--straumur__space-xxlg)}.straumur__stored-card-component__confirm-remove-stored-card--actions{display:flex;gap:var(--straumur__space-lg);justify-content:end}.straumur__stored-card-component__confirm-remove-stored-card--actions--button{color:var(--straumur__color-warning-text);background:none;border:none;cursor:pointer;text-decoration:none;font-weight:700}.straumur__stored-card-component__loading-text{display:flex;justify-content:center}.straumur__stored-card-component__form{display:flex;padding-top:var(--straumur__space-xxlg);flex-direction:column;gap:var(--straumur__space-5xlg)}.straumur__stored-card-component__form--wrapper{display:flex;flex-direction:column;justify-items:start;position:relative;width:100%}.straumur__stored-card-component__form--wrapper--error{color:var(--straumur__color-red-beta);font-size:12px}.straumur__stored-card-component__form--wrapper--label{transform:translate(10px) translateY(-50%);z-index:1;background:linear-gradient(to top,var(--straumur__color-secondary-gamma) 53%,var(--straumur__color-transparent) 50%);position:absolute;font-weight:500;font-size:14px;padding:0 var(--straumur__space-xxs)}.straumur__stored-card-component__form--wrapper--label--readonly{background:linear-gradient(to top,var(--straumur__color-gray-epsilon) 53%,var(--straumur__color-transparent) 50%)}.straumur__stored-card-component__form--wrapper--label--error{color:var(--straumur__color-red-beta);background:linear-gradient(to top,var(--straumur__color-red-gamma) 53%,var(--straumur__color-transparent) 50%);font-size:13px;font-weight:500}.straumur__stored-card-component__form--wrapper--label--info{position:absolute;top:33%;right:var(--straumur__space-md)}.straumur__stored-card-component__form--wrapper--input{background:var(--straumur__color-secondary-gamma);color:var(--straumur__color-text);display:flex;align-items:center;border:1px solid var(--straumur__color-transparent);border-radius:var(--straumur__border-radius-s);font-size:16px;height:48px;outline:none;padding-left:var(--straumur__space-lg);transition:border .2s ease-out,box-shadow .2s ease-out;position:relative}.straumur__stored-card-component__form--wrapper--input--readonly{background-color:var(--straumur__color-gray-epsilon)}.straumur__stored-card-component__form--wrapper--input:hover{border:1px solid var(--straumur__color-cosmos-blue-delta)}.straumur__stored-card-component__form--wrapper--input--readonly:hover{border:1px solid var(--straumur__color-transparent)}.straumur__stored-card-component__form--wrapper--input--error{background:var(--straumur__color-red-gamma);border:1px solid var(--straumur__color-red-beta)}.straumur__stored-card-component__form--wrapper--input--error:hover{border:1px solid var(--straumur__color-red-beta)}.straumur__stored-card-component__form--field-wrapper{display:flex;width:100%;gap:var(--straumur__space-lg)}.straumur__stored-card-component__submit-button{background:var(--straumur__color-primary);border:none;border-radius:var(--straumur__border-radius-s);color:var(--straumur__color-white);cursor:pointer;font-size:16px;height:40px;outline:none;padding:0 var(--straumur__space-xxlg);transition:background .2s ease-out;width:100%}.straumur__stored-card-component__submit-button:hover{background:var(--straumur__color-primary);border:1px solid var(--straumur__color-border)}.straumur__stored-card-component__submit-button:disabled{background:var(--straumur__color-secondary);border:1px solid var(--straumur__color-border);cursor:not-allowed}
9
+ `);var Qe=require("@adyen/adyen-web");var se=require("preact"),po=()=>(0,se.h)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,se.h)("g",{"clip-path":"url(#clip0_10650_34968)"},(0,se.h)("path",{d:"M12.0011 15C12.6245 15 13.1261 14.4984 13.1261 13.875V7.875C13.1261 7.25391 12.6222 6.75 12.0433 6.75C11.4644 6.75 10.8761 7.25625 10.8761 7.875V13.875C10.8761 14.4984 11.3823 15 12.0011 15ZM12.0011 16.5516C11.1873 16.5516 10.5273 17.2116 10.5273 18.0253C10.5292 18.8391 11.1855 19.5 12.0011 19.5C12.8167 19.5 13.4748 18.84 13.4748 18.0262C13.473 17.2125 12.8167 16.5516 12.0011 16.5516Z",fill:"#DFAE00"}),(0,se.h)("path",{opacity:"0.4",d:"M23.7312 19.5469L13.7328 2.48438C12.9673 1.17188 11.0356 1.17188 10.2649 2.48438L0.271188 19.5469C-0.49803 20.8547 0.460048 22.5 2.00181 22.5H21.9987C23.5343 22.5 24.4953 20.8594 23.7312 19.5469ZM10.8734 7.875C10.8734 7.25391 11.3773 6.75 11.9984 6.75C12.6195 6.75 13.1234 7.25625 13.1234 7.875V13.875C13.1234 14.4961 12.6195 15 12.0406 15C11.4617 15 10.8734 14.4984 10.8734 13.875V7.875ZM11.9984 19.5C11.1846 19.5 10.5246 18.84 10.5246 18.0262C10.5246 17.2125 11.1842 16.5525 11.9984 16.5525C12.8126 16.5525 13.4721 17.2125 13.4721 18.0262C13.4703 18.8391 12.814 19.5 11.9984 19.5Z",fill:"#DFAE00"})),(0,se.h)("defs",null,(0,se.h)("clipPath",{id:"clip0_10650_34968"},(0,se.h)("rect",{width:"24",height:"24",fill:"white"})))),yr=po;function ho({configuration:e,paymentMethods:t,storedPaymentMethod:r,onStoredCardRemoved:o}){let a=(0,H.useRef)(null),n=(0,H.useRef)(),i=(0,H.useRef)(),{i18n:l}=V(),[d,m]=(0,H.useState)(!0),[_,u]=(0,H.useState)("required"),[A,k]=(0,H.useState)(!1),[z,v]=(0,H.useState)({encryptedSecurityCode:{visible:!1}}),{activePaymentMethod:b,setActivePaymentMethod:R,activeStoredPaymentMethodId:E,setActiveStoredPaymentMethodId:F,isStoredCardInitialized:h,updateStoredCardInitialization:j,handleSuccess:O,handleError:D,setThreeDSecureActive:Q,threeDSecureActive:B,isSolePaymentMethod:K,registerSubmitHandler:J,unregisterSubmitHandler:N}=M(),G=K?b==="storedcard":b==="storedcard"&&E===r.id,ie=$(e.theme);async function ee(){await Ge(e.paymentFlow,()=>i.current)}(0,H.useEffect)(()=>{if(!(G&&h[r.id]&&!B)){e.onCardValidityChanged?.(!1,!1);return}return J(ee),e.onCardValidityChanged?.(!1,!0),()=>{N(ee),e.onCardValidityChanged?.(!1,!1)}},[G,h[r.id],B,J,N]);let{handleOnSubmit:C,handleOnSubmitAdditionalData:le,handlePaymentCompleted:X,handlePaymentFailed:Pe}=ae({configuration:e,handleSuccess:O,handleError:D,setThreeDSecureActive:Q,enrichSubmitData:P=>({...P,paymentMethod:{...P.paymentMethod,storedPaymentMethodId:r.id}})});function st(P,x){D({key:"error.unknownError"})}let Ie=async()=>{n.current=await(0,Qe.AdyenCheckout)({clientKey:t.clientKey,environment:e.environment,locale:e.locale,countryCode:e.countryCode,amount:{value:t.minorUnitsAmount,currency:t.currency},paymentMethodsResponse:t.paymentMethods,onError:st,onAdditionalDetails:le,onPaymentCompleted:X,onPaymentFailed:Pe}),i.current=new Qe.CustomCard(n.current,{brands:[r.brand],styles:je(ie),onSubmit:C,onConfigSuccess(){j(r.id,!0)},onBrand:P=>{u(P.cvcPolicy)},onValidationError:P=>{let x={encryptedSecurityCode:{visible:!1,message:void 0}};P.filter(Se=>Se.error).forEach(Se=>{x[Se.fieldType].visible=!0,x[Se.fieldType].message=Se.errorI18n}),v(x)},onAllValid:P=>{m(!P.allValid),e.onCardValidityChanged?.(P.allValid,!0)},placeholders:e.placeholders,challengeWindowSize:"05"}),a.current&&i.current.mount(a.current)};if((0,H.useEffect)(()=>{G&&!h[r.id]&&Ie()},[e,G]),ve(e,()=>!!(i.current&&h[E]),()=>{Ie(),v({encryptedSecurityCode:{visible:!1,message:void 0}})}),(0,H.useEffect)(()=>{k(!1)},[b,E]),Ve(a,B&&G),B&&!G)return null;function it(){R("storedcard"),F(r.id)}function lt(){k(!0)}function mt(){k(!1)}async function Ee(){let{disableToken:P}=e.paymentFlow;if(P)try{await P(r.id),o(r.id)}catch(x){D(xe(x,"error.failedToSubmitRemoveStoredPaymentCard"))}}let dt=e.paymentFlow.disableToken!==void 0&&G&&h[r.id]?(0,y.h)("div",{className:"straumur__stored-card-component__remove-stored-card-button"},(0,y.h)("button",{onClick:lt,className:"straumur__stored-card-component__remove-stored-card-button--text",disabled:A},l.t("stored-cards.removeStoredCard"))):null,f=(0,y.h)("div",{className:`straumur__stored-card-component__confirm-remove-stored-card ${A?"straumur__stored-card-component__confirm-remove-stored-card--expanded":""}`},(0,y.h)("div",{className:"straumur__stored-card-component__confirm-remove-stored-card--header"},(0,y.h)(yr,null),(0,y.h)("span",{className:"straumur__stored-card-component__confirm-remove-stored-card--header--title"},l.t("stored-cards.removeStoredCardQuestion"))),(0,y.h)("div",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions"},(0,y.h)("button",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions--button",onClick:Ee},l.t("stored-cards.removeStoredCardQuestionYesRemove")),(0,y.h)("button",{className:"straumur__stored-card-component__confirm-remove-stored-card--actions--button",onClick:mt},l.t("stored-cards.removeStoredCardQuestionCancel"))));return(0,y.h)(ne,{icon:(0,y.h)(He,{brands:[{brand:r.brand,brandFullName:r.name}],theme:ie}),title:`\u2022\u2022\u2022\u2022 ${r.lastFour}`,isActive:G,isSole:K,onChange:it,headerRight:dt,confirmSection:f},(0,y.h)("div",{ref:a,tabIndex:-1,style:{height:B?"600px":"auto",minWidth:B?"350px":"auto"}},!h[r.id]&&(0,y.h)("div",{className:"straumur__stored-card-component__loading-text"},(0,y.h)(re,null)),(0,y.h)("div",{className:"straumur__stored-card-component__form",style:{opacity:h[r.id]&&!B?1:0,position:h[r.id]&&!B?"relative":"absolute",transition:"opacity 0.3s ease-in-out"}},(0,y.h)("div",{className:"straumur__stored-card-component__form--field-wrapper"},(0,y.h)("div",{className:"straumur__stored-card-component__form--wrapper"},(0,y.h)("label",{className:"straumur__stored-card-component__form--wrapper--label straumur__stored-card-component__form--wrapper--label--readonly"},l.t("stored-cards.expiryDate")),(0,y.h)("span",{className:"straumur__stored-card-component__form--wrapper--input straumur__stored-card-component__form--wrapper--input--readonly"},r.expiryMonth,"/",r.expiryYear)),(0,y.h)("div",{className:"straumur__stored-card-component__form--wrapper"},(_==="optional"||_==="required")&&(0,y.h)(y.Fragment,null,(0,y.h)("label",{className:`straumur__stored-card-component__form--wrapper--label ${z.encryptedSecurityCode.visible?"straumur__stored-card-component__form--wrapper--label--error":""}`},_==="optional"?l.t("stored-cards.securityCode3DigitsOptional"):l.t("stored-cards.securityCode3Digits")),(0,y.h)("span",{className:`straumur__stored-card-component__form--wrapper--input ${z.encryptedSecurityCode.visible?"straumur__stored-card-component__form--wrapper--input--error":""}`,"data-cse":"encryptedSecurityCode",role:"group","aria-label":l.t("stored-cards.securityCode3Digits")},(0,y.h)("div",{className:"straumur__stored-card-component__form--wrapper--label--info"},(0,y.h)(_e,{content:l.t("stored-cards.securityCode3DigitsInfo"),placement:"top"},(0,y.h)(Ue,null))))),z.encryptedSecurityCode.visible&&(0,y.h)("span",{className:"straumur__stored-card-component__form--wrapper--error"},z.encryptedSecurityCode.message))),!e.hideSubmitButton&&(0,y.h)("button",{className:"straumur__stored-card-component__submit-button",disabled:d,onClick:ee},t.minorUnitsAmount===0?l.t("stored-cards.saveCardDetails"):t.formattedAmount))))}var _r=ho;var vr=require("preact/hooks");function fo({configuration:e,paymentMethods:t}){let[r,o]=(0,vr.useState)(t.paymentMethods.storedPaymentMethods??[]),{isObscuredByThreeDS:a,hasStoredPaymentMethods:n}=M();if(!n||a("storedcard"))return null;function i(l){o(d=>d.filter(m=>m.id!==l))}return(0,we.h)(we.Fragment,null,r?.map(l=>(0,we.h)(_r,{key:l.id,configuration:e,storedPaymentMethod:l,paymentMethods:t,onStoredCardRemoved:i})))}var gr=fo;var gt=require("preact");g(`.straumur__payment-method-group{display:flex;flex-direction:column;gap:var(--straumur__space-xxlg);width:100%}
10
+ `);function yo({children:e,initialValue:t,initialStoredPaymentMethodId:r,isSolePaymentMethod:o,hasCard:a,hasGooglePay:n,hasApplePay:i,hasStoredPaymentMethods:l,onSubmitApiReady:d}){return(0,gt.h)(Tt,{initialValue:t,initialStoredPaymentMethodId:r,isSolePaymentMethod:o,hasCard:a,hasGooglePay:n,hasApplePay:i,hasStoredPaymentMethods:l,onSubmitApiReady:d},(0,gt.h)("div",{className:"straumur__payment-method-group"},e))}var br=yo;var U=require("preact");g(`.straumur__result-component{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--straumur__space-5xlg);padding:var(--straumur__space-6xlg);width:100%;min-height:300px;background-color:var(--straumur__color-white);border-radius:var(--straumur__border-radius-xxlg)}
11
+ `);var ke=require("preact");g(`.straumur__result-icon{display:block}.straumur__result-icon__ring,.straumur__result-icon__check,.straumur__result-icon__x,.straumur__result-icon__halo,.straumur__result-icon__cross{transform-box:fill-box;transform-origin:center}.straumur__result-icon__ring{fill:none;stroke-width:5;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:straumur-result-draw .6s cubic-bezier(.65,0,.35,1) forwards}.straumur__result-icon__halo{opacity:0;animation:straumur-result-halo .9s .45s ease-out}.straumur__result-icon__check{fill:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100;animation:straumur-result-draw .4s .55s cubic-bezier(.65,0,.35,1) forwards,straumur-result-pop .45s .9s ease-out}.straumur__result-icon__x{fill:none;stroke-width:7;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:straumur-result-draw .3s cubic-bezier(.65,0,.35,1) forwards}.straumur__result-icon__x--1{animation-delay:.6s}.straumur__result-icon__x--2{animation-delay:.82s}.straumur__result-icon__cross{animation:straumur-result-shake .4s 1.15s ease-in-out}.straumur__result-icon--success .straumur__result-icon__ring,.straumur__result-icon--success .straumur__result-icon__check{stroke:var(--straumur__color-success)}.straumur__result-icon--success .straumur__result-icon__halo{fill:var(--straumur__color-success)}.straumur__result-icon--failure .straumur__result-icon__ring,.straumur__result-icon--failure .straumur__result-icon__x{stroke:var(--straumur__color-danger-text)}.straumur__result-icon--failure .straumur__result-icon__halo{fill:var(--straumur__color-danger-text)}@keyframes straumur-result-draw{to{stroke-dashoffset:0}}@keyframes straumur-result-pop{0%{transform:scale(1)}45%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes straumur-result-halo{0%{opacity:.35;transform:scale(.55)}to{opacity:0;transform:scale(1.35)}}@keyframes straumur-result-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@media(prefers-reduced-motion:reduce){.straumur__result-icon__ring,.straumur__result-icon__check,.straumur__result-icon__x,.straumur__result-icon__halo,.straumur__result-icon__cross{animation:none}.straumur__result-icon__ring,.straumur__result-icon__check,.straumur__result-icon__x{stroke-dashoffset:0}.straumur__result-icon__halo{opacity:0}}
12
+ `);var _o=()=>(0,ke.h)("svg",{className:"straumur__result-icon straumur__result-icon--success",xmlns:"http://www.w3.org/2000/svg",width:"120",height:"120",viewBox:"0 0 120 120",role:"img"},(0,ke.h)("circle",{className:"straumur__result-icon__halo",cx:"60",cy:"60",r:"52"}),(0,ke.h)("circle",{className:"straumur__result-icon__ring",cx:"60",cy:"60",r:"50",pathLength:"100"}),(0,ke.h)("path",{className:"straumur__result-icon__check",d:"M37 62 L53 78 L84 44",pathLength:"100"})),et=_o;var he=require("preact");var vo=()=>(0,he.h)("svg",{className:"straumur__result-icon straumur__result-icon--failure",xmlns:"http://www.w3.org/2000/svg",width:"120",height:"120",viewBox:"0 0 120 120",role:"img"},(0,he.h)("circle",{className:"straumur__result-icon__halo",cx:"60",cy:"60",r:"52"}),(0,he.h)("circle",{className:"straumur__result-icon__ring",cx:"60",cy:"60",r:"50",pathLength:"100"}),(0,he.h)("g",{className:"straumur__result-icon__cross"},(0,he.h)("line",{className:"straumur__result-icon__x straumur__result-icon__x--1",x1:"42",y1:"42",x2:"78",y2:"78",pathLength:"100"}),(0,he.h)("line",{className:"straumur__result-icon__x straumur__result-icon__x--2",x1:"78",y1:"42",x2:"42",y2:"78",pathLength:"100"}))),tt=vo;function go(){let{error:e,success:t}=M(),{i18n:r}=V();if(!e&&!t)return null;let o=a=>"key"in a?r.t(a.key):a.text;return(0,U.h)("div",{className:"straumur__result-component"},e&&(0,U.h)(U.Fragment,null,(0,U.h)("span",{"aria-hidden":"true"},(0,U.h)(tt,null)),(0,U.h)("p",{className:"straumur__result-component__error--message straumur__result-message",role:"alert"},o(e))),t&&(0,U.h)(U.Fragment,null,(0,U.h)("span",{"aria-hidden":"true"},(0,U.h)(et,null)),(0,U.h)("p",{className:"straumur__result-component__success--message straumur__result-message",role:"status"},o(t))))}var Cr=go;var rt=require("preact");function bo({children:e}){let{error:t,success:r}=M();return t||r?null:(0,rt.h)(rt.Fragment,null,e)}var Pr=bo;var ot=require("preact"),Sr=require("preact/hooks");g(`.instant-payments{display:grid;gap:var(--straumur__space-lg);grid-template-columns:1fr 1fr}.instant-payments--single{grid-template-columns:1fr}@container straumur (max-width: 420px){.instant-payments{grid-template-columns:1fr}}
13
+ `);function Co({configuration:e,paymentMethods:t}){let{hasGooglePay:r,hasApplePay:o}=M(),[a,n]=(0,Sr.useState)(new Set),i=u=>{n(A=>new Set(A).add(u))};if(!e.instantPayments)return null;let l=["googlepay","applepay"],m=e.instantPayments.filter(u=>l.includes(u)).filter(u=>u==="googlepay"?r:o),_=m.filter(u=>!a.has(u));return m.length===0?null:(0,ot.h)("div",{className:`straumur__instant-payments instant-payments ${_.length>1?"straumur__instant-payments--multiple instant-payments--multiple":"straumur__instant-payments--single instant-payments--single"}`,style:{display:_.length===0?"none":void 0}},m.map(u=>u==="googlepay"?(0,ot.h)($e,{key:u,configuration:e,paymentMethods:t,isInstantPayment:!0,onUnavailable:()=>i("googlepay")}):u==="applepay"?(0,ot.h)(qe,{key:u,configuration:e,paymentMethods:t,isInstantPayment:!0,onUnavailable:()=>i("applepay")}):null))}var xr=Co;var bt=["instantpayments","storedcard","card","googlepay","applepay"],Po=new Set(bt);function Mr(e){if(!e)return[...bt];let t=new Set,r=[];for(let o of e)Po.has(o)&&!t.has(o)&&(t.add(o),r.push(o));for(let o of bt)t.has(o)||r.push(o);return r}function So(e,t,r,o,a,n){let i=t&&!a?.some(m=>m==="googlepay"),l=r&&!a?.some(m=>m==="applepay");return o+(e?1:0)+(i?1:0)+(l?1:0)===1?o===1?{initialPaymentMethod:"storedcard",isSolePaymentMethod:!0}:e?{initialPaymentMethod:"card",isSolePaymentMethod:!0}:i?{initialPaymentMethod:"googlepay",isSolePaymentMethod:!0}:l?{initialPaymentMethod:"applepay",isSolePaymentMethod:!0}:{initialPaymentMethod:null,isSolePaymentMethod:!1}:n==="card"&&e?{initialPaymentMethod:"card",isSolePaymentMethod:!1}:n==="googlepay"&&i?{initialPaymentMethod:"googlepay",isSolePaymentMethod:!1}:n==="applepay"&&l?{initialPaymentMethod:"applepay",isSolePaymentMethod:!1}:n==="firstStoredCard"&&o>0?{initialPaymentMethod:"storedcard",isSolePaymentMethod:!1}:{initialPaymentMethod:null,isSolePaymentMethod:!1}}function xo({configuration:e,paymentMethods:t,onSubmitApiReady:r}){let o=t.paymentMethods.paymentMethods??[],a=t.paymentMethods.storedPaymentMethods??[],n=b=>!e.allowedPaymentMethods||e.allowedPaymentMethods.includes(b),i=o.some(b=>b.type==="scheme")&&n("card"),l=o.some(b=>b.type==="googlepay")&&n("googlepay"),d=o.some(b=>b.type==="applepay")&&n("applepay"),m=n("storedcard")?a.length:0,_=m>0,{initialPaymentMethod:u,isSolePaymentMethod:A}=So(i,l,d,m,e.instantPayments,e.openDefaultPaymentMethod),k=u==="storedcard"&&!A?a[0]?.id??null:null,z={instantpayments:(0,Y.h)(xr,{key:"instantpayments",configuration:e,paymentMethods:t}),storedcard:(0,Y.h)(gr,{key:"storedcard",configuration:e,paymentMethods:t}),card:(0,Y.h)(ar,{key:"card",configuration:e,paymentMethods:t}),googlepay:(0,Y.h)(cr,{key:"googlepay",configuration:e,paymentMethods:t}),applepay:(0,Y.h)(fr,{key:"applepay",configuration:e,paymentMethods:t})},v=Mr(e.orderPaymentMethods);return(0,Y.h)(br,{initialValue:u,initialStoredPaymentMethodId:k,isSolePaymentMethod:A,hasCard:i,hasGooglePay:l,hasApplePay:d,hasStoredPaymentMethods:_,onSubmitApiReady:r},(0,Y.h)(Pr,null,v.map(b=>z[b])),(0,Y.h)(Cr,null))}var wr=xo;var Ar=require("@adyen/adyen-web");var at=class{constructor(t,r){this.language=t;this.customLocalizations=r}t(t){return this.customLocalizations?.[this.language]?.[t]||Re[this.language][t]||t}setLanguage(t){this.language=t}updateCustomLocalizations(t){this.customLocalizations=t}};var W=require("preact");function nt({children:e,theme:t="light"}){let r=$(t);return(0,W.h)("div",{className:"straumur__root-component","data-theme":r},e)}function kr({theme:e}){return(0,W.h)(nt,{theme:e},(0,W.h)("div",{className:"straumur__component"},(0,W.h)(re,null)))}function Ct({variant:e,message:t,i18n:r,theme:o}){return(0,W.h)(nt,{theme:o},(0,W.h)("div",{className:"straumur__component"},(0,W.h)("span",{"aria-hidden":"true"},e==="success"?(0,W.h)(et,null):(0,W.h)(tt,null)),(0,W.h)("p",{className:"straumur__result-message",role:e==="success"?"status":"alert"},"key"in t?r.t(t.key):t.text)))}function Ir(e,t){return{resultCode:"Success",clientKey:e.clientKey,paymentMethods:e.paymentMethods,minorUnitsAmount:e.amount.value,currency:e.amount.currency,amount:e.amount.value/100,formattedAmount:e.formattedAmount,merchantName:e.merchantName,enableStoreDetails:e.enableStoreDetails,locale:t}}var Mo="IS";function wo(e){return typeof e.sessionId=="string"&&e.sessionId.length>0}function ko(e){return typeof e=="object"?{theme:e.theme??"light",googlePayButtonTheme:e.googlePayButtonTheme,applePayButtonTheme:e.applePayButtonTheme}:{theme:e??"light"}}function Io(e){return typeof e.clientKey=="string"&&e.clientKey.length>0&&typeof e.countryCode=="string"&&e.countryCode.length>0&&typeof e.paymentMethods=="object"&&e.paymentMethods!==null&&typeof e.amount=="object"&&e.amount!==null&&typeof e.amount.value=="number"&&typeof e.amount.currency=="string"&&typeof e.onSubmit=="function"&&typeof e.onAdditionalDetails=="function"}function Er(e){let t=e,r=Te(t.locale),o=wo(t),a=ko(t.theme),n={mode:o?"session":"advanced",sessionId:t.sessionId,environment:t.environment,countryCode:o?Mo:t.countryCode,paymentFlow:o?qt(t.environment,t.sessionId):Yt(t),onPaymentCompleted:t.onPaymentCompleted,onPaymentFailed:t.onPaymentFailed,placeholders:t.placeholders,locale:r,customLocalizations:t.localizations,instantPayments:t.instantPayments,hideSubmitButton:t.hideSubmitButton,onCardValidityChanged:t.onCardValidityChanged,allowedPaymentMethods:t.allowedPaymentMethods,orderPaymentMethods:t.orderPaymentMethods,openDefaultPaymentMethod:t.openDefaultPaymentMethod,theme:a.theme,googlePayButtonTheme:a.googlePayButtonTheme,applePayButtonTheme:a.applePayButtonTheme};return o?{configuration:n,advancedConfiguration:null,paymentMethods:null,initializationFailed:!1}:Io(t)?{configuration:n,advancedConfiguration:t,paymentMethods:Ir(t,r),initializationFailed:!1}:{configuration:n,advancedConfiguration:null,paymentMethods:null,initializationFailed:!0}}var Pt=class{configuration;advancedConfiguration=null;paymentMethods=null;mountElement=null;i18n;submitApi=null;initializationFailed=!1;constructor(t){let r=Er(t);this.configuration=r.configuration,this.advancedConfiguration=r.advancedConfiguration,this.paymentMethods=r.paymentMethods,this.initializationFailed=r.initializationFailed,this.i18n=new at(this.configuration.locale,this.configuration.customLocalizations)}async mount(t){try{if(this.mountElement=typeof t=="string"?document.querySelector(t):t,!this.mountElement)return;if(this.initializationFailed){this.handleError({key:"error.failedToInitializeStraumurWebComponent"});return}if(this.configuration.mode==="advanced"){this.renderComponent();return}(0,Z.render)((0,Z.h)(kr,{theme:this.configuration.theme}),this.mountElement);let r=await ut(this.configuration.environment,this.configuration.sessionId);if(r.resultCode==="Error"){this.handleError({key:r.error});return}this.paymentMethods=r,this.renderComponent()}catch(r){console.error("[StraumurCheckout] mount() failed:",r)}}renderComponent(){this.mountElement&&(0,Z.render)((0,Z.h)(nt,{theme:this.configuration.theme},(0,Z.h)(Nt,{i18nService:this.i18n,onLanguageChange:t=>{this.configuration.locale=t,this.renderComponent()}},(0,Z.h)(wr,{configuration:this.configuration,paymentMethods:this.paymentMethods,onSubmitApiReady:t=>{this.submitApi=t}}))),this.mountElement)}handleSuccess(t){this.mountElement&&(0,Z.render)((0,Z.h)(Ct,{variant:"success",message:t,i18n:this.i18n,theme:this.configuration.theme}),this.mountElement)}handleError(t){this.mountElement&&(0,Z.render)((0,Z.h)(Ct,{variant:"failure",message:t,i18n:this.i18n,theme:this.configuration.theme}),this.mountElement)}async resolveRedirectContext(){if(this.configuration.mode==="advanced")return this.initializationFailed||!this.advancedConfiguration?(this.handleError({key:"error.failedToInitializeStraumurWebComponent"}),null):{clientKey:this.advancedConfiguration.clientKey,paymentMethods:this.advancedConfiguration.paymentMethods};let t=await ut(this.configuration.environment,this.configuration.sessionId);return t.resultCode==="Error"?(this.handleError({key:t.error}),null):{clientKey:t.clientKey,paymentMethods:t.paymentMethods}}async submitDetails(t,r){try{r&&(this.mountElement=typeof r=="string"?document.querySelector(r):r);let o=await this.resolveRedirectContext();if(!o)return;let{handleOnSubmitAdditionalData:a}=ae({configuration:this.configuration,handleSuccess:i=>this.handleSuccess(i),handleError:i=>this.handleError(i),setThreeDSecureActive:()=>{},dispatchResultFromAdditionalDetails:!0});(await(0,Ar.AdyenCheckout)({environment:this.configuration.environment,clientKey:o.clientKey,paymentMethodsResponse:o.paymentMethods,countryCode:this.configuration.countryCode,onAdditionalDetails:a})).submitDetails({details:{redirectResult:t}})}catch(o){console.error("[StraumurCheckout] submitDetails() failed:",o),this.handleError({key:"error.failedToSubmitPaymentDetails"}),this.configuration.onPaymentFailed?.({resultCode:"Error"})}}updateConfig(t){let{locale:r,...o}=t;this.configuration={...this.configuration,...o,...r?{locale:Te(r)}:{}},r&&this.i18n.setLanguage(this.configuration.locale),t.customLocalizations&&this.i18n.updateCustomLocalizations(t.customLocalizations),this.mountElement&&this.renderComponent()}setLanguage(t){this.updateConfig({locale:t})}destroy(){this.mountElement&&((0,Z.render)(null,this.mountElement),this.mountElement=null),this.submitApi=null}submitCard(){if(!this.mountElement)return console.warn("[StraumurCheckout] submitCard() called before the component was mounted."),!1;if(!this.submitApi)return console.warn("[StraumurCheckout] submitCard() called but the component is not ready yet."),!1;let t=this.submitApi.triggerSubmit();return t||console.warn("[StraumurCheckout] submitCard() called but no card-type payment method is currently active and initialized."),t}},Rr=Pt;0&&(module.exports={StraumurCheckout});
13
14
  //# sourceMappingURL=index.cjs.map