.prx{--prx-ink: #232c3d;--prx-ink-soft: #5a6478;--prx-body: #4a5468;--prx-rule: #e2e6ec;--prx-grey: #f5f7f9;--prx-grey-2: #eaeef3;--prx-white: #ffffff;--prx-navy: #394459;--prx-blue: #2369b7;--prx-blue-dark: #1b5091;--prx-teal: #2ebbc8;--prx-sky: #52c4f3;--prx-tint: #e8f4fa;--prx-deep: #1c2433;--prx-deep-2: #2b3a4d;--prx-on-deep: #e9eef6;--prx-on-deep-muted: #9aa6ba;--prx-line-green: #06c755;--prx-line-green-dark: #05a948;--prx-radius: 6px;--prx-shadow: 0 10px 30px -18px rgba(35, 44, 61, .4);color:var(--prx-body);font-size:1.0625rem;line-height:1.85;letter-spacing:.01em}.prx-wrap{margin-inline:auto;width:100%;max-width:75rem;padding-inline:1.25rem}.prx-wrap--narrow{max-width:56rem}.prx-section{padding-block:3.75rem}@media(min-width:768px){.prx-section{padding-block:5.5rem}}.prx-section--white{background:var(--prx-white)}.prx-section--grey{background:var(--prx-grey)}.prx-section--tint{background:linear-gradient(180deg,var(--prx-white) 0%,var(--prx-tint) 100%)}.prx-section--deep{background-color:var(--prx-deep);background-image:radial-gradient(90% 80% at 80% 0%,rgba(46,187,200,.18) 0%,transparent 60%),linear-gradient(155deg,var(--prx-deep) 0%,var(--prx-deep-2) 100%);color:var(--prx-on-deep)}.prx-head{text-align:center;margin-bottom:2.75rem}@media(min-width:768px){.prx-head{margin-bottom:3.5rem}}.prx-head--left{text-align:left}.prx-eyebrow{display:block;font-size:.75rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--prx-teal);margin-bottom:.75rem}.prx-h1{color:var(--prx-ink);font-weight:900;font-size:clamp(1.95rem,4.6vw,3.15rem);line-height:1.28;letter-spacing:.005em}.prx-h2{color:var(--prx-ink);font-weight:900;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.35}.prx-h3{color:var(--prx-ink);font-weight:700;font-size:1.125rem;line-height:1.5}.prx-section--deep .prx-h1,.prx-section--deep .prx-h2,.prx-section--deep .prx-h3{color:var(--prx-on-deep)}.prx-head .prx-h2:after{content:"";display:block;width:3rem;height:3px;margin:1rem auto 0;background:linear-gradient(90deg,var(--prx-teal),var(--prx-blue));border-radius:3px}.prx-head--left .prx-h2:after{margin-inline:0}.prx-lead{font-size:1.0625rem;color:var(--prx-body);text-wrap:pretty}@media(min-width:768px){.prx-lead{font-size:1.1875rem}}.prx-head .prx-lead{margin-top:1.25rem;margin-inline:auto;max-width:44rem}.prx-section--deep .prx-lead,.prx-section--deep p{color:var(--prx-on-deep-muted)}.prx-mark{color:var(--prx-blue);font-weight:700}.prx-section--deep .prx-mark{color:var(--prx-sky)}.prx-cta{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:4px;font-weight:700;font-size:1rem;line-height:1;padding:1.0625rem 1.85rem;text-align:center;transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease}.prx-cta:focus-visible{outline:3px solid var(--prx-sky);outline-offset:3px}.prx-cta--line{background:var(--prx-line-green);color:#fff;box-shadow:0 8px 20px -10px #06c755cc}.prx-cta--line:hover{background:var(--prx-line-green-dark)}.prx-cta--solid{background:var(--prx-blue);color:#fff}.prx-cta--solid:hover{background:var(--prx-blue-dark)}.prx-cta--ghost{border:1px solid var(--prx-rule);background:var(--prx-white);color:var(--prx-ink)}.prx-cta--ghost:hover{border-color:var(--prx-blue);color:var(--prx-blue)}.prx-section--deep .prx-cta--ghost{background:transparent;border-color:#ffffff4d;color:var(--prx-on-deep)}.prx-section--deep .prx-cta--ghost:hover{border-color:#fff;color:#fff}.prx-cta--block{width:100%}.prx-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.prx-cta-note{font-size:.875rem;color:var(--prx-ink-soft)}.prx-section--deep .prx-cta-note{color:var(--prx-on-deep-muted)}.prx-grid{display:grid;gap:1.25rem}@media(min-width:640px){.prx-grid--2,.prx-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.prx-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.prx-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.prx-split{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.prx-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem}}.prx-card{position:relative;background:var(--prx-white);border:1px solid var(--prx-rule);border-radius:var(--prx-radius);padding:1.75rem 1.5rem;height:100%;transition:border-color .18s ease,box-shadow .18s ease}.prx-card:before{content:"";position:absolute;inset-inline:-1px;top:-1px;height:3px;border-radius:var(--prx-radius) var(--prx-radius) 0 0;background:linear-gradient(90deg,var(--prx-teal),var(--prx-blue));opacity:0;transition:opacity .18s ease}.prx-card:hover{border-color:#cfd8e3;box-shadow:var(--prx-shadow)}.prx-card:hover:before{opacity:1}.prx-section--deep .prx-card{background:#ffffff0b;border-color:#ffffff1f}.prx-card__icon{width:2.5rem;height:2.5rem;color:var(--prx-blue);margin-bottom:1rem}.prx-section--deep .prx-card__icon{color:var(--prx-sky)}.prx-card__title{color:var(--prx-ink);font-weight:700;font-size:1.0625rem;margin-bottom:.6rem}.prx-section--deep .prx-card__title{color:var(--prx-on-deep)}.prx-card__text{font-size:.9688rem;line-height:1.8}.prx-list{display:grid;gap:.7rem}.prx-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9688rem;text-wrap:pretty}.prx-list svg{width:1.2rem;height:1.2rem;flex:none;margin-top:.35rem;color:var(--prx-teal)}.prx-section--deep .prx-list svg{color:var(--prx-sky)}.prx-figure{border-radius:var(--prx-radius);overflow:hidden;background:var(--prx-grey-2)}.prx-figure img{display:block;width:100%;height:100%;object-fit:cover}.prx-caption{margin-top:.65rem;font-size:.75rem;color:var(--prx-ink-soft)}.prx-section--deep .prx-caption{color:var(--prx-on-deep-muted)}.prx-sticky{position:fixed;inset-inline:0;bottom:0;z-index:5;padding:.7rem 1rem calc(.7rem + env(safe-area-inset-bottom));background:#fffffff2;backdrop-filter:blur(10px);border-top:1px solid var(--prx-rule)}@media(min-width:768px){.prx-sticky{display:none}}.prx-float{display:none}@media(min-width:768px){.prx-float{display:inline-flex;position:fixed;right:1.5rem;bottom:1.5rem;z-index:5}}#page:has(.prx)>footer{margin-top:0}@media(prefers-reduced-motion:reduce){.prx-cta,.prx-card,.prx-card:before{transition:none}}.prx-table-scroll[data-astro-cid-coomsi26]{overflow-x:auto;border:1px solid var(--prx-rule);border-radius:var(--prx-radius)}.prx-table[data-astro-cid-coomsi26]{width:100%;min-width:44rem;border-collapse:collapse;font-size:.9375rem;text-align:left}.prx-table__caption[data-astro-cid-coomsi26]{caption-side:bottom;padding:.9rem 1.1rem;font-size:.8125rem;color:var(--prx-ink-soft);text-align:left}.prx-table[data-astro-cid-coomsi26] th[data-astro-cid-coomsi26],.prx-table[data-astro-cid-coomsi26] td[data-astro-cid-coomsi26]{padding:1rem 1.1rem;border-bottom:1px solid var(--prx-rule);vertical-align:top;line-height:1.75}.prx-table[data-astro-cid-coomsi26] thead[data-astro-cid-coomsi26] th[data-astro-cid-coomsi26]{background:var(--prx-navy);color:#fff;font-weight:700;white-space:nowrap;border-bottom:0}.prx-table[data-astro-cid-coomsi26] thead[data-astro-cid-coomsi26] th[data-astro-cid-coomsi26].prx-table__own{background:var(--prx-blue)}.prx-table[data-astro-cid-coomsi26] tbody[data-astro-cid-coomsi26] th[data-astro-cid-coomsi26]{font-weight:700;color:var(--prx-ink);background:var(--prx-grey);white-space:nowrap}.prx-table[data-astro-cid-coomsi26] tbody[data-astro-cid-coomsi26] td[data-astro-cid-coomsi26].prx-table__own{background:var(--prx-tint);color:var(--prx-ink);font-weight:500}.prx-table[data-astro-cid-coomsi26] tbody[data-astro-cid-coomsi26] tr[data-astro-cid-coomsi26]:last-child th[data-astro-cid-coomsi26],.prx-table[data-astro-cid-coomsi26] tbody[data-astro-cid-coomsi26] tr[data-astro-cid-coomsi26]:last-child td[data-astro-cid-coomsi26]{border-bottom:0}.prx-faq__accordion[data-astro-cid-ldyecbkp]{display:grid;gap:.75rem}.prx-faq[data-astro-cid-ldyecbkp] .prx-faq__item{background:var(--prx-white);border:1px solid var(--prx-rule);border-radius:var(--prx-radius)}.prx-faq[data-astro-cid-ldyecbkp] .prx-faq__trigger{padding:1.15rem 1.35rem;font-weight:700;font-size:1.0313rem;line-height:1.6;color:var(--prx-ink);text-align:left}.prx-faq[data-astro-cid-ldyecbkp] .prx-faq__content{padding:0 1.35rem 1.25rem;font-size:.9688rem;line-height:1.85;color:var(--prx-body)}.prx-faq[data-astro-cid-ldyecbkp] .prx-faq__content p+p{margin-top:.85rem}.prx-faq__foot[data-astro-cid-ldyecbkp]{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.prx-final[data-astro-cid-fshbehom]{padding-bottom:8rem}@media(min-width:768px){.prx-final[data-astro-cid-fshbehom]{padding-bottom:5.5rem}}.prx-final__inner[data-astro-cid-fshbehom]{text-align:center}.prx-final__lead[data-astro-cid-fshbehom]{margin-top:1.25rem;margin-inline:auto;max-width:40rem}.prx-final__actions[data-astro-cid-fshbehom]{margin-top:2rem;justify-content:center}.prx-final__note[data-astro-cid-fshbehom]{margin-top:.9rem}.prx-final__note[data-astro-cid-fshbehom] strong[data-astro-cid-fshbehom]{color:var(--prx-sky);font-weight:700}.prx-channels[data-astro-cid-fshbehom]{display:grid;gap:.75rem;margin-top:3rem;text-align:left}@media(min-width:768px){.prx-channels[data-astro-cid-fshbehom]{grid-template-columns:repeat(3,minmax(0,1fr))}}.prx-channel[data-astro-cid-fshbehom]{display:grid;gap:.2rem;height:100%;padding:1.15rem 1.25rem;border:1px solid rgba(255,255,255,.16);border-radius:var(--prx-radius);transition:border-color .16s ease,background-color .16s ease}.prx-channel[data-astro-cid-fshbehom]:hover{border-color:#ffffff6b;background:#ffffff0d}.prx-channel__icon[data-astro-cid-fshbehom]{width:1.4rem;height:1.4rem;color:var(--prx-sky);margin-bottom:.35rem}.prx-channel__label[data-astro-cid-fshbehom]{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--prx-on-deep-muted)}.prx-channel__value[data-astro-cid-fshbehom]{font-size:.9688rem;font-weight:700;line-height:1.6;color:var(--prx-on-deep)}@media(prefers-reduced-motion:reduce){.prx-channel[data-astro-cid-fshbehom]{transition:none}}.prx-hero[data-astro-cid-dzjun2tm]{background:radial-gradient(55% 50% at 85% 15%,rgba(82,196,243,.14) 0%,transparent 70%),linear-gradient(180deg,#ffffff 0%,var(--prx-tint) 100%);padding-bottom:3.5rem}.prx-hero__inner[data-astro-cid-dzjun2tm]{display:grid;gap:2.5rem;padding-top:7rem;padding-bottom:3rem;align-items:center}@media(min-width:1024px){.prx-hero__inner[data-astro-cid-dzjun2tm]{grid-template-columns:1.05fr .95fr;gap:3.5rem;padding-top:9.5rem;padding-bottom:4rem}}.prx-hero__lead[data-astro-cid-dzjun2tm]{margin-top:1.5rem;max-width:34rem}.prx-hero__actions[data-astro-cid-dzjun2tm]{margin-top:2rem}.prx-hero__note[data-astro-cid-dzjun2tm]{margin-top:.9rem}.prx-hero__note[data-astro-cid-dzjun2tm] strong[data-astro-cid-dzjun2tm]{color:var(--prx-blue);font-weight:700}.prx-hero__figure[data-astro-cid-dzjun2tm]{aspect-ratio:auto;background:none;box-shadow:0 24px 50px -28px #232c3d8c}.prx-hero__figure[data-astro-cid-dzjun2tm] img{height:auto;object-fit:contain}.prx-facts[data-astro-cid-dzjun2tm]{display:grid;gap:0;background:var(--prx-white);border:1px solid var(--prx-rule);border-radius:var(--prx-radius);overflow:hidden;box-shadow:var(--prx-shadow)}@media(min-width:768px){.prx-facts[data-astro-cid-dzjun2tm]{grid-template-columns:repeat(3,minmax(0,1fr))}}.prx-facts__item[data-astro-cid-dzjun2tm]{display:grid;gap:.3rem;padding:1.5rem 1.75rem;border-top:1px solid var(--prx-rule)}.prx-facts__item[data-astro-cid-dzjun2tm]:first-child{border-top:0}@media(min-width:768px){.prx-facts__item[data-astro-cid-dzjun2tm]{border-top:0;border-left:1px solid var(--prx-rule)}.prx-facts__item[data-astro-cid-dzjun2tm]:first-child{border-left:0}}.prx-facts__label[data-astro-cid-dzjun2tm]{font-size:.8125rem;font-weight:700;letter-spacing:.14em;color:var(--prx-teal)}.prx-facts__value[data-astro-cid-dzjun2tm]{font-size:1.375rem;font-weight:900;line-height:1.3;color:var(--prx-ink)}.prx-facts__note[data-astro-cid-dzjun2tm]{font-size:.875rem;line-height:1.65;color:var(--prx-ink-soft)}.prx-facts__disclaimer[data-astro-cid-dzjun2tm]{margin-top:1rem;font-size:.8125rem;line-height:1.7;color:var(--prx-ink-soft)}.prx-region__title[data-astro-cid-vzt2jw7e]{color:var(--prx-ink);font-weight:900;font-size:1.0625rem;padding-bottom:.85rem;margin-bottom:1rem;border-bottom:2px solid var(--prx-teal)}.prx-region__list[data-astro-cid-vzt2jw7e]{display:grid;gap:.55rem;font-size:.9688rem}.prx-region__list[data-astro-cid-vzt2jw7e] li[data-astro-cid-vzt2jw7e]{position:relative;padding-left:1.1rem;line-height:1.7}.prx-region__list[data-astro-cid-vzt2jw7e] li[data-astro-cid-vzt2jw7e]:before{content:"";position:absolute;left:0;top:.72em;width:5px;height:5px;border-radius:999px;background:var(--prx-blue)}.prx-indications__note[data-astro-cid-vzt2jw7e]{margin-top:3.5rem}.prx-indications__figure[data-astro-cid-vzt2jw7e]{aspect-ratio:auto;background:none}.prx-indications__figure[data-astro-cid-vzt2jw7e] img{height:auto;object-fit:contain}.prx-indications__para[data-astro-cid-vzt2jw7e]{margin-top:1rem}.prx-steps[data-astro-cid-nxctqhib]{display:grid;gap:1.25rem;counter-reset:prx-step}@media(min-width:640px){.prx-steps[data-astro-cid-nxctqhib]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.prx-steps[data-astro-cid-nxctqhib]{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}.prx-step[data-astro-cid-nxctqhib]{position:relative;padding:1.75rem 1.35rem;border:1px solid var(--prx-rule);border-radius:var(--prx-radius);background:var(--prx-white);box-shadow:var(--prx-shadow)}@media(min-width:1024px){.prx-step[data-astro-cid-nxctqhib]:after{content:"";position:absolute;top:3.05rem;right:-1rem;width:1rem;height:1px;background:var(--prx-rule)}.prx-step[data-astro-cid-nxctqhib]:last-child:after{display:none}}.prx-step__n[data-astro-cid-nxctqhib]{display:inline-block;font-size:1.75rem;font-weight:900;line-height:1;color:var(--prx-blue);margin-bottom:.85rem}.prx-step__title[data-astro-cid-nxctqhib]{color:var(--prx-ink);font-weight:700;font-size:1.0625rem;margin-bottom:.55rem}.prx-step__text[data-astro-cid-nxctqhib]{font-size:.9375rem;line-height:1.8;color:var(--prx-ink-soft)}.prx-process__after[data-astro-cid-nxctqhib]{margin-top:4rem}.prx-process__para[data-astro-cid-nxctqhib]{margin-top:1rem}.prx-process__actions[data-astro-cid-nxctqhib]{margin-top:1.85rem}.prx-process__figure[data-astro-cid-nxctqhib]{aspect-ratio:4 / 3;background:var(--prx-grey-2)}.prx-disclaimer[data-astro-cid-vwg6di2e]{padding:1.25rem 1.5rem;border-left:3px solid var(--prx-rule);font-size:.875rem;line-height:1.85;color:var(--prx-ink-soft);text-wrap:pretty}.prx-sticky__note[data-astro-cid-kstf5ja7]{margin-top:.4rem;text-align:center;font-size:.8125rem;color:var(--prx-ink-soft)}.prx-whatis__figure[data-astro-cid-pq2qwm5f]{aspect-ratio:4 / 3}.prx-whatis__pair[data-astro-cid-pq2qwm5f]{margin-top:3.5rem}.prx-panel[data-astro-cid-pq2qwm5f]{border:1px solid var(--prx-rule);border-radius:var(--prx-radius);padding:1.75rem 1.5rem;height:100%}.prx-panel--yes[data-astro-cid-pq2qwm5f]{background:var(--prx-tint);border-color:#cfe6f4}.prx-panel[data-astro-cid-pq2qwm5f] .prx-h3[data-astro-cid-pq2qwm5f]{margin-bottom:1.1rem}.prx-tick[data-astro-cid-pq2qwm5f]{flex:none;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;margin-top:.25rem;border-radius:999px;font-size:.8125rem;font-weight:700;line-height:1}.prx-tick[data-astro-cid-pq2qwm5f]{background:var(--prx-blue);color:#fff}
