:root{--bg:#eaeded;--card:#fff;--border:#d5d9d9;--ink:#0f1111;--ink2:#565959;--ink3:#8a8f8f;--link:#007185;--link-h:#c7511f;--teal:#007185;--yellow:#ffd814;--yellow-h:#f7ca00;--yellow-b:#fcd200;--green:#067d62;--red:#c40000;--orange:#f90;--page:#eaeded;--text:#0f1111;--muted-c:#565959;--accent:#007185;--shadow:0 1px 1px #0f111108,0 2px 6px #0f11110d;--shadow-lg:0 2px 8px #0f11110f,0 12px 30px #0f111114;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.45}button{font-family:inherit}a{color:var(--link);text-decoration:none}a:hover{color:var(--link-h);text-decoration:underline}:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.hidden{display:none!important}.muted{color:var(--ink3)}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.shake{animation:.4s shake}.ti.shake,.select.shake{border-color:var(--red)!important;box-shadow:0 0 0 3px #c5110029!important}header{border-bottom:1px solid var(--border);background:#fff}.hwrap{flex-wrap:wrap;align-items:center;gap:20px;max-width:1280px;margin:auto;padding:14px 16px;display:flex}.logo{letter-spacing:-.5px;cursor:default;font-size:26px;font-weight:800;display:inline-flex}.logo .pay{color:#232f3e}.logo .unexa{color:var(--orange)}.chtitle{flex:1;min-width:180px;font-size:24px;font-weight:700}.hright{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pill{border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.pill.secure{color:var(--green);background:#f0f7f2;border:1px solid #b7dfcf}.pill.sandbox{color:#8a6d00;background:#fff7e6;border:1px solid #f0d98c}.steps{flex-wrap:wrap;align-items:center;gap:12px;max-width:1280px;margin:18px auto 2px;padding:0 16px;display:flex}.step{color:var(--ink3);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.step .dot{width:26px;height:26px;color:var(--ink2);background:#e3e6e6;border-radius:50%;place-items:center;font-size:13px;display:grid}.step.done{color:var(--green)}.step.done .dot{background:var(--green);color:#fff}.step.active{color:var(--ink)}.step.active .dot{background:var(--orange);color:#232f3e;box-shadow:0 0 0 4px #ff990029}.sep{background:#e3e6e6;border-radius:2px;flex:0 60px;min-width:24px;height:2px}.grid{grid-template-columns:minmax(0,1fr) 350px;align-items:start;gap:16px;max-width:1280px;margin:16px auto;padding:0 16px;display:grid}.col-main{flex-direction:column;gap:16px;min-width:0;display:flex}aside{flex-direction:column;gap:16px;display:flex;position:sticky;top:14px}.card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:18px 20px;animation:.4s both rise}.card h2{align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.stepnum{width:22px;height:22px;color:var(--ink2);background:#eef1f1;border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:700;display:inline-grid}hr{border:none;border-top:1px solid #e7eaec;margin:16px 0}.addr-flex{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.addr-flex h2{font-size:17px}.addr-name{margin:4px 0 2px;font-size:16px;font-weight:700}.addr-line{color:var(--ink);max-width:560px}.addr-ph{color:var(--ink2);margin-top:4px;font-size:13px}.linklike{color:var(--link);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0}.linklike:hover{color:var(--link-h);text-decoration:underline}.btn-primary{background:var(--yellow);border:1px solid var(--yellow-b);color:var(--ink);cursor:pointer;border-radius:8px;padding:9px 20px;font-size:14px;font-weight:700;transition:background .15s,transform .1s}.btn-primary:hover:not(:disabled){background:var(--yellow-h)}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{color:#a6abab;cursor:not-allowed;background:#e9edee;border-color:#e3e6e6}.btn-primary.big{width:100%;height:44px;font-size:15px}.btn-primary.sm{padding:9px 18px}.btn-secondary{border:1px solid var(--border);cursor:pointer;color:var(--ink);background:#fff;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .15s}.btn-secondary:hover{background:#f7fafa;border-color:#b9bfbf}.btn-ghost{color:var(--teal);cursor:pointer;background:0 0;border:1px dashed #c9cdcd;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:600}.btn-ghost:hover{background:#f0f9fa}.ti{width:100%;color:var(--ink);background:#fff;border:1px solid #888c8c;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:14px}.ti:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #00718524}.ti::placeholder{color:#9ba0a0}.field label{color:var(--ink2);margin-bottom:5px;font-size:12.5px;font-weight:600;display:block}.form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.span2{grid-column:1/-1}.num-wrap{position:relative}.num-wrap .ti{padding-right:80px}.num-wrap .blogo{position:absolute;top:50%;right:10px;transform:translateY(-50%)}input[type=radio]{accent-color:var(--teal);cursor:pointer;flex:none;width:16px;height:16px}input[type=checkbox]{accent-color:var(--teal);cursor:pointer;width:15px;height:15px}.chk{color:var(--ink2);cursor:pointer;align-items:flex-start;gap:8px;margin:10px 0;font-size:13px;display:flex}.blogo{letter-spacing:.4px;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;height:22px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.blogo.visa{color:#1a1f71;background:#f0f2f8;font-family:Georgia,serif;font-style:italic}.blogo.mc,.blogo.mastercard{color:#1a1a1a;background:#f7f7f7;gap:0;font-size:9.5px;font-weight:600}.blogo.mc:before,.blogo.mastercard:before{content:"";background:#eb001b;border-radius:50%;width:13px;height:13px;margin-right:9px;box-shadow:6px 0 #f79e1b}.blogo.amex{color:#fff;background:#2e77bc}.blogo.rupay{color:#fff;background:#0e5a8a}.blogo.discover{color:#fff;background:#f0821e}.blogo.unk,.blogo.unknown,.blogo.card{color:#888;background:#ececec}.blogo.off{opacity:.35}.gift-box{border:1px solid var(--border);background:#fcfcfc;border-radius:10px;margin:14px 0 4px;padding:14px 16px}.gift-head{font-size:14px;font-weight:700}.gift-sub{color:var(--ink2);margin:2px 0 10px;font-size:13px}.gift-row{align-items:center;gap:10px;display:flex}.plus{width:26px;height:26px;color:var(--teal);background:#fff;border:1px solid #c9cdcd;border-radius:50%;flex:none;place-items:center;font-size:16px;display:grid}.gift-row .ti{flex:1}.inline-msg{border-radius:8px;margin-top:10px;padding:9px 12px;font-size:13px}.inline-msg.success{color:#066a53;background:#edf7f2;border:1px solid #b7dfcf}.inline-msg.error{color:#a63325;background:#fdf0ef;border:1px solid #f2c4bf}.pl-banner{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:16px;margin:14px 0;padding:14px 18px;transition:all .15s;display:flex}.pl-banner:hover{border-color:#b9bfbf;box-shadow:0 2px 8px #0f11110f}.pl-text{flex:1;font-size:13.5px}.pl-link{color:#4c4ef5;font-weight:600;text-decoration:underline}.pl-div{background:#e3e6e6;border-radius:2px;flex:none;align-self:stretch;width:2px}.pl-apr{text-align:center;flex:none}.pl-apr b{color:#4949f5;font-size:20px;display:block}.pl-apr span{color:var(--ink3);font-size:11px}.pmt-group{margin-top:20px}.pmt-group-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;font-weight:700;display:flex}.cards-cols,.saved-card{grid-template-columns:22px 56px minmax(0,1fr) 120px 56px 100px;align-items:center;gap:10px;display:grid}.cards-cols{color:var(--ink3);margin-bottom:8px;padding:0 16px;font-size:11px}.payopt{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;margin-bottom:10px;padding:13px 16px;transition:border-color .15s,box-shadow .15s;position:relative}.payopt:hover{border-color:#9bb0b5}.payopt.selected{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal);background:#fbfdfe}.saved-card{padding:12px 16px}.c-title{font-size:14px;font-weight:600}.c-sub{color:var(--ink2);letter-spacing:.5px;font-size:12px}.c-name,.c-exp{color:var(--ink2);font-size:13px}.c-cvv{justify-self:end}.saved-card .c-cvv{visibility:hidden}.saved-card.selected .c-cvv{visibility:visible}.cvv-input{text-align:center;letter-spacing:2px;width:78px!important;padding:7px 8px!important}.cvv-ok{color:var(--green);white-space:nowrap;background:#edf7f2;border:1px solid #b7dfcf;border-radius:999px;padding:3px 8px;font-size:11.5px;font-weight:700}.opt-head{align-items:center;gap:12px;display:flex}.opt-ico{width:36px;height:36px;color:var(--teal);background:#eef3f4;border-radius:9px;flex:none;place-items:center;display:grid}.opt-ico svg{width:19px;height:19px}.opt-title{font-size:15px;font-weight:700;display:block}.opt-sub{color:var(--ink2);font-size:12.5px;display:block}.opt-tags{color:var(--ink3);white-space:nowrap;margin-left:auto;font-size:12px}.chev{color:var(--ink3);flex:none;transition:transform .2s}.payopt.selected .chev{transform:rotate(180deg)}.opt-body{border-top:1px dashed #e3e6e6;margin-top:13px;padding-top:14px;display:none}.opt-body.open{animation:.25s fade;display:block}.mini-label{color:var(--ink2);text-transform:uppercase;letter-spacing:.4px;margin:12px 0 8px;font-size:11.5px;font-weight:700}.nc-plus{width:36px;height:36px;color:var(--teal);border:1.5px dashed #b9bfbf;border-radius:9px;flex:none;place-items:center;font-size:20px;font-weight:600;display:grid}.secure-note{color:var(--ink2);background:#f6fafa;border:1px solid #e3ecee;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:9px 12px;font-size:12.5px;display:flex}.secure-note svg{color:var(--green);flex:none}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1px solid var(--border);cursor:pointer;color:var(--ink);background:#fff;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .15s}.chip:hover{border-color:#9bb0b5}.chip.active{border-color:var(--teal);color:#00565c;background:#e8f4f6;font-weight:700}.select{background:#fff;border:1px solid #888c8c;border-radius:8px;max-width:280px;margin-top:10px;padding:9px 12px;font-family:inherit;font-size:14px}.pick-note{color:var(--green);margin-top:10px;font-size:13px;font-weight:600}.upi-grid{grid-template-columns:1fr 190px;gap:20px;display:grid}.upi-row{gap:10px;display:flex}.upi-row .ti{flex:1}.qr{border:1px solid var(--border);background:#fff;border-radius:10px;width:150px;height:150px;margin:0 auto;padding:8px;display:block}.qr-cap{text-align:center;color:var(--ink2);margin:8px 0 10px;font-size:12px}.emi-head,.emi-row{grid-template-columns:20px 1.1fr .7fr .95fr .8fr .6fr;align-items:center;gap:8px;padding:9px 12px;display:grid}.emi-head{color:var(--ink3);text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.emi-row{border:1px solid var(--border);cursor:pointer;border-radius:8px;margin-bottom:8px;transition:all .15s}.emi-row:hover{border-color:#9bb0b5}.emi-row.sel{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal);background:#fbfdfe}.e-name{font-size:13px;font-weight:600}.e-ten{color:var(--ink2);font-size:12.5px}.e-mon{font-size:13.5px;font-weight:700}.e-int{color:var(--ink2);font-size:12.5px}.e-apr{color:var(--green);font-size:12px;font-weight:700}.emi-fine{color:var(--ink3);margin-top:8px;font-size:11.5px}.vrf{margin-top:8px}.vrf-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.vrf-code{letter-spacing:3px;text-align:center;width:130px!important}.vrf-btn{white-space:nowrap;padding:8px 14px}.vrf-resend{font-size:12.5px}.vrf-badge{color:var(--green);background:#edf7f2;border:1px solid #b7dfcf;border-radius:999px;align-items:center;gap:6px;margin-top:8px;padding:5px 12px;font-size:12.5px;font-weight:700;display:inline-flex}.addr-sug{z-index:40;border:1px solid var(--border);background:#fff;border-radius:10px;max-height:260px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 8px 24px #0f11111f}.addr-sug-item{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f1f3f3;padding:10px 14px;font-size:13px;display:block}.addr-sug-item:last-child{border-bottom:none}.addr-sug-item:hover{background:#f0f9fa}.addr-sug-load{color:var(--ink3);padding:10px 14px;font-size:12.5px}.wiz-nav{border-top:1px solid #eef1f1;justify-content:space-between;gap:12px;margin-top:18px;padding-top:16px;display:flex}.wiz-nav .btn-primary{margin-left:auto}.eta-line{margin:12px 0 14px;font-size:15px}.eta-line b{color:var(--green)}.rev-row{border-bottom:1px solid #eef1f1;justify-content:space-between;gap:12px;padding:11px 0;font-size:14px;display:flex}.rev-row:last-child{border-bottom:none}.rev-lbl{color:var(--ink2)}.rev-val{text-align:right;font-weight:600}.btn-hint{color:var(--ink3);text-align:center;margin-top:8px;font-size:12px}.sum-title{margin-bottom:10px;font-size:16px;font-weight:700}.sum-line{color:var(--ink);justify-content:space-between;gap:10px;margin:8px 0;font-size:13.5px;display:flex}.sum-line.total{border-top:1px solid var(--border);margin-top:12px;padding-top:12px;font-size:17px;font-weight:700}.emi-note{color:#066a53;background:#f0f7f2;border:1px solid #b7dfcf;border-radius:8px;margin-top:10px;padding:8px 12px;font-size:12.5px;font-weight:600}.cur-note{color:var(--ink2);margin-top:12px;font-size:12.5px}.sum-fine{color:var(--ink3);margin-top:10px;font-size:11.5px}.t-title{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.t-title svg{color:var(--green)}.trust ul{margin:12px 0;list-style:none}.trust li{color:var(--ink2);padding:4px 0 4px 22px;font-size:12.5px;position:relative}.trust li:before{content:"✓";color:var(--green);font-weight:800;position:absolute;left:2px}.t-foot{color:var(--ink3);border-top:1px solid #e7eaec;padding-top:10px;font-size:11.5px}.site-footer,footer.app-footer{text-align:center;max-width:1280px;margin:26px auto 40px;padding:0 16px}.f-links{flex-wrap:wrap;justify-content:center;gap:4px 8px;margin-bottom:6px;font-size:12.5px;display:flex}.f-links a,.f-links .linklike{color:var(--ink2);margin:0 6px}.f-links a:hover{color:var(--link-h)}.f-copy{color:var(--ink3);font-size:12px}.overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background:#0f172a7a;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:14px;width:min(580px,94vw);max-height:88vh;animation:.3s rise;overflow:auto}.modal.sm{width:min(440px,94vw)}.m-head{background:#fff;border-bottom:1px solid #e7eaec;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.m-head h3{font-size:17px}.m-close{cursor:pointer;color:var(--ink2);background:0 0;border:none;border-radius:8px;width:30px;height:30px;font-size:16px}.m-close:hover{background:#f1f3f3}.m-body{color:var(--ink2);padding:18px 20px;font-size:14px;line-height:1.6}.m-foot{border-top:1px solid #e7eaec;justify-content:flex-end;gap:10px;padding:14px 20px;display:flex}.addr-opt{border:1px solid var(--border);cursor:pointer;border-radius:10px;gap:12px;margin:10px 20px;padding:13px 15px;transition:all .15s;display:flex}.addr-opt:hover{border-color:#9bb0b5}.addr-opt.sel{border-color:var(--teal);box-shadow:0 0 0 1px var(--teal);background:#f7fbfc}.addr-txt{color:var(--ink2);font-size:13.5px}.addr-txt b{color:var(--ink);font-size:14px}.def{color:var(--teal);vertical-align:1px;background:#eef3f4;border-radius:999px;margin-left:4px;padding:2px 7px;font-size:10.5px;font-weight:700}.a-ph{color:var(--ink3);margin-top:2px;font-size:12.5px}.am-form{border:1px solid var(--border);background:#fcfcfc;border-radius:10px;margin:6px 20px 12px;padding:14px}.proc-card{text-align:center;background:#fff;border-radius:14px;width:min(430px,92vw);padding:30px 34px;animation:.3s rise}.proc-spinner{border:4px solid #e5e7eb;border-top-color:var(--teal);border-radius:50%;width:46px;height:46px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.proc-card h3{margin-bottom:4px;font-size:18px}.proc-sub{color:var(--ink3);margin-bottom:18px;font-size:12.5px}.proc-steps{text-align:left;list-style:none}.proc-step{color:var(--ink3);align-items:center;gap:11px;padding:8px 2px;font-size:14px;display:flex}.ps-ico{border:2px solid #d5d9d9;border-radius:50%;flex:none;width:20px;height:20px;position:relative}.proc-step.active{color:var(--ink);font-weight:600}.proc-step.active .ps-ico{border-color:var(--teal);animation:1.1s infinite pulse}.proc-step.done{color:var(--green)}.proc-step.done .ps-ico{border-color:var(--green);background:var(--green)}.proc-step.done .ps-ico:before{content:"✓";color:#fff;place-items:center;font-size:11px;font-weight:800;display:grid;position:absolute;inset:0}@keyframes pulse{0%{box-shadow:0 0 #0071854d}70%{box-shadow:0 0 0 8px #00718500}to{box-shadow:0 0 #00718500}}.proc-safe{color:var(--ink3);background:#f6fafa;border-radius:8px;margin-top:16px;padding:8px;font-size:12px}.success-screen{max-width:840px;margin:30px auto;padding:0 16px;animation:.45s rise}.succ-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:14px;padding:38px 42px}.succ-anim svg{width:88px;height:88px}.sc{stroke:var(--green);stroke-width:2.5px;fill:none;stroke-dasharray:152;stroke-dashoffset:152px;animation:.6s forwards dash}.sp{stroke:var(--green);stroke-width:3.5px;fill:none;stroke-linecap:round;stroke-dasharray:40;stroke-dashoffset:40px;animation:.35s .55s forwards dash}@keyframes dash{to{stroke-dashoffset:0}}.succ-card h2{justify-content:center;margin-top:10px;font-size:24px}.succ-sub{color:var(--ink2);margin-top:6px;font-size:14px}.succ-grid{text-align:left;background:#f7fafa;border:1px solid #e7eaec;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px 34px;margin:26px 0;padding:20px 26px;display:grid}.sg-lbl{letter-spacing:.6px;text-transform:uppercase;color:var(--ink3);margin-top:12px;font-size:10.5px;font-weight:800}.sg-lbl:first-child{margin-top:0}.sg-val{font-size:15px;font-weight:600}.succ-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.confetti{pointer-events:none;z-index:300;position:fixed;inset:0}.toast-wrap{z-index:250;flex-direction:column;align-items:center;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;opacity:0;background:#0f1111;border-radius:10px;max-width:90vw;padding:11px 20px;font-size:13.5px;transition:all .3s;transform:translateY(12px);box-shadow:0 8px 24px #00000040}.toast.show{opacity:1;transform:none}.toast.error{background:#b12704}@media (max-width:960px){.grid{grid-template-columns:1fr}aside{position:static}.chtitle{font-size:19px}.opt-tags{display:none}}@media (max-width:760px){.cards-cols{display:none}.saved-card{grid-template-columns:22px 56px minmax(0,1fr)}.c-name,.c-exp,.c-cvv{grid-column:3;justify-self:start}.c-exp{margin-top:-6px}.emi-head,.emi-row{grid-template-columns:20px 1.2fr .9fr 1fr}.emi-head span:nth-child(5),.emi-head span:nth-child(6),.e-int,.e-apr{display:none}.upi-grid,.form-grid,.succ-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.container{max-width:460px;margin:0 auto;padding:48px 20px}.container.wide{max-width:1120px}.center{text-align:center}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.row{gap:12px;display:flex}.row>*{flex:1}.amount{letter-spacing:-.02em;margin:10px 0 2px;font-size:36px;font-weight:800}h1{letter-spacing:-.01em;margin:0 0 4px;font-size:20px;font-weight:800}h2:not(.card h2){color:var(--ink2);margin:0 0 20px;font-size:14px;font-weight:400}label{color:var(--ink2);margin:16px 0 6px;font-size:12.5px;font-weight:600;display:block}.card input:not(.ti):not([type=radio]):not([type=checkbox]),.card select:not(.select){width:100%;color:var(--ink);background:#fff;border:1px solid #888c8c;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.card input:not(.ti):focus,.card select:not(.select):focus{border-color:var(--teal);box-shadow:0 0 0 3px #00718524}.card>button,form>button,button.ghost,button.danger,button.small{background:var(--yellow);width:100%;color:var(--ink);border:1px solid var(--yellow-b);cursor:pointer;border-radius:8px;margin-top:22px;padding:11px 16px;font-size:15px;font-weight:700;transition:background .15s}.card>button:hover,form>button:hover{background:var(--yellow-h)}.card>button:disabled{color:#a6abab;cursor:not-allowed;background:#e9edee;border-color:#e3e6e6}button.ghost{border:1px solid var(--border);color:var(--ink);background:#fff;font-weight:600}button.ghost:hover{background:#f7fafa;border-color:#b9bfbf}button.danger{background:var(--red);border-color:var(--red);color:#fff}button.danger:hover{background:#a80000}button.small{width:auto;margin:0;padding:6px 12px;font-size:13px}.msg{border-radius:8px;margin-top:16px;padding:11px 14px;font-size:14px}.msg.err{color:#a63325;background:#fdf0ef;border:1px solid #f2c4bf}.msg.ok{color:#066a53;background:#edf7f2;border:1px solid #b7dfcf}.badge{text-transform:capitalize;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-block}.badge.created{color:#00565c;background:#eef3f4}.badge.submitted,.badge.processing{color:#8a6d00;background:#fff7e6}.badge.paid{color:#0e7a53;background:#edf7f2}.badge.failed{color:var(--red);background:#fdf0ef}.badge.canceled{color:var(--ink2);background:#f1f3f3}table{border-collapse:collapse;width:100%;margin-top:20px;font-size:13px}th,td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:12px 10px}th{color:var(--ink2);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:700}tbody tr:hover{background:#fafbfb}.link-box{color:var(--teal);word-break:break-all;background:#f6fafa;border:1px solid #e3ecee;border-radius:8px;margin-top:10px;padding:11px 13px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.toolbar{justify-content:space-between;align-items:center;display:flex}.stats{flex-wrap:wrap;gap:10px;margin:4px 0 0;display:flex}.stat{color:var(--ink2);background:#f6fafa;border:1px solid #e3ecee;border-radius:8px;padding:8px 14px;font-size:13px}.stat b{color:var(--ink);font-size:18px;font-weight:800;display:block}.result{text-align:center;padding:26px 0 8px}.result-title{margin-top:16px;font-size:18px;font-weight:700}.result-icon{color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto;font-size:28px;font-weight:700;display:grid}.result-icon.ok{background:var(--green)}.result-icon.bad{background:var(--red)}.pux{--pbg:#f1f5f8;--surface:#fff;--surface-soft:#f7fbff;--ptext:#152238;--pmuted:#59697e;--pfaint:#7c8a9d;--pborder:#d4dce6;--pborder-soft:#e6ebf0;--pnavy:#173d69;--porange:#f59b0b;--pprimary:#1268ed;--pprimary-d:#0d5edb;--psuccess:#06966a;--psuccess-bg:#eaf9f3;--pradius:12px;--pfield:39px;--pcontent:1040px;--pgutter:80px;--pshadow:0 8px 24px #2031490e,0 1px 3px #20314909;--teal:#1268ed;--link:#1268ed;--link-h:#0d5edb;--yellow:#1268ed;--yellow-b:#0d5edb;--yellow-h:#0d5edb;--green:#06966a;--orange:#f59b0b;--ink:#152238;--ink2:#3b526e;--ink3:#59697e;--border:#d4dce6;background:var(--pbg);color:var(--ptext);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.pux *{box-sizing:border-box}.pux .site-header{background:var(--surface);border-bottom:1px solid var(--pborder-soft);height:53px}.pux .header-inner{width:min(var(--pcontent),calc(100% - var(--pgutter)));justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.pux .header-left{align-items:center;min-width:0;display:flex}.pux .brand{letter-spacing:-1.8px;white-space:nowrap;font-size:28px;font-weight:800;line-height:1}.pux .brand .pay{color:var(--pnavy)}.pux .brand .unexa{color:var(--porange)}.pux .header-divider{background:#dfe5ec;width:1px;height:27px;margin:0 17px}.pux .secure-header{align-items:center;gap:8px;display:flex}.pux .secure-header-icon{width:26px;height:26px;color:var(--psuccess);background:var(--psuccess-bg);border-radius:50%;flex:0 0 26px;place-items:center;display:grid}.pux .secure-header-title{color:var(--psuccess);font-size:12px;font-weight:700;line-height:1.1}.pux .secure-header-subtitle{color:var(--pmuted);margin-top:2px;font-size:9px;line-height:1.1}.pux .help{color:var(--pmuted);white-space:nowrap;align-items:center;gap:9px;font-size:11px;display:flex}.pux .help-icon{border:1.5px solid #7b8899;border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:grid}.pux .help a{color:#085ad4;font-weight:650;text-decoration:underline}.pux .page{width:min(var(--pcontent),calc(100% - var(--pgutter)));margin:0 auto;padding:20px 0 16px}.pux .stepper{grid-template-columns:1fr 1fr 1fr;margin:0 24px 17px;display:grid}.pux .step{align-items:center;gap:9px;min-height:44px;display:flex;position:relative}.pux .step:after{content:"";z-index:0;background:#d9e0e8;height:1px;position:absolute;top:19px;left:38px;right:0}.pux .step:last-child:after{display:none}.pux .step.done:after{background:var(--pprimary)}.pux .step-marker{z-index:1;color:#627084;background:#edf1f5;border:1px solid #d9e0e7;border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:grid;position:relative}.pux .step.active .step-marker{background:var(--pprimary);border-color:var(--pprimary);color:#fff;box-shadow:0 5px 12px #1268ed2e}.pux .step.done .step-marker{background:var(--psuccess);border-color:var(--psuccess);color:#fff}.pux .step-copy{z-index:1;min-width:0;position:relative}.pux .step-title{color:var(--ptext);font-size:12px;font-weight:700}.pux .step-description{color:var(--pmuted);margin-top:1px;font-size:9px}.pux .checkout-grid{grid-template-columns:minmax(0,2.08fr) minmax(315px,.92fr);align-items:start;gap:16px;display:grid}.pux .card{background:var(--surface);border-radius:var(--pradius);box-shadow:var(--pshadow);border:1px solid #dfe6ed;animation:none}.pux .main-card,.pux .side-card{padding:16px}.pux .sidebar{gap:16px;display:grid;position:sticky;top:12px}.pux .section-heading,.pux .billing-heading{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.pux .billing-heading{margin-bottom:13px}.pux .section-icon,.pux .icon-box{width:34px;height:34px;color:var(--pprimary);background:#eef5ff;border-radius:10px;flex:0 0 34px;place-items:center;font-weight:800;display:grid}.pux .section-heading h1,.pux .section-heading h2{letter-spacing:-.3px;margin:0;font-size:16px;line-height:1.2;display:block}.pux .section-heading p{color:var(--pmuted);margin:3px 0 0;font-size:10px;line-height:1.35}.pux .billing-heading h2{margin:0;font-size:15px;line-height:1.2;display:block}.pux .billing-heading p{color:var(--pmuted);margin:3px 0 0;font-size:10px}.pux .amount-group{margin-bottom:14px}.pux .amount-label{color:var(--ptext);align-items:baseline;gap:4px;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.pux .amount-range{color:var(--pmuted);font-weight:500}.pux .money-input{position:relative}.pux .money-input-prefix{color:#9ba7b6;pointer-events:none;font-size:13px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.pux .amount-input{width:100%;height:39px;color:var(--ptext);background:#fff;border:1px solid #c5ced8;border-radius:8px;outline:none;padding:0 13px 0 28px;font-size:13px;transition:border-color .14s,box-shadow .14s}.pux .amount-input::placeholder{color:#9aa7b6}.pux .amount-input:focus{border-color:#64a0ee;box-shadow:0 0 0 3px #1268ed17}.pux .form-grid{grid-template-columns:1fr 1fr;gap:13px 10px;display:grid}.pux .field.full,.pux .field.span2{grid-column:1/-1}.pux .field-label,.pux .field label{color:var(--ptext);margin-bottom:6px;font-size:10px;font-weight:650;display:block}.pux .required:after{content:" *";color:#c43b3b}.pux .optional{color:var(--pmuted);font-weight:500}.pux .field-control,.pux input,.pux select,.pux .ti{width:100%;height:var(--pfield);color:var(--ptext);background:#fff;border:1px solid #c4ced9;border-radius:8px;outline:none;padding:0 12px;font-size:12px;transition:border-color .14s,box-shadow .14s}.pux .field-control::placeholder,.pux input::placeholder{color:#9aa7b7}.pux .field-control:focus,.pux input:focus,.pux select:focus,.pux .ti:focus{border-color:#64a0ee;box-shadow:0 0 0 3px #1268ed17}.pux .inline-field,.pux .input-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.pux .verification-button,.pux .verify-btn{height:var(--pfield);color:#0d60de;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #a4c8fb;border-radius:8px;width:auto;min-width:138px;padding:0 13px;font-size:11px;font-weight:700}.pux .verification-button:hover:not(:disabled),.pux .verify-btn:hover:not(:disabled){background:#f5f9ff}.pux .verify-btn:disabled{opacity:.6;cursor:not-allowed}.pux .field-helper,.pux .field-help{color:var(--pmuted);margin-top:4px;font-size:9px;line-height:1.35}.pux .verified{color:var(--psuccess);margin-top:5px;font-size:11px;font-weight:700}.pux .phone-line,.pux .whatsapp-row{grid-template-columns:1.55fr 1fr;gap:10px;display:grid}.pux .phone-verification{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.pux .phone-control,.pux .phone-input{height:var(--pfield);background:#fff;border:1px solid #c4ced9;border-radius:8px;grid-template-columns:auto 1fr;display:grid;overflow:hidden}.pux .phone-control:focus-within,.pux .phone-input:focus-within{border-color:#64a0ee;box-shadow:0 0 0 3px #1268ed17}.pux .phone-prefix,.pux .country-code{color:#4c5d73;white-space:nowrap;background:#fafbfc;border-right:1px solid #e0e5eb;align-items:center;gap:7px;padding:0 10px;font-size:11px;display:flex}.pux .phone-control input,.pux .phone-input input{width:100%;height:37px;color:var(--ptext);background:#fff;border:0;outline:0;padding:0 11px;font-size:12px;box-shadow:none!important}.pux .phone-control .dial-select{color:#4c5d73;cursor:pointer;background:#fafbfc;border:0;border-right:1px solid #e0e5eb;border-radius:0;outline:0;width:auto;height:37px;padding:0 8px;font-size:11px;box-shadow:none!important}.pux .vrf-code{width:auto;min-width:120px}.pux .section-rule{background:var(--pborder-soft);height:1px;margin:17px 0}.pux .continue-button{color:#111;cursor:pointer;background:#ffd20c;border:0;border-radius:7px;width:100%;height:40px;margin-top:12px;font-size:12px;font-weight:800;transition:background .14s,transform 80ms}.pux .continue-button:hover:not(:disabled){background:#f8c800}.pux .continue-button:active:not(:disabled){transform:translateY(1px)}.pux .continue-button:disabled{opacity:.55;cursor:not-allowed}.pux .cta-note,.pux .action-note{color:var(--pmuted);text-align:center;justify-content:center;align-items:center;gap:5px;margin-top:7px;font-size:9px;display:flex}.pux .primary{background:var(--pprimary);color:#fff;cursor:pointer;border:0;border-radius:8px;width:100%;height:42px;font-size:13px;font-weight:750;transition:transform .1s,background .15s;box-shadow:0 6px 14px #1268ed2e}.pux .primary:hover:not(:disabled){background:var(--pprimary-d)}.pux .primary:active:not(:disabled){transform:translateY(1px)}.pux .primary:disabled{cursor:not-allowed;box-shadow:none;background:#9db8e6}.pux .btn-secondary{height:42px}.pux .wiz-nav{border-top:0;margin-top:16px;padding-top:16px}.pux input[type=radio],.pux input[type=checkbox]{width:16px;min-width:16px;height:16px;accent-color:var(--pprimary);cursor:pointer;appearance:auto;background:0 0;border:0;border-radius:0;flex:0 0 16px;margin:0;padding:0;box-shadow:none!important}.pux input[type=radio]:focus,.pux input[type=checkbox]:focus{box-shadow:none!important}.pux .pmt-group{margin-top:16px}.pux .pmt-group-title{color:var(--pmuted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.pux .payopt{border:1px solid var(--pborder);background:#fff;border-radius:9px;margin-bottom:8px;padding:11px 13px;transition:border-color .14s,box-shadow .14s}.pux .payopt:hover{border-color:#b9c4d1}.pux .payopt.selected{border-color:var(--pprimary);box-shadow:0 0 0 1px var(--pprimary);background:#f7fbff}.pux .opt-head{align-items:center;gap:10px;display:flex}.pux .opt-ico{width:30px;height:30px;color:var(--pprimary);background:#eef5ff;border-radius:8px;flex:0 0 30px;place-items:center;display:grid}.pux .opt-ico svg{width:16px;height:16px}.pux .opt-title{font-size:13px;font-weight:700;line-height:1.25;display:block}.pux .opt-sub{color:var(--pmuted);font-size:11px;line-height:1.3;display:block}.pux .opt-tags{color:var(--pmuted);white-space:nowrap;margin-left:auto;font-size:11px}.pux .chev{color:var(--pmuted);flex:none;font-size:12px;transition:transform .2s}.pux .payopt.selected .chev{transform:rotate(180deg)}.pux .opt-body{border-top:1px solid var(--pborder-soft);margin-top:11px;padding-top:12px}.pux .nc-plus{width:30px;height:30px;color:var(--pprimary);background:#eef5ff;border-radius:8px;flex:0 0 30px;place-items:center;font-size:18px;font-weight:700;display:grid}.pux .payopt.saved-card{align-items:center;gap:10px;display:flex}.pux .c-title{font-size:12px;font-weight:700}.pux .c-sub,.pux .c-name,.pux .c-exp{color:var(--pmuted);font-size:11px}.pux .cvv-input{width:64px!important}.pux .chips{flex-wrap:wrap;gap:7px;display:flex}.pux .chip{border:1px solid var(--pborder);width:auto;height:auto;color:var(--ptext);cursor:pointer;background:#fff;border-radius:999px;padding:6px 11px;font-size:12px}.pux .chip.active{border-color:var(--pprimary);color:var(--pprimary);background:#f0f6ff;font-weight:700}.pux .pick-note,.pux .emi-fine{color:var(--pmuted);margin-top:9px;font-size:11px}.pux .emi-row{font-size:12px}.pux .side-heading{align-items:center;gap:9px;margin-bottom:8px;display:flex}.pux .side-heading h2,.pux .side-card h2{letter-spacing:-.2px;margin:0;font-size:15px;line-height:1.2;display:block}.pux .summary-row{border-bottom:1px solid #e7ecf1;justify-content:space-between;align-items:center;gap:20px;padding:9px 0;font-size:11px;display:flex}.pux .summary-row strong{font-size:12px;font-weight:750}.pux .summary-total,.pux .total-row{border-bottom:0;padding-top:13px;font-size:16px;font-weight:800}.pux .summary-total strong,.pux .total-row strong{font-size:16px;font-weight:850}.pux .summary-info,.pux .side-info{background:var(--surface-soft);color:var(--pmuted);border-radius:8px;margin-top:9px;padding:10px;font-size:9px;line-height:1.5}.pux .summary-info strong,.pux .side-info strong{color:var(--ptext);margin-bottom:2px;font-size:10px;display:block}.pux .learn-more{color:#0872cd}.pux .state-copy{color:var(--pmuted);margin-left:42px;font-size:9px;line-height:1.5}.pux .state-list{margin-top:13px}.pux .state-row{align-items:center;gap:9px;margin:10px 0;font-size:10px;display:flex}.pux .state-dot{color:#8996a7;background:#edf1f5;border-radius:50%;flex:0 0 17px;place-items:center;width:17px;height:17px;font-size:9px;display:grid}.pux .state-row.active .state-dot{background:var(--pprimary);color:#fff}.pux .state-row.done .state-dot{background:var(--psuccess);color:#fff}.pux .security-heading{align-items:flex-start;gap:9px;display:flex}.pux .security-badge{background:var(--psuccess-bg);width:35px;height:35px;color:var(--psuccess);border-radius:10px;flex:0 0 35px;place-items:center;display:grid}.pux .security-heading h2{margin:0;font-size:15px;line-height:1.2;display:block}.pux .security-heading p{color:var(--pmuted);margin:3px 0 0;font-size:9px;line-height:1.35}.pux .security-list{margin-top:12px}.pux .security-row,.pux .trust-item{align-items:center;gap:9px;margin:9px 0;font-size:10px;display:flex}.pux .security-check,.pux .check{width:18px;height:18px;color:var(--psuccess);background:#e9f8f2;border-radius:50%;flex:0 0 18px;place-items:center;font-size:10px;font-weight:800;display:grid}.pux .processor-note,.pux .processor-line{color:var(--pmuted);border-top:1px solid #e7ecf1;margin-top:13px;padding-top:10px;font-size:9px}.pux .processor-note strong,.pux .processor-line strong{color:var(--porange);font-size:11px;font-weight:800}.pux .help-box{text-align:left;background:var(--surface-soft);border:1px solid var(--pborder-soft);border-radius:10px;width:100%;max-width:420px;margin:18px auto 0;padding:14px 16px}.pux .help-title{color:var(--ptext);margin:0 0 4px;font-size:14px;font-weight:750}.pux .help-sub{color:var(--pmuted);margin:0 0 10px;font-size:11px}.pux .help-row{align-items:stretch;gap:8px;display:flex}.pux .help-row .phone-control{flex:auto}.pux .help-done{color:var(--psuccess);align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.pux .help-skip{color:var(--pmuted);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:2px 0;font-size:12px;font-weight:600}.pux .help-skip:hover{color:var(--pprimary);text-decoration:underline}.pux .footer{text-align:center;color:var(--pmuted);padding:18px 0 2px;font-size:9px;line-height:1.6}.pux .footer .links{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-bottom:2px;display:flex}.pux .footer a{color:var(--pmuted);text-decoration:none}.pux .footer a:hover{text-decoration:underline}.pux .btn-primary{color:#fff}.pux .btn-primary:disabled{color:#eef2f6}.pux h2{font-size:16px}.pux .succ-card{box-shadow:var(--pshadow)}@media (max-width:920px){.pux .checkout-grid{grid-template-columns:1fr}.pux .sidebar{order:2;position:static}.pux .header-inner,.pux .page{width:min(100% - 24px,720px)}.pux .stepper{margin:0 0 17px}}@media (max-width:640px){.pux .site-header{height:62px}.pux .header-inner{width:calc(100% - 16px)}.pux .brand{font-size:23px}.pux .header-divider,.pux .secure-header-subtitle,.pux .help{display:none}.pux .page{width:calc(100% - 12px);padding-top:13px}.pux .stepper{margin:0 3px 14px}.pux .step-description{display:none}.pux .step-title{font-size:9px}.pux .step-marker{flex-basis:32px;width:32px;height:32px;font-size:11px}.pux .step:after{top:15px;left:31px}.pux .main-card,.pux .side-card{padding:13px}.pux .form-grid,.pux .phone-line,.pux .whatsapp-row{grid-template-columns:1fr}.pux .field.full,.pux .field.span2{grid-column:auto}.pux .inline-field,.pux .input-row,.pux .phone-verification{grid-template-columns:1fr}.pux .verification-button,.pux .verify-btn{width:100%}.pux .continue-button{z-index:10;position:sticky;bottom:8px;box-shadow:0 8px 20px #0000001f}}.legal{max-width:780px;margin:0 auto;padding:40px 20px 8px}.legal .card{padding:34px 38px}.legal h1{margin-bottom:6px;font-size:26px}.legal .updated{color:var(--ink3);margin:0 0 20px;font-size:12.5px}.legal h3{margin:22px 0 8px;font-size:16px;font-weight:700}.legal p,.legal li{color:var(--ink2);font-size:14px;line-height:1.65}.legal ul{margin:8px 0 8px 18px}.legal .back{margin-top:22px;font-weight:600;display:inline-block}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2c55a0e60120577a-s.03ez25a9g3i0n.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.3i9rha7jpxn0q.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/ad66f9afd8947f86-s.2o7ko1d-5m1xu.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/5476f68d60460930-s.1ee5w62fj497l.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.1way2z9fj6cig.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/1bffadaabf893a1e-s.0szrwpqb9mkwe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.45535valc9rzk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_ede482d-module__2K2y3a__className{font-family:Inter,Inter Fallback;font-style:normal}
