@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-sans);color:var(--text-primary);background:var(--surface-base)}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-bold);line-height:1.4;margin:0;color:var(--text-primary)}h1{font-size:4rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.75rem}h5{font-size:1.5rem}h6{font-size:1rem}p{margin:0;line-height:1.4;color:var(--text-secondary)}a{color:var(--brand-primary);text-decoration:none}a:hover{color:var(--brand-hover)}img{max-width:100%;display:block}button{font-family:var(--font-sans)}:focus-visible{outline:var(--border-thick) solid var(--brand-primary);outline-offset:var(--space-012)}.wrapper{--padding-inline: var(--space-100);--content-max-width: 70rem;--breakout-max-width: 90rem;--breakin-max-width: 50rem;--breakout-size: calc((var(--breakout-max-width) - var(--content-max-width)) / 2);--breakout-size-responsive: clamp( 0px, calc((100vw - (var(--content-max-width) + (var(--padding-inline) * 2))) / 2), var(--breakout-size) );padding-block:var(--section-space);display:grid;grid-template-columns:[full-start] minmax(var(--padding-inline),1fr) [breakout-start] minmax(0,var(--breakout-size-responsive)) [content-start] minmax(0,min(100% - (var(--padding-inline) * 2),var(--content-max-width))) [content-end] minmax(0,var(--breakout-size-responsive)) [breakout-end] minmax(var(--padding-inline),1fr) [full-end];position:relative}.wrapper>:not([data-layout=breakout],[data-layout=full]),[data-layout=full]>:not([data-layout=breakout],[data-layout=full]){grid-column:content-start / content-end}[data-layout=breakin]{max-width:min(var(--breakin-max-width),100%);width:100%;justify-self:center}[data-layout=breakin]:not([data-layout=full],[data-layout=breakout]){grid-column:content-start / content-end}[data-layout=breakout]>:not([data-layout=breakout],[data-layout=full]),[data-layout=full]>:not([data-layout=breakout],[data-layout=full]){grid-column:breakout-start / breakout-end}.wrapper>[data-layout=breakout]{grid-column:breakout-start / breakout-end}.wrapper>[data-layout=full]{grid-column:full-start / full-end;display:grid;grid-template-columns:inherit}@media(min-width:64rem){.wrapper{--padding-inline: var(--space-200)}}.wrapper:before{content:"";position:absolute;inset-inline:0;top:0;height:1px;background:var(--border-default)}main>.wrapper:first-of-type:not(.hero){margin-top:5rem;border:none}main>.wrapper:first-of-type:not(.hero):before{display:none}:root{--color-neutral-50: #fafafa;--color-neutral-100: #f4f4f4;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-brand-50: #f6effd;--color-brand-100: #e3cffb;--color-brand-200: #c9a2f7;--color-brand-300: #ac6cf3;--color-brand-400: #923ff0;--color-brand-500: #7a1bea;--color-brand-600: #6512c3;--color-brand-700: #530e9d;--color-brand-800: #3d0974;--color-brand-900: #28064d;--color-accent-yellow: #f5d93d;--color-accent-purple: #9b5cff;--color-accent-black: #000}:root{--text-primary: var(--color-neutral-900);--text-secondary: var(--color-neutral-600);--text-inverse: #fff;--surface-base: #fff;--surface-alt: var(--color-neutral-50);--border-default: var(--color-neutral-200);--border-primary: var(--color-brand-500);--brand-primary: var(--color-brand-500);--brand-hover: var(--color-brand-600)}:root{--space-0: 0;--space-px: .0625rem;--space-012: .125rem;--space-025: .25rem;--space-037: .375rem;--space-050: .5rem;--space-062: .625rem;--space-075: .75rem;--space-087: .875rem;--space-100: 1rem;--space-125: 1.25rem;--space-150: 1.5rem;--space-200: 2rem;--space-225: 2.25rem;--space-250: 2.5rem;--space-300: 3rem;--space-350: 3.5rem;--space-400: 4rem;--space-500: 5rem;--space-600: 6rem;--space-700: 7rem;--space-800: 8rem;--space-900: 9rem}:root{--font-sans: "DM Sans", "DM Sans Pro", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--text-4xl: 3rem;--leading-tight: 1.1;--leading-normal: 1.4;--leading-relaxed: 1.6;--weight-regular: 400;--weight-medium: 500;--weight-bold: 700}:root{--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px}:root{--shadow-sm: 0 1px 2px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .16)}:root{--border-width: 1px;--border-thick: 2px;--max-width: calc(var(--space-400) * 18);--content-gutter: var(--space-200);--padding-inline: var(--space-200);--breakout-size: var(--space-300);--content-max-width: var(--max-width)}:root.dark{--text-primary: #fff;--surface-base: #111;--surface-alt: #1a1a1a}:root{--section-space: var(--space-300)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-brand{color:var(--brand-primary)}.bg-brand{background:var(--brand-primary)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.weight-regular{font-weight:var(--weight-regular)}.weight-medium{font-weight:var(--weight-medium)}.weight-bold{font-weight:var(--weight-bold)}.flex{display:flex}.grid{display:grid}.center{justify-content:center;align-items:center}.rounded-md{border-radius:var(--radius-md)}.shadow-md{box-shadow:var(--shadow-md)}.container{width:min(var(--max-width),100%);margin:0 auto;padding:0 var(--content-gutter)}.btn{display:inline-flex;align-items:center;gap:var(--space-050);padding:var(--space-075) var(--space-150);border-radius:var(--radius-full);border:var(--border-width) solid var(--brand-primary);color:var(--text-inverse);background:var(--brand-primary);font-weight:var(--weight-medium);text-decoration:none;transition:background .2s ease,box-shadow .2s ease}.btn.secondary{background:transparent;color:var(--brand-primary);border-color:var(--brand-primary)}.btn:hover{background:var(--brand-hover);color:var(--text-inverse);box-shadow:var(--shadow-md)}.section-title{font-size:var(--text-3xl);margin-bottom:var(--space-150)}.muted{color:var(--text-secondary)}.hero:where(.astro-nyggxckd){position:relative;overflow:hidden;color:var(--text-primary);background-image:var(--hero-bg-desktop);background-size:cover;background-position:center;min-height:70vh}.hero__content:where(.astro-nyggxckd){position:relative;max-width:min(calc(var(--content-max-width) / 1.8),100%);display:flex;gap:var(--space-250);min-height:70vh;flex-direction:column;justify-content:center}.hero__subtitle:where(.astro-nyggxckd){margin:0;font-weight:var(--weight-medium);letter-spacing:calc(var(--space-012) / 2);color:var(--brand-primary)}.hero__title:where(.astro-nyggxckd){line-height:1;font-size:clamp(2.5rem,5vw,4rem)}.hero__description:where(.astro-nyggxckd){margin:0;color:var(--text-primary)}.hero__stores:where(.astro-nyggxckd){display:flex;gap:var(--space-050);flex-wrap:wrap}.hero__store-link:where(.astro-nyggxckd){display:inline-flex;align-items:center;justify-content:center}.hero__store-icon:where(.astro-nyggxckd){height:45px;width:auto}.hero__decor:where(.astro-nyggxckd){position:absolute;inset:0;pointer-events:none}.hero__decor-item:where(.astro-nyggxckd){position:absolute;width:clamp(1.5rem,3vw,2rem);height:auto;object-fit:contain;filter:drop-shadow(var(--shadow-sm));transform:translate(-50%,-50%);opacity:.9}.hero__decor-item:where(.astro-nyggxckd):nth-child(1){top:18%;left:78%;animation-delay:-3s}.hero__decor-item:where(.astro-nyggxckd):nth-child(2){top:34%;left:70%;animation-delay:-6s}.hero__decor-item:where(.astro-nyggxckd):nth-child(3){top:40%;left:84%;animation-delay:-9s}.hero__decor-item:where(.astro-nyggxckd):nth-child(4){top:66%;left:74%;animation-delay:-12s}.hero__decor-item:where(.astro-nyggxckd)[src*=ellipse]{animation:decorPulse 7s ease-in-out infinite}.hero__decor-item:where(.astro-nyggxckd)[src*=triangle]{animation:decorRotate 18s linear infinite}.hero__decor-item:where(.astro-nyggxckd)[src*=spark]{animation:decorRotateReverse 16s linear infinite}@keyframes decorPulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:.4}50%{transform:translate(-50%,-52%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(.9);opacity:.4}}@keyframes decorRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes decorRotateReverse{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@media(max-width:960px){.hero:where(.astro-nyggxckd){padding:var(--space-300) var(--space-150);padding-top:var(--space-300);background-image:var(--hero-bg-tablet)}}@media(max-width:640px){.hero:where(.astro-nyggxckd){padding:var(--space-200) var(--space-100);background-image:var(--hero-bg-mobile)}}.slalom:where(.astro-fbwocrwk){position:relative}.slalom__body:where(.astro-fbwocrwk){display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-200);align-items:center;border-radius:var(--radius-lg)}.slalom--right:where(.astro-fbwocrwk) .slalom__media:where(.astro-fbwocrwk){order:2}.slalom__media:where(.astro-fbwocrwk){width:100%}.slalom__image:where(.astro-fbwocrwk){width:100%;border-radius:var(--radius-lg);object-fit:cover}.slalom__content:where(.astro-fbwocrwk){display:grid;gap:var(--space-075)}.slalom__eyebrow:where(.astro-fbwocrwk){margin:0;font-weight:var(--weight-medium);letter-spacing:calc(var(--space-012) / 2);color:var(--brand-primary);text-transform:uppercase}.slalom__title:where(.astro-fbwocrwk){margin:0}.slalom__description:where(.astro-fbwocrwk){margin:0;color:var(--text-secondary);line-height:var(--leading-normal)}.slalom__list:where(.astro-fbwocrwk){list-style:none;margin:0;padding:0;display:grid;gap:var(--space-050)}.slalom__item:where(.astro-fbwocrwk){display:grid;grid-template-columns:auto 1fr;gap:var(--space-050);align-items:start}.slalom__item-icon:where(.astro-fbwocrwk){width:var(--space-200);height:var(--space-200);object-fit:contain}.slalom__item-title:where(.astro-fbwocrwk){margin:0;font-weight:var(--weight-medium)}.slalom__item-description:where(.astro-fbwocrwk){margin:0;color:var(--text-secondary);line-height:var(--leading-normal)}.slalom__actions:where(.astro-fbwocrwk){display:flex;gap:var(--space-050);margin-top:var(--space-025)}.slalom__button:where(.astro-fbwocrwk){display:inline-flex;padding:var(--space-050) var(--space-100);border-radius:var(--radius-full);text-decoration:none;font-weight:var(--weight-medium);border:var(--border-width) solid transparent}.slalom__button--primary:where(.astro-fbwocrwk){background:var(--brand-primary);color:var(--text-inverse);border-color:var(--brand-primary)}.slalom__button--secondary:where(.astro-fbwocrwk){background:transparent;color:var(--brand-primary);border-color:var(--brand-primary)}.highlight:where(.astro-5mugl6r3){position:relative}.highlight__body:where(.astro-5mugl6r3){display:grid;gap:var(--space-150);padding:var(--space-300) var(--padding-inline);background:var(--surface-base);border-radius:var(--radius-lg);border:var(--border-width) solid var(--border-default);box-shadow:var(--shadow-sm)}.highlight__header:where(.astro-5mugl6r3){display:grid;gap:var(--space-050)}.highlight__title:where(.astro-5mugl6r3){margin:0}.highlight__description:where(.astro-5mugl6r3){margin:0;color:var(--text-secondary);line-height:var(--leading-normal)}.highlight__grid:where(.astro-5mugl6r3){display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-100)}.highlight__item:where(.astro-5mugl6r3){display:grid;gap:var(--space-050);padding:var(--space-100);border-radius:var(--radius-md);background:var(--surface-alt);border:var(--border-width) solid var(--border-default)}.highlight__icon:where(.astro-5mugl6r3){width:var(--space-200);height:var(--space-200);object-fit:contain}.highlight__item-title:where(.astro-5mugl6r3){margin:0;font-weight:var(--weight-bold)}.highlight__item-description:where(.astro-5mugl6r3){margin:0;color:var(--text-secondary);line-height:var(--leading-normal)}.content:where(.astro-ggkjwjqe){position:relative}.content__container:where(.astro-ggkjwjqe){background:#fff}.content__body:where(.astro-ggkjwjqe){display:flex;flex-direction:column;gap:var(--space-025);align-items:center;text-align:center}.content__headline:where(.astro-ggkjwjqe){display:inline-flex;align-items:baseline;gap:var(--space-025);flex-wrap:wrap;justify-content:center}.content__title:where(.astro-ggkjwjqe),.content__description:where(.astro-ggkjwjqe){margin:0}.content__description:where(.astro-ggkjwjqe) a{text-decoration-line:underline;text-decoration-style:wavy;text-decoration-color:currentColor;text-decoration-thickness:3px;text-decoration-skip-ink:auto;text-underline-offset:10px}.content__description:where(.astro-ggkjwjqe) a:hover{color:#4c1fb5}.content:where(.astro-ggkjwjqe)[data-align=left] .content__body:where(.astro-ggkjwjqe){align-items:flex-start;text-align:left}.content:where(.astro-ggkjwjqe)[data-align=left] .content__headline:where(.astro-ggkjwjqe){justify-content:flex-start}.content:where(.astro-ggkjwjqe)[data-align=right] .content__body:where(.astro-ggkjwjqe){align-items:flex-end;text-align:right}.content:where(.astro-ggkjwjqe)[data-align=right] .content__headline:where(.astro-ggkjwjqe){justify-content:flex-end}@media(max-width:640px){.content__container:where(.astro-ggkjwjqe){padding:var(--space-150) var(--padding-inline)}}.stats:where(.astro-chjeunbo){position:relative}.stats__body:where(.astro-chjeunbo){display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-100);padding:var(--space-200) var(--padding-inline);border-radius:var(--radius-lg);background:var(--surface-base);border:var(--border-width) solid var(--border-default);box-shadow:var(--shadow-sm)}.stats__item:where(.astro-chjeunbo){display:grid;gap:var(--space-025);text-align:center}.stats__value:where(.astro-chjeunbo){margin:0;font-weight:var(--weight-bold);color:var(--brand-primary)}.stats__label:where(.astro-chjeunbo){margin:0;font-weight:var(--weight-medium)}.stats__subtext:where(.astro-chjeunbo){margin:0;color:var(--text-secondary)}.features:where(.astro-do65umoj){position:relative}.features__body:where(.astro-do65umoj){display:grid;gap:var(--space-150);padding:var(--space-300) var(--padding-inline);background:var(--surface-base);border-radius:var(--radius-lg);border:var(--border-width) solid var(--border-default);box-shadow:var(--shadow-sm)}.features__header:where(.astro-do65umoj){display:grid;gap:var(--space-050)}.features__title:where(.astro-do65umoj){margin:0}.features__description:where(.astro-do65umoj){margin:0;color:var(--text-secondary)}.features__list:where(.astro-do65umoj){display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-100)}.features__item:where(.astro-do65umoj){display:grid;grid-template-columns:auto 1fr;gap:var(--space-050);align-items:start;padding:var(--space-100);border-radius:var(--radius-md);background:var(--surface-alt);border:var(--border-width) solid var(--border-default)}.features__icon:where(.astro-do65umoj){width:var(--space-200);height:var(--space-200);object-fit:contain}.features__item-title:where(.astro-do65umoj){margin:0;font-weight:var(--weight-medium)}.features__item-description:where(.astro-do65umoj){margin:0;color:var(--text-secondary);line-height:var(--leading-normal)}.grid-block:where(.astro-n2lkd5je){position:relative}.grid-block__body:where(.astro-n2lkd5je){display:grid;gap:var(--space-150)}.grid-block__header:where(.astro-n2lkd5je){display:grid;gap:var(--space-050)}.grid-block__title:where(.astro-n2lkd5je){margin:0}.grid-block__description:where(.astro-n2lkd5je){margin:0;color:var(--text-secondary)}.grid-block__items:where(.astro-n2lkd5je){display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:var(--space-100)}.grid-block__item:where(.astro-n2lkd5je){padding:var(--space-100);border-radius:var(--radius-md);border:var(--border-width) solid var(--border-default);background:var(--surface-base);display:grid;gap:var(--space-050);box-shadow:var(--shadow-sm)}.grid-block__media:where(.astro-n2lkd5je){width:100%;border-radius:var(--radius-sm);object-fit:cover}.grid-block__item-title:where(.astro-n2lkd5je){margin:0}.grid-block__item-description:where(.astro-n2lkd5je){margin:0;color:var(--text-secondary)}.grid-block__link:where(.astro-n2lkd5je){margin-top:var(--space-012);color:var(--brand-primary);font-weight:var(--weight-medium);text-decoration:none}.grid-block__link:where(.astro-n2lkd5je):hover{text-decoration:underline}@media(max-width:960px){.grid-block__items:where(.astro-n2lkd5je){grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.testimonials:where(.astro-ye2zphw2){position:relative}.testimonials__body:where(.astro-ye2zphw2){display:grid;gap:var(--space-150);justify-items:center;text-align:center}.testimonials__title:where(.astro-ye2zphw2){margin:0}.testimonials__viewport:where(.astro-ye2zphw2){min-height:240px;overflow:hidden;position:relative;margin:0 auto}.testimonials__track:where(.astro-ye2zphw2){display:flex;width:calc(100% * var(--count, 1));height:100%;transition:transform .4s ease;transform:translate(calc(-100% / var(--count, 1) * var(--active-index, 0)));will-change:transform}.testimonial-card:where(.astro-ye2zphw2){flex:0 0 calc(100% / var(--count, 1));display:grid;grid-template-columns:auto 1fr;gap:var(--space-075);align-items:center;justify-content:center;margin:0;max-width:100%;border-radius:var(--radius-lg);background:var(--surface-base);box-shadow:var(--shadow-sm)}.testimonial-card__avatar:where(.astro-ye2zphw2){width:88px;height:88px;border-radius:var(--radius-full);object-fit:cover;border:var(--border-width) solid var(--border-default);box-shadow:var(--shadow-sm);margin:auto}.testimonial-card__content:where(.astro-ye2zphw2){text-align:left;display:grid;gap:var(--space-025)}.testimonial-card__name:where(.astro-ye2zphw2){margin:0;font-weight:var(--weight-bold);color:var(--text-primary)}.testimonial-card__role:where(.astro-ye2zphw2){margin:0;color:var(--text-secondary)}.testimonial-card__quote:where(.astro-ye2zphw2){margin:0;color:var(--text-secondary)}.testimonials__dots:where(.astro-ye2zphw2){display:flex;gap:var(--space-050);align-items:center;justify-content:center}.testimonials__dot:where(.astro-ye2zphw2){width:10px;height:10px;border-radius:999px;border:none;background:var(--color-neutral-200);padding:0;cursor:pointer;transition:background .15s ease,transform .15s ease}.testimonials__dot:where(.astro-ye2zphw2).is-active{background:var(--brand-primary);transform:scale(1.1)}.testimonials__dot:where(.astro-ye2zphw2):hover{background:var(--brand-hover)}@media(max-width:720px){.testimonials__body:where(.astro-ye2zphw2){padding:var(--space-200) var(--padding-inline)}.testimonials__viewport:where(.astro-ye2zphw2){min-height:220px;width:100%}.testimonial-card:where(.astro-ye2zphw2){grid-template-columns:1fr;text-align:center;max-width:100%}.testimonial-card__content:where(.astro-ye2zphw2){text-align:center}}.pillars:where(.astro-ezkgafpk){position:relative;--section-space: var(--space-200);padding-block:var(--section-space)}.pillars__body:where(.astro-ezkgafpk){background:var(--surface-base)}.pillars__grid:where(.astro-ezkgafpk){display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-200)}.pillars__item:where(.astro-ezkgafpk){flex:1 1 240px;max-width:320px;text-align:center}.pillars__title-row:where(.astro-ezkgafpk){display:flex;align-items:center;gap:var(--space-100);justify-content:center}.pillars__title:where(.astro-ezkgafpk){margin:0}.pillars__icon:where(.astro-ezkgafpk){width:22px;height:auto;flex-shrink:0}.pillars__icon--dot:where(.astro-ezkgafpk){width:14px;height:14px;filter:grayscale(1) brightness(0)}.pillars__description:where(.astro-ezkgafpk){margin:0;color:var(--text-secondary)}@media(max-width:640px){.pillars__body:where(.astro-ezkgafpk){padding:var(--space-200) var(--padding-inline)}}.steps:where(.astro-todvsp6t){position:relative;--steps-padding: var(--space-200);--steps-gap: var(--space-100)}.steps__body:where(.astro-todvsp6t){display:grid;gap:24px;position:relative}.steps__header:where(.astro-todvsp6t){display:grid;gap:8px}.steps__title:where(.astro-todvsp6t){margin:0}.steps__description:where(.astro-todvsp6t){margin:0;color:#4a4a4a}.steps__list:where(.astro-todvsp6t){display:flex;flex-direction:column;position:relative}.steps__item:where(.astro-todvsp6t){border-left:4px solid var(--border-primary);padding:var(--steps-padding)}.steps__item--active:where(.astro-todvsp6t){border-color:var(--border-default)}.steps__item-text:where(.astro-todvsp6t){max-width:50%;display:flex;flex-direction:column;gap:var(--steps-gap)}.steps__item:where(.astro-todvsp6t) h3:where(.astro-todvsp6t){cursor:pointer}.steps__item:where(.astro-todvsp6t) h3:where(.astro-todvsp6t) span:where(.astro-todvsp6t){font-weight:800;margin-right:16px}.steps__item:where(.astro-todvsp6t) p:where(.astro-todvsp6t){margin:0}.steps__item-media:where(.astro-todvsp6t){display:none;position:absolute;top:0;right:0;width:min(320px,45vw);max-width:100%;overflow:visible}.steps__item-media-inner:where(.astro-todvsp6t){position:relative;z-index:1}.steps__item:where(.astro-todvsp6t).steps__item--active .steps__item-media:where(.astro-todvsp6t){display:block}.steps__item:where(.astro-todvsp6t).steps__item--active .steps__item-media:where(.astro-todvsp6t) img:where(.astro-todvsp6t):not(.steps__decor-item){width:260px;height:auto}.steps__item-decor:where(.astro-todvsp6t){inset:0;pointer-events:none;z-index:2}.steps__decor-item:where(.astro-todvsp6t){position:absolute;width:var(--decor-size, 20px);height:var(--decor-size, 20px);object-fit:contain;flex-shrink:0;filter:brightness(0);opacity:.75;top:var(--decor-top, -24px);left:var(--decor-left, -24px);transform:translate(-50%,-50%);animation:stepsDecorFloat var(--decor-duration, 16s) ease-in-out infinite alternate;animation-delay:var(--decor-delay, 0s)}.steps__decor-item:where(.astro-todvsp6t)[src*=spark]{animation:stepsDecorFloat var(--decor-duration, 16s) ease-in-out infinite alternate,stepsDecorSpin var(--decor-duration, 18s) linear infinite reverse}.steps__decor-item:where(.astro-todvsp6t)[src*=triangle]{animation:stepsDecorFloat var(--decor-duration, 16s) ease-in-out infinite alternate,stepsDecorSpin var(--decor-duration, 20s) linear infinite}.steps__decor-item:where(.astro-todvsp6t)[src*=ellipse]{animation:stepsDecorFloat var(--decor-duration, 16s) ease-in-out infinite alternate,stepsDecorPulse var(--decor-duration, 14s) ease-in-out infinite alternate;opacity:.55}@keyframes stepsDecorFloat{0%{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-52%) translateY(-6px)}to{transform:translate(-50%,-50%) translateY(0)}}@keyframes stepsDecorSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes stepsDecorPulse{0%{transform:translate(-50%,-50%) scale(.8)}to{transform:translate(-50%,-50%) scale(1)}}@media(max-width:1024px){.steps__item-text:where(.astro-todvsp6t){max-width:100%}.steps__item:where(.astro-todvsp6t).steps__item--active .steps__item-media:where(.astro-todvsp6t){position:relative;margin-top:20px;width:100%;max-width:none}.steps__item:where(.astro-todvsp6t).steps__item--active .steps__item-media:where(.astro-todvsp6t) img:where(.astro-todvsp6t){max-height:500px;width:auto;max-width:100%;display:block;margin:0 auto}}.faq:where(.astro-ywyrsbph){position:relative}.faq__body:where(.astro-ywyrsbph){display:grid;gap:var(--space-150);margin:0 auto}.faq__header:where(.astro-ywyrsbph){display:grid;gap:var(--space-025);text-align:center}.faq__title:where(.astro-ywyrsbph){margin:0}.faq__description:where(.astro-ywyrsbph){margin:0;color:var(--text-secondary)}.faq__list:where(.astro-ywyrsbph){display:grid;gap:0}.faq__item:where(.astro-ywyrsbph){padding:var(--space-100) 0}.faq__item:where(.astro-ywyrsbph):not(:last-of-type){border-bottom:var(--border-width) solid var(--border-default)}.faq__summary:where(.astro-ywyrsbph){display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-050);align-items:center;list-style:none;cursor:pointer;padding:0;margin:0}.faq__summary:where(.astro-ywyrsbph)::-webkit-details-marker{display:none}.faq__number:where(.astro-ywyrsbph){min-width:1.75rem;color:var(--text-secondary);font-weight:var(--weight-medium)}.faq__question:where(.astro-ywyrsbph){font-weight:var(--weight-medium);color:var(--text-primary)}.faq__chevron:where(.astro-ywyrsbph){width:12px;height:12px;border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform:rotate(45deg);transition:transform .15s ease,border-color .15s ease}.faq__item:where(.astro-ywyrsbph)[open] .faq__chevron:where(.astro-ywyrsbph){transform:rotate(225deg);border-color:var(--text-primary)}.faq__answer:where(.astro-ywyrsbph){margin-top:var(--space-050);margin-left:calc(1.75rem + var(--space-050));color:var(--text-secondary);max-width:72ch}.faq__paragraph:where(.astro-ywyrsbph){margin:0 0 var(--space-050)}.faq__paragraph:where(.astro-ywyrsbph):last-child{margin-bottom:0}.faq__paragraph--subheading:where(.astro-ywyrsbph){color:var(--text-primary);font-weight:var(--weight-medium)}.faq__item:where(.astro-ywyrsbph)[open] .faq__summary:where(.astro-ywyrsbph){align-items:flex-start}@media(max-width:640px){.faq__body:where(.astro-ywyrsbph){padding:var(--space-150) var(--padding-inline)}.faq__summary:where(.astro-ywyrsbph){gap:var(--space-025)}.faq__answer:where(.astro-ywyrsbph){margin-left:calc(1.75rem + var(--space-025))}}.navbar:where(.astro-iwgnguap){--space-navbar: var(--space-000);padding-block:var(--space-navbar);position:fixed;inset:0 0 auto;z-index:20;backdrop-filter:blur(0px);background:transparent;transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease,opacity .25s ease}.navbar:where(.astro-iwgnguap).is-scrolled{background:#ffffffd9;box-shadow:var(--shadow-sm);backdrop-filter:blur(14px)}.navbar__inner:where(.astro-iwgnguap){display:flex;align-items:center;justify-content:space-between;gap:var(--space-075);padding:var(--space-050) var(--padding-inline)}.navbar__brand:where(.astro-iwgnguap){display:flex;align-items:center;text-decoration:none}.navbar__logo:where(.astro-iwgnguap){width:clamp(4rem,18vw,6rem);height:auto}.navbar__menu:where(.astro-iwgnguap){display:inline-flex;align-items:center;gap:var(--space-050);padding:var(--space-025);background:#ffffffe6;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.navbar__link:where(.astro-iwgnguap){padding:var(--space-050) var(--space-075);border-radius:var(--radius-full);color:var(--text-primary);font-weight:var(--weight-medium);text-decoration:none}.navbar__link--highlight:where(.astro-iwgnguap){background:#f0cd36}.navbar__link:where(.astro-iwgnguap):hover{background:var(--color-brand-50)}.navbar__burger:where(.astro-iwgnguap){display:none;flex-direction:column;gap:6px;padding:var(--space-050);border-radius:var(--radius-md);border:var(--border-width) solid var(--border-default);background:#ffffffe6}.navbar__burger:where(.astro-iwgnguap) span:where(.astro-iwgnguap){display:block;width:24px;height:2px;background:var(--text-primary)}@media(max-width:960px){.navbar__menu:where(.astro-iwgnguap){display:none;position:absolute;top:100%;right:var(--padding-inline);flex-direction:column;align-items:flex-start;width:min(320px,90vw)}.navbar__menu:where(.astro-iwgnguap).is-open{display:flex}.navbar__burger:where(.astro-iwgnguap){display:inline-flex}}.footer:where(.astro-5u6qks4b){padding:var(--space-300) 0}.footer__content:where(.astro-5u6qks4b){display:flex;flex-direction:column;align-items:center;gap:var(--space-150);text-align:center}.footer__list:where(.astro-5u6qks4b){list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-075) var(--space-150)}.footer__link:where(.astro-5u6qks4b){color:var(--brand-primary);text-decoration:none;font-weight:var(--weight-medium);transition:color .2s ease}.footer__link:where(.astro-5u6qks4b):hover{color:var(--brand-secondary)}.footer__copyright:where(.astro-5u6qks4b){color:var(--text-primary)}.footer__brand:where(.astro-5u6qks4b){font-weight:var(--weight-medium)}
