.section-header.svelte-1we6z9g{max-width:var(--section-max, var(--max, 1200px));margin-inline:auto;padding-inline:1rem;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:1.5rem}.section-header--in-column.svelte-1we6z9g{max-width:none;margin-inline:0;padding-inline:0}.section-header--center.svelte-1we6z9g{align-items:center;text-align:center}.section-header__eyebrow.svelte-1we6z9g{margin:0;font-size:var(--text-sm, .875rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.section-header__heading.svelte-1we6z9g{margin:0;font-family:var(--font-display, inherit);font-size:var(--display-sm, clamp(1.75rem, 1.3rem + 1.6vw, 2.5rem));font-weight:600;line-height:var(--leading-heading, 1.15)}.section-header--small.svelte-1we6z9g .section-header__heading:where(.svelte-1we6z9g){font-size:var(--display-xs, clamp(1.375rem, 1.1rem + 1vw, 1.75rem))}.section-header--large.svelte-1we6z9g .section-header__heading:where(.svelte-1we6z9g){font-size:var(--display-md, clamp(2.25rem, 1.6rem + 2.4vw, 3.5rem))}.section-header__emphasis.svelte-1we6z9g{font-style:var(--heading-em-style, normal);font-weight:var(--heading-em-weight, inherit);color:var(--heading-em-color, var(--accent, inherit))}.section-header__lede.svelte-1we6z9g{margin:0;max-width:var(--measure, 62ch);font-size:var(--text-md, 1.0625rem);line-height:var(--leading-body, 1.6);color:var(--text-secondary)}.section-header__line.svelte-1we6z9g{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 2rem;width:100%}.section-header--center.svelte-1we6z9g .section-header__line:where(.svelte-1we6z9g){flex-direction:column;align-items:center}.section-header__link.svelte-1we6z9g{display:inline-flex;align-items:baseline;gap:.45em;font-size:var(--text-sm, .875rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--link, var(--primary));text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.section-header__arrow.svelte-1we6z9g{display:inline-block;transition:transform var(--dur-fast, .15s) var(--ease, ease)}.section-header__link.svelte-1we6z9g:hover .section-header__arrow:where(.svelte-1we6z9g),.section-header__link.svelte-1we6z9g:focus-visible .section-header__arrow:where(.svelte-1we6z9g){transform:translate(.2em)}@media(prefers-reduced-motion:reduce){.section-header__link.svelte-1we6z9g:hover .section-header__arrow:where(.svelte-1we6z9g),.section-header__link.svelte-1we6z9g:focus-visible .section-header__arrow:where(.svelte-1we6z9g){transform:none}}picture.svelte-zfa1k8{display:contents}source.svelte-zfa1k8{display:none}img.svelte-zfa1k8{object-position:var(--cms-picture-focal, 50% 50%);background-color:var(--cms-picture-tone, transparent)}.cms-picture--cropped.svelte-zfa1k8{aspect-ratio:var(--cms-picture-ratio, auto);object-fit:cover}.hero.svelte-1k7h4vi{position:relative;display:flex;align-items:center;padding:2.5rem 2rem}.hero--image.svelte-1k7h4vi{padding:4rem 2rem}.hero.svelte-1k7h4vi .hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero--compact.svelte-1k7h4vi{min-height:320px}.hero--standard.svelte-1k7h4vi{min-height:480px}.hero--full.svelte-1k7h4vi{min-height:calc(100svh - var(--header-height, 4rem))}.hero--overlay-light.svelte-1k7h4vi:after,.hero--overlay-dark.svelte-1k7h4vi:after{content:"";position:absolute;inset:0}.hero--overlay-light.svelte-1k7h4vi:after{background:#ffffff80}.hero--overlay-dark.svelte-1k7h4vi:after{background:#00000080}.hero--overlay-dark.svelte-1k7h4vi{--text: var(--on-dark);--text-secondary: var(--on-dark);--bg: var(--on-light);color:var(--text)}.hero--overlay-light.svelte-1k7h4vi{--text: var(--on-light);--text-secondary: var(--on-light);--bg: var(--on-dark);color:var(--text)}.hero__content.svelte-1k7h4vi{position:relative;z-index:1;max-width:var(--section-max, 1200px);margin:0 auto;width:100%}.hero--title.svelte-1k7h4vi .hero__content:where(.svelte-1k7h4vi){max-width:var(--section-max, 68ch)}.hero__eyebrow.svelte-1k7h4vi{margin:0 0 .75rem;font-size:var(--text-sm, .875rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.hero__heading.svelte-1k7h4vi{font-family:var(--font-display, inherit);font-size:var(--display-lg, clamp(2rem, 5vw, 3.5rem));font-weight:700;line-height:var(--leading-display, 1.1);margin:0 0 1rem}.hero__emphasis.svelte-1k7h4vi{font-style:var(--heading-em-style, normal);font-weight:var(--heading-em-weight, inherit);color:var(--heading-em-color, var(--accent, inherit))}.hero__subheading.svelte-1k7h4vi{font-size:clamp(1rem,2vw,1.25rem);line-height:var(--leading-body, 1.6);margin:0 0 2rem;opacity:.85}.hero__actions.svelte-1k7h4vi{display:flex;gap:1rem;flex-wrap:wrap}.hero__cta.svelte-1k7h4vi{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:var(--button-radius, 6px);font-weight:600;font-size:1rem;text-decoration:none;text-transform:var(--button-case, none);letter-spacing:var(--button-tracking, normal);transition:opacity var(--dur-fast, .15s) var(--ease, ease),background var(--dur-fast, .15s) var(--ease, ease)}.hero__cta--primary.svelte-1k7h4vi{background:var(--button-bg, var(--text));color:var(--button-text, var(--bg))}.hero__cta--primary.svelte-1k7h4vi:hover{background:var( --button-hover-bg, color-mix(in srgb, var(--button-bg, var(--text)) 85%, black) )}.hero__cta--secondary.svelte-1k7h4vi{background:transparent;border:2px solid currentColor;color:var(--text)}.hero__cta--secondary.svelte-1k7h4vi:hover{opacity:.85}.hero--full-bleed.svelte-1k7h4vi{--hero-gutter: min(8px, var(--radius-lg, 8px));margin-inline:calc(50% - 50vw + var(--hero-gutter));border-radius:var(--radius-lg, 12px);overflow:hidden;align-items:flex-end;padding:clamp(1.5rem,5vw,3.5rem) clamp(1.25rem,4vw,3rem)}@media(min-width:768px){.hero--full-bleed.svelte-1k7h4vi{--hero-gutter: min(12px, var(--radius-lg, 12px));border-radius:var(--radius-lg, 16px)}}.cms-block:first-child>.hero--full-bleed.svelte-1k7h4vi{margin-top:calc(var(--hero-gutter) - 1rem)}.hero--full-bleed.hero--compact.svelte-1k7h4vi{min-height:50vh}.hero--full-bleed.hero--standard.svelte-1k7h4vi{min-height:70vh}.hero--full-bleed.hero--overlay-dark.svelte-1k7h4vi:after{background:linear-gradient(to top,#000000b8,#0000005c 45%,#0000000a)}.hero--full-bleed.hero--overlay-light.svelte-1k7h4vi:after{background:linear-gradient(to top,#ffffffc7,#fff6 45%,#ffffff0a)}.hero--full-bleed.svelte-1k7h4vi .hero__heading:where(.svelte-1k7h4vi){font-size:var(--display-xl, clamp(2.5rem, 7vw, 5.5rem));letter-spacing:-.02em;max-width:14ch}.hero--full-bleed.svelte-1k7h4vi .hero__subheading:where(.svelte-1k7h4vi){font-size:clamp(1.0625rem,2vw,1.375rem);max-width:40ch;opacity:.92}.hero--full-bleed.svelte-1k7h4vi .hero__cta:where(.svelte-1k7h4vi){padding:.875rem 1.75rem;border-radius:var(--button-radius, 999px)}.hero--split.svelte-1k7h4vi{display:grid;gap:2rem;align-items:center;max-width:var(--section-max, 1200px);margin-inline:auto;padding:3rem 1rem;min-height:0}@media(min-width:768px){.hero--split.svelte-1k7h4vi{grid-template-columns:1fr 1fr}}.hero--split.svelte-1k7h4vi .hero__content:where(.svelte-1k7h4vi){order:-1;max-width:none;margin:0}.hero--split.svelte-1k7h4vi .hero__bg{position:static;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;border-radius:var(--image-radius, 12px)}.hero--split.svelte-1k7h4vi .hero__object:where(.svelte-1k7h4vi){position:relative;margin:0;display:flex;flex-direction:column;gap:.75rem}.hero--split.svelte-1k7h4vi .hero__inset:where(.svelte-1k7h4vi){position:absolute;right:1.25rem;bottom:1.25rem;width:34%;max-width:15rem;line-height:0;border:.5rem solid var(--bg);border-radius:var(--image-radius, 12px);box-shadow:var(--shadow-2, 0 8px 24px rgb(0 0 0 / .12));overflow:hidden;background:var(--bg)}@media(max-width:767px){.hero--split.svelte-1k7h4vi .hero__inset:where(.svelte-1k7h4vi){position:static;width:55%;margin-top:-3rem;margin-inline-start:auto;right:auto;bottom:auto}}.hero--split.svelte-1k7h4vi .hero__inset:where(.svelte-1k7h4vi) img{display:block;width:100%;height:auto}.hero--split.svelte-1k7h4vi .hero__caption:where(.svelte-1k7h4vi){margin:0;font-family:var(--font-display, inherit);font-size:var(--text-md, 1.125rem);color:var(--text-secondary)}.product-grid-block.svelte-iov3a5{width:100%;max-width:var(--section-max, var(--max, 1200px));margin-inline:auto}.product-grid-block__heading.svelte-iov3a5{font-family:var(--font-display, inherit);font-size:1.5rem;font-weight:700;line-height:var(--leading-heading, normal);margin:0 0 1.5rem}.product-grid-block__grid.svelte-iov3a5{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);column-gap:2rem;row-gap:4rem}.product-grid-block__grid--across.svelte-iov3a5{grid-template-columns:var(--cms-columns, 1fr)}@media(min-width:900px){.product-grid-block__grid--across.svelte-iov3a5{grid-template-columns:var( --cms-columns-md, repeat(min(var(--columns, 4), 2), minmax(0, 1fr)) )}}@media(min-width:1200px){.product-grid-block__grid--across.svelte-iov3a5{grid-template-columns:var( --cms-columns-lg, repeat(var(--columns, 4), minmax(0, 1fr)) )}}.product-grid-block__grid--carousel.svelte-iov3a5{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1.5rem;padding-block:var(--card-shadow-room, 0px) calc(1rem + var(--card-shadow-room, 0px));margin-block:calc(var(--card-shadow-room, 0px) * -1);-webkit-overflow-scrolling:touch}.product-grid-block__grid--carousel.svelte-iov3a5 .product-card{flex:0 0 280px;scroll-snap-align:start}.product-grid-block__error.svelte-iov3a5,.product-grid-block__empty.svelte-iov3a5{color:var(--text-secondary);font-size:.875rem}@media(max-width:1100px){.product-grid-block__grid.svelte-iov3a5:not(.product-grid-block__grid--across){grid-template-columns:repeat(min(var(--columns, 4),2),1fr)}}@media(max-width:640px){.product-grid-block__grid.svelte-iov3a5:not(.product-grid-block__grid--across){grid-template-columns:1fr}}.rich-text.svelte-6rek7n{font-family:var(--font-family, inherit);max-width:var(--section-max, 68ch);margin-inline:auto}.rich-text.svelte-6rek7n h1,.rich-text.svelte-6rek7n h2,.rich-text.svelte-6rek7n h3,.rich-text.svelte-6rek7n h4,.rich-text.svelte-6rek7n h5,.rich-text.svelte-6rek7n h6{margin:1.5em 0 .5em;line-height:var(--leading-heading, 1.2);font-weight:700}.rich-text.svelte-6rek7n h1{font-size:2rem}.rich-text.svelte-6rek7n h2{font-size:1.5rem}.rich-text.svelte-6rek7n h3{font-size:1.25rem}.rich-text.svelte-6rek7n p{margin:0 0 1em;line-height:var(--leading-body, 1.6)}.rich-text.svelte-6rek7n blockquote{margin:0 0 1em;padding-inline-start:1em;border-inline-start:3px solid var(--border, rgb(0 0 0 / .1));color:var(--text-secondary, rgb(0 0 0 / .6))}.rich-text.svelte-6rek7n hr{margin:2em 0;border:0;border-top:1px solid var(--border, rgb(0 0 0 / .1))}.rich-text.svelte-6rek7n ul,.rich-text.svelte-6rek7n ol{margin:0 0 1em;padding-left:1.5em}.rich-text.svelte-6rek7n li{margin-bottom:.35em;line-height:1.5}.rich-text.svelte-6rek7n a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.rich-text.svelte-6rek7n code{font-family:monospace;font-size:.875em;background:color-mix(in srgb,var(--text) 8%,var(--bg));padding:.1em .35em;border-radius:var( --radius-xs, 3px )}.rich-text.svelte-6rek7n strong{font-weight:700}.rich-text.svelte-6rek7n em{font-style:italic}.rich-text.svelte-6rek7n s{text-decoration:line-through}.rich-text.svelte-6rek7n u{text-decoration:underline}.banner.svelte-168s3fw{display:flex;align-items:center;gap:1rem;padding:.75rem 1.25rem;border-radius:var( --radius-md, 6px );border:1px solid var(--border);font-size:.9375rem;max-width:var(--section-max, none);margin-inline:auto}.banner--info.svelte-168s3fw{background:color-mix(in srgb,var(--primary) 8%,var(--bg));border-color:color-mix(in srgb,var(--primary) 20%,var(--border))}.banner--success.svelte-168s3fw{background:color-mix(in srgb,var(--selected-color) 10%,var(--bg));border-color:color-mix(in srgb,var(--selected-color) 30%,var(--border));color:var(--selected-color)}.banner--warning.svelte-168s3fw{background:color-mix(in srgb,#f59e0b 10%,var(--bg));border-color:color-mix(in srgb,#f59e0b 30%,var(--border));color:#b45309}.banner--promo.svelte-168s3fw{background:var(--primary);color:var(--bg);border-color:transparent}.banner__text.svelte-168s3fw{flex:1}.banner__cta.svelte-168s3fw{font-weight:600;white-space:nowrap;text-decoration:underline;text-underline-offset:2px;color:inherit}.banner__close.svelte-168s3fw{background:none;border:none;cursor:pointer;padding:.25rem;color:inherit;opacity:.6;font-size:.875rem;line-height:1;flex-shrink:0}.banner__close.svelte-168s3fw:hover{opacity:1}.cta.svelte-dt76i2{padding:4rem 2rem;text-align:center;border:1px solid var(--border);border-radius:var( --panel-radius, 8px );background:var(--section-bg, var(--bg));max-width:var(--section-max, none);margin-inline:auto}.cta--left.svelte-dt76i2{text-align:left}.cta--right.svelte-dt76i2{text-align:right}.cta__heading.svelte-dt76i2{font-family:var(--font-display, inherit);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;margin:0 0 1rem;line-height:var(--leading-heading, 1.2)}.cta__body.svelte-dt76i2{font-size:1.0625rem;color:var(--text-secondary);margin:0 0 2rem;max-width:56ch}.cta--left.svelte-dt76i2 .cta__body:where(.svelte-dt76i2),.cta--right.svelte-dt76i2 .cta__body:where(.svelte-dt76i2){max-width:56ch;margin-left:0;margin-right:0}.cta.svelte-dt76i2:not(.cta--left):not(.cta--right) .cta__body:where(.svelte-dt76i2){margin-left:auto;margin-right:auto}.cta__button.svelte-dt76i2{display:inline-flex;align-items:center;padding:.75rem 2rem;background:var(--button-bg, var(--text));color:var(--button-text, var(--bg));border-radius:var(--button-radius, 6px);font-weight:600;font-size:1rem;text-decoration:none;text-transform:var(--button-case, none);letter-spacing:var(--button-tracking, normal);transition:background var(--dur-fast, .15s) var(--ease, ease)}.cta__button.svelte-dt76i2:hover{background:var( --button-hover-bg, color-mix(in srgb, var(--button-bg, var(--text)) 85%, black) )}.image.svelte-1pwmdhr{margin:0 auto;padding-inline:1rem;width:100%}.image--narrow.svelte-1pwmdhr{max-width:var(--section-max, 640px)}.image--normal.svelte-1pwmdhr{max-width:var(--section-max, 900px)}.image--wide.svelte-1pwmdhr{max-width:var(--section-max, 1200px)}.image--full.svelte-1pwmdhr{max-width:var(--section-max, none);padding-inline:0}.image.svelte-1pwmdhr img{display:block;width:100%;height:auto;border-radius:var( --image-radius, 8px )}.image--full.svelte-1pwmdhr img{border-radius:0}figcaption.svelte-1pwmdhr{margin-top:.5rem;font-size:.875rem;color:var(--text-secondary);text-align:center}.rows.svelte-65ruo3{list-style:none;margin:0;padding:0;display:grid;gap:0 2rem;grid-template-columns:var(--cms-columns, 1fr)}@media(min-width:900px){.rows.svelte-65ruo3{grid-template-columns:var(--cms-columns-md, var(--cms-columns, 1fr))}}@media(min-width:1200px){.rows.svelte-65ruo3{grid-template-columns:var( --cms-columns-lg, var(--cms-columns-md, var(--cms-columns, 1fr)) )}}.rows__row.svelte-65ruo3{display:flex;gap:1rem;padding-block:1.25rem;border-top:var(--divider, none)}.rows--dense.svelte-65ruo3 .rows__row:where(.svelte-65ruo3){padding-block:.5rem}.rows__marker.svelte-65ruo3{flex:0 0 auto;min-width:1.5em;font-size:var(--display-xs, clamp(1.375rem, 1.1rem + 1vw, 1.75rem));font-weight:600;line-height:1.2;font-variant-numeric:tabular-nums;color:var(--accent, var(--text-secondary))}.rows__body.svelte-65ruo3{display:flex;flex-direction:column;gap:.25rem;min-width:0}.rows__name.svelte-65ruo3{font-weight:600;font-size:var(--text-md, 1.125rem);line-height:1.35}.rows__text.svelte-65ruo3{margin:0;max-width:var(--measure, 62ch);font-size:var(--text-base, 1rem);line-height:1.6;color:var(--text-secondary)}.media-text.svelte-fio1zd{max-width:var(--section-max, 1200px);margin:0 auto;padding:2rem 1rem;display:grid;gap:2rem;align-items:center}.media-text--align-start.svelte-fio1zd{align-items:start}.media-text--copy-first.svelte-fio1zd .copy:where(.svelte-fio1zd){order:-1}@media(min-width:768px){.media-text.svelte-fio1zd{grid-template-columns:1fr 1fr}.media-text--copy-first.svelte-fio1zd .copy:where(.svelte-fio1zd){order:0}.media-text--reversed.svelte-fio1zd .media:where(.svelte-fio1zd){order:2}}.media.svelte-fio1zd img{display:block;width:100%;height:auto;border-radius:var( --image-radius, 8px )}.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd){align-self:stretch;margin-inline:calc((var(--section-pad-inline, 0px) + 1rem) * -1);margin-block-start:calc((var(--section-pad-block, 0px) + 2rem) * -1)}.media-text--copy-first.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd){margin-block-start:0;margin-block-end:calc((var(--section-pad-block, 0px) + 2rem) * -1)}.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd) img{border-radius:0;height:100%;object-fit:cover}.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd){display:block}.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd) picture{display:block;height:100%}@media(min-width:768px){.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd),.media-text--copy-first.media-text--bleed.svelte-fio1zd .media:where(.svelte-fio1zd){margin-block:calc((var(--section-pad-block, 0px) + 2rem) * -1);margin-inline-start:calc((var(--section-pad-inline, 0px) + 1rem) * -1);margin-inline-end:0}.media-text--bleed.media-text--reversed.svelte-fio1zd .media:where(.svelte-fio1zd),.media-text--copy-first.media-text--bleed.media-text--reversed.svelte-fio1zd .media:where(.svelte-fio1zd){margin-inline-start:0;margin-inline-end:calc((var(--section-pad-inline, 0px) + 1rem) * -1)}}.copy.svelte-fio1zd{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.copy.svelte-fio1zd>.rows{align-self:stretch}h2.svelte-fio1zd{font-family:var(--font-display, inherit);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:var(--leading-heading, 1.2);margin:0}p.svelte-fio1zd{margin:0;line-height:var(--leading-body, 1.6);color:var(--text-secondary)}.cta.svelte-fio1zd{display:inline-flex;padding:.75rem 1.5rem;border-radius:var(--button-radius, 6px);font-weight:600;text-decoration:none;text-transform:var(--button-case, none);letter-spacing:var(--button-tracking, normal);background:var(--button-bg, var(--text));color:var(--button-text, var(--bg))}.usp.svelte-377r8c{border-block:1px solid var(--border);background:var(--section-bg, transparent)}.line-row.svelte-377r8c{max-width:var(--section-max, 1200px);margin:0 auto;padding:1rem;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem 1.5rem}.usp--line.svelte-377r8c li:where(.svelte-377r8c){display:inline-flex;align-items:baseline;gap:1.5rem}.line-label.svelte-377r8c{font-size:var(--text-xs, .75rem);font-weight:600;letter-spacing:.12em;text-transform:uppercase}.mark.svelte-377r8c{font-size:var(--text-xs, .75rem);opacity:.45}.usp--ruled.svelte-377r8c li:where(.svelte-377r8c)+li:where(.svelte-377r8c),.usp--ruled.svelte-377r8c li:where(.svelte-377r8c):not(:first-child){border-inline-start:1px solid var(--border);padding-inline-start:1.5rem}ul.svelte-377r8c{max-width:var(--section-max, 1200px);margin:0 auto;padding:1.5rem 1rem;list-style:none;display:grid;gap:1.25rem 2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}li.svelte-377r8c{display:flex;align-items:flex-start;gap:.75rem}svg.svelte-377r8c{width:1.5rem;height:1.5rem;flex-shrink:0;color:var(--link, var(--primary))}div.svelte-377r8c{display:flex;flex-direction:column;gap:.15rem;min-width:0}.label.svelte-377r8c{font-weight:600;font-size:.9375rem}.description.svelte-377r8c{font-size:.8125rem;color:var(--text-secondary);line-height:1.45}.rows-column.svelte-377r8c{max-width:var(--section-max, 1200px);margin:0 auto;padding:1.5rem 1rem;--cms-columns: repeat(auto-fit, minmax(200px, 1fr))}.faq.svelte-z9cu24{max-width:var(--section-max, 800px);margin:0 auto;padding:2rem 1rem}h2.svelte-z9cu24{font-family:var(--font-display, inherit);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:var(--leading-heading, normal);margin:0 0 1.5rem}.items.svelte-z9cu24{display:grid;grid-template-columns:var(--cms-columns, 1fr);column-gap:2rem}@media(min-width:900px){.items.svelte-z9cu24{grid-template-columns:var(--cms-columns-md, var(--cms-columns, 1fr))}}@media(min-width:1200px){.items.svelte-z9cu24{grid-template-columns:var( --cms-columns-lg, var(--cms-columns-md, var(--cms-columns, 1fr)) )}}details.svelte-z9cu24{border-bottom:1px solid var(--border)}summary.svelte-z9cu24{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;cursor:pointer;font-weight:600;list-style:none}summary.svelte-z9cu24::-webkit-details-marker{display:none}summary.svelte-z9cu24:focus-visible{outline:2px solid color-mix(in srgb,var(--text) 35%,transparent);outline-offset:2px}svg.svelte-z9cu24{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform var(--dur-fast, .15s) var(--ease, ease)}details[open].svelte-z9cu24 svg:where(.svelte-z9cu24){transform:rotate(180deg)}p.svelte-z9cu24{margin:0;padding:0 0 1rem;line-height:1.6;color:var(--text-secondary);white-space:pre-line}@media(prefers-reduced-motion:reduce){svg.svelte-z9cu24{transition:none}}.testimonials.svelte-g5u1cm{max-width:var(--section-max, 1200px);margin:0 auto;padding:2rem 1rem}h2.svelte-g5u1cm{font-family:var(--font-display, inherit);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:var(--leading-heading, normal);margin:0 0 1.5rem}.grid.svelte-g5u1cm{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}figure.svelte-g5u1cm{margin:0;padding:1.5rem;border:1px solid var(--border);border-radius:var( --card-radius, 10px );display:flex;flex-direction:column;gap:.75rem}.rating.svelte-g5u1cm{color:var(--link, var(--primary));letter-spacing:.1em}blockquote.svelte-g5u1cm{margin:0;line-height:1.6}figcaption.svelte-g5u1cm{margin-top:auto;display:flex;flex-direction:column;gap:.15rem}.author.svelte-g5u1cm{font-weight:600;font-size:.9375rem}.role.svelte-g5u1cm{font-size:.8125rem;color:var(--text-secondary)}.cms-block.svelte-1vzspnk{margin-bottom:var(--section-gap, 0px);padding-top:var(--section-space-above, 0px)}.cms-block.svelte-1vzspnk:last-child{margin-bottom:0}.cms-block.svelte-1vzspnk:first-child{padding-top:0}.cms-block--section.svelte-1vzspnk{background:var(--section-ground, transparent);color:var(--text);margin-inline:var(--section-bleed, 0px);padding-inline:var(--section-pad-inline, 0px);border-top:var(--section-divider-top, 0 none);border-bottom:var(--section-divider-bottom, 0 none)}.cms-block.cms-block--section.svelte-1vzspnk{padding-top:calc(var(--section-space-above, 0px) + var(--section-pad-start, var(--section-pad-block, 0px)));padding-bottom:var(--section-pad-end, var(--section-pad-block, 0px));margin-bottom:var(--section-margin-bottom, var(--section-gap, 0px))}.cms-block.cms-block--section.svelte-1vzspnk:first-child{padding-top:var(--section-pad-start, var(--section-pad-block, 0px))}.cms-block.cms-block--section.svelte-1vzspnk:last-child{margin-bottom:0}@media(max-width:899.98px){.cms-block--hide-narrow.svelte-1vzspnk{display:none}}@media(min-width:900px){.cms-block--hide-wide.svelte-1vzspnk{display:none}}.cms-block--reveal-fade.svelte-1vzspnk{transition:opacity var(--dur-slow, .5s) var(--ease, ease)}.cms-block--reveal-rise.svelte-1vzspnk{transition:opacity var(--dur-slow, .5s) var(--ease, ease),transform var(--dur-slow, .5s) var(--ease, ease)}.cms-block--reveal-pending{opacity:0}.cms-block--reveal-rise.svelte-1vzspnk.cms-block--reveal-pending{transform:translateY(1.5rem)}@media(prefers-reduced-motion:reduce){.cms-block--reveal-rise.svelte-1vzspnk.cms-block--reveal-pending{transform:none}}.cms-block.svelte-1vzspnk{scroll-margin-top:calc(var(--header-h, 0px) + var(--space-5, 0px))}
