.af-lost{position:relative;display:flex;flex-direction:column;isolation:isolate;overflow:hidden;border-end-start-radius:var(--af-radius-slab);border-end-end-radius:var(--af-radius-slab);background:var(--af-surface-inverse);padding:clamp(3.2rem,5vw,6.4rem) var(--af-gutter)}.af-lost__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.af-lost__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--af-scrim)}.af-lost__inner{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-lost__text{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-5)}.af-lost__code{font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text-on-dark-tertiary)}.af-lost__heading{color:var(--af-text-on-dark);max-inline-size:min(18ch,100%)}.af-lost__quiet{color:var(--af-text-on-dark-muted)}.af-lost__sub{max-inline-size:min(44rem,100%);font-size:var(--af-text-body-l);line-height:var(--af-leading-snug);color:var(--af-text-on-dark-secondary);text-wrap:pretty}.af-lost__aside{display:flex;flex-direction:column;gap:var(--af-space-4);align-items:stretch}.af-lost__guess{display:flex;align-items:center;gap:var(--af-space-4);inline-size:100%;min-block-size:5.6rem;margin:0;padding:var(--af-space-3) var(--af-space-5);border:1px solid var(--af-border-on-dark);border-radius:var(--af-radius-m);background:var(--af-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--af-text-on-dark);text-align:start;cursor:pointer;transition:background-color var(--af-duration) var(--af-ease)}.af-lost__guess:hover{background:var(--af-glass-strong)}.af-lost__guess[hidden]{display:none}.af-lost__guess-icon{flex:none;inline-size:2.4rem;block-size:2.4rem;color:var(--af-plate)}.af-lost__guess-body{display:flex;flex-direction:column;gap:.2rem;flex:1 1 auto;min-inline-size:0}.af-lost__guess-lead{font-size:var(--af-text-body-xs);color:var(--af-text-on-dark-tertiary)}.af-lost__guess-name{font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium)}.af-lost__guess-go{flex:none;inline-size:1.6rem;block-size:1.6rem;color:var(--af-text-on-dark-tertiary)}.af-lost-more__inner{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-lost__routes,.af-lost__search{display:grid;gap:var(--af-space-5)}.af-lost__label{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);color:var(--af-text-tertiary)}.af-lost__route-list{display:grid;gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-lost__route{display:flex;align-items:center;gap:var(--af-space-4);min-block-size:4.4rem;padding:var(--af-space-5);border:1px solid var(--af-border);border-radius:var(--af-radius-m);color:var(--af-text);text-decoration:none;transition:border-color var(--af-duration) var(--af-ease),background-color var(--af-duration) var(--af-ease)}.af-lost__route:hover{border-color:var(--af-text);background:var(--af-surface-muted)}.af-lost__route-body{display:flex;flex-direction:column;gap:var(--af-space-1);flex:1 1 auto;min-inline-size:0}.af-lost__route-title{font-family:var(--af-font-display);font-size:var(--af-text-heading-s);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display)}.af-lost__route-text{font-size:var(--af-text-body-s);color:var(--af-text-secondary);text-wrap:pretty}.af-lost__route-go{flex:none;inline-size:1.8rem;block-size:1.8rem;color:var(--af-text-tertiary);transition:transform var(--af-duration) var(--af-ease)}.af-lost__route:hover .af-lost__route-go{transform:translate(.4rem)}@media(prefers-reduced-motion:reduce){.af-lost__route:hover .af-lost__route-go{transform:none}}@media screen and (min-width:750px){.af-lost__route-list{grid-template-columns:1fr 1fr}}@media screen and (min-width:990px){.af-lost__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--af-space-12)}.af-lost__text{flex:1 1 auto;min-inline-size:0}.af-lost__aside{flex:0 0 auto}.af-lost-more__inner{flex-direction:row;align-items:flex-start;gap:var(--af-space-16)}.af-lost__routes,.af-lost__search{flex:1 1 0;min-inline-size:0;align-content:start}}.af-announce{background:var(--af-surface-inverse);color:var(--af-text-on-inverse)}.af-announce__inner{display:block;min-block-size:var(--af-announce-row);padding:var(--af-space-3) var(--af-gutter);font-size:var(--af-text-body-xs);line-height:1.5;text-align:center}.af-announce__list{display:grid;grid-template-columns:minmax(0,1fr);margin:0;padding:0;list-style:none}.af-announce__item{grid-area:1 / 1;min-inline-size:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:0;visibility:hidden;transition:opacity var(--af-duration-slow) var(--af-ease),visibility var(--af-duration-slow) var(--af-ease)}.af-announce__item:first-child,.af-announce__item[data-announce-current]{opacity:1;visibility:visible}.af-announce__list:has([data-announce-current]) .af-announce__item:not([data-announce-current]){opacity:0;visibility:hidden}.af-announce__link{color:inherit;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:1px;transition:opacity var(--af-duration) var(--af-ease)}.af-announce__link:hover{opacity:.7}@media(prefers-reduced-motion:reduce){.af-announce__item{transition:none}}.af-article .af-article__inner{display:flex;flex-direction:column;gap:var(--af-space-8);max-inline-size:68rem}.af-article__head{display:flex;flex-direction:column;gap:var(--af-space-4)}.af-article__back{display:inline-flex;align-items:center;align-self:flex-start;gap:var(--af-space-2);font-size:var(--af-text-body-s);color:var(--af-text-secondary)}.af-article__back .af-icon{transform:rotate(-135deg)}.af-article__title{margin:0;text-wrap:balance}.af-article__standfirst{font-family:var(--af-font-display);font-size:var(--af-text-heading-s);font-weight:var(--af-weight-regular);line-height:var(--af-leading-snug);letter-spacing:var(--af-tracking-display);color:var(--af-text-secondary);text-wrap:pretty}.af-article__meta{display:flex;flex-wrap:wrap;gap:var(--af-space-3);font-size:var(--af-text-body-s);color:var(--af-text-tertiary)}.af-article__figure{margin:0;overflow:hidden;border-radius:var(--af-radius-l)}.af-article__figure img{display:block;inline-size:100%;block-size:auto}.af-article__more{display:grid;gap:var(--af-space-5);padding-block-start:var(--af-space-8);border-block-start:1px solid var(--af-border)}.af-article__more-link{display:grid;gap:var(--af-space-1)}.af-article__more-label{font-size:var(--af-text-body-xs);text-transform:uppercase;letter-spacing:var(--af-tracking-eyebrow);color:var(--af-text-tertiary)}.af-article__more-title{font-family:var(--af-font-display);font-size:var(--af-text-heading-s);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:var(--af-leading-tight);color:var(--af-text)}@media screen and (min-width:750px){.af-article__more{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--af-space-8)}.af-article__more-link--next{grid-column:2;text-align:end}}.af-blog__list{margin:0;padding:0;list-style:none;margin-block-start:var(--af-space-12);border-block-start:1px solid var(--af-border)}.af-blog__item{border-block-end:1px solid var(--af-border)}.af-blog__link{display:grid;gap:var(--af-space-5);padding-block:var(--af-space-8);align-items:start}.af-blog__text{display:grid;gap:var(--af-space-3);max-inline-size:68ch}.af-blog__date{order:-1;font-size:var(--af-text-body-s);color:var(--af-text-tertiary)}.af-blog__media{order:-1;overflow:hidden;border:1px solid var(--af-border);border-radius:var(--af-radius-m)}.af-blog__media img{display:block;inline-size:100%;block-size:auto;aspect-ratio:3 / 2;object-fit:cover}.af-blog__title{font-family:var(--af-font-display);font-size:var(--af-text-heading-m);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:var(--af-leading-tight);color:var(--af-text);text-wrap:balance}.af-blog__excerpt{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-blog__cue{display:inline-flex;align-items:center;gap:var(--af-space-2);font-size:var(--af-text-body-s);color:var(--af-text)}.af-blog__empty{margin-block-start:var(--af-space-12);font-size:var(--af-text-body-l);color:var(--af-text-secondary)}@media screen and (min-width:750px){.af-blog__link--media{grid-template-columns:minmax(0,1fr) 28rem;gap:var(--af-space-10)}.af-blog__media{order:0}}.airflux-makes__title{margin:0 0 1.5rem}.airflux-makes__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem 2rem}@media screen and (min-width:750px){.airflux-makes__grid{grid-template-columns:repeat(4,1fr)}}.airflux-makes__link{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;text-decoration:none;color:inherit;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.airflux-makes__count{opacity:.5;font-size:1.3rem}.airflux-makes__empty{opacity:.6}.af-carpage__inner{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-carpage__head{max-inline-size:68rem}.af-carpage__title{margin:0;text-wrap:balance}.af-carpage__title [hidden],.af-carpage__lead--resolved,.af-carpage-resolving .af-carpage__lead--ask{display:none}.af-carpage-resolving .af-carpage__lead--resolved{display:inline}.af-carpage-resolving .af-carpage__intro,.af-carpage-resolving .af-carpage__finder{display:none}.af-carpage__meta{margin:0;font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-body);color:var(--af-text-secondary)}.af-carpage__meta[hidden]{display:none}.af-carpage__intro{margin:0;font-size:var(--af-text-body-l);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-carpage__intro[hidden]{display:none}.af-carpage__change{-webkit-appearance:none;appearance:none;padding:0;border:0;background:none;font-family:var(--af-font-body);font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-body);color:var(--af-text-secondary);text-decoration:underline;text-underline-offset:.3em;cursor:pointer}.af-carpage__change:hover{color:var(--af-text)}.af-carpage__change[hidden]{display:none}.af-carpage__cards{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-carpage__cards[hidden]{display:none}.af-carpage__card-item{display:grid;grid-template-columns:minmax(0,1fr)}.af-carpage__finder{max-inline-size:52rem;inline-size:100%}.af-carpage-resolving .af-carpage__finder.is-open{display:block}.af-carpage .af-reg-finder__result{display:none}.af-carpage__recent{margin:0}@media screen and (min-width:750px){.af-carpage__inner{gap:var(--af-space-12)}}@media screen and (min-width:990px){.af-carpage__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.airflux-tiles__title{margin:0 0 1.5rem}.airflux-tiles__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media screen and (min-width:750px){.airflux-tiles__grid{grid-template-columns:1fr 1fr}}.airflux-tile{display:block;text-decoration:none;color:inherit;border:var(--media-border-width) solid rgba(var(--color-foreground),.12);border-radius:var(--media-radius);overflow:hidden;transition:box-shadow .15s ease}.airflux-tile:hover{box-shadow:0 .4rem 1.6rem rgba(var(--color-foreground),.12)}.airflux-tile__img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}.airflux-tile__body{padding:1.5rem}.airflux-tile__name{display:block;font-size:1.9rem;font-weight:600}.airflux-tile__price{display:block;margin-top:.4rem;font-size:1.7rem;font-weight:700;min-height:2.2rem}.airflux-tile__fit{display:inline-block;margin-top:.4rem;font-size:1.3rem;color:#1b5e20;font-weight:600}.airflux-tile__fit[hidden]{display:none}.af-index__inner{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-index__head{display:flex;flex-direction:column;gap:var(--af-space-5)}.af-index__intro{color:var(--af-text-secondary);max-inline-size:min(52rem,100%);text-wrap:pretty}.af-index__routes{display:flex;flex-wrap:wrap;gap:var(--af-space-3)}.af-index__makes{display:flex;flex-direction:column;gap:var(--af-space-5)}.af-index__label{display:flex;align-items:baseline;gap:var(--af-space-2);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);color:var(--af-text-tertiary)}.af-index__tally{font-variant-numeric:tabular-nums}@media screen and (min-width:990px){.af-index__inner{gap:var(--af-space-12)}}.af-make__inner{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-make__head{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-3)}.af-make__back{display:inline-flex;align-items:center;gap:var(--af-space-2);font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text-secondary);text-decoration:none}.af-make__back:hover{color:var(--af-text)}.af-make__back-icon{inline-size:1.4rem;block-size:1.4rem;rotate:180deg}.af-make__title{margin:0}.af-make__scope{font-size:var(--af-text-body-l);color:var(--af-text-secondary);text-wrap:pretty}.af-make--index .af-make__title{max-inline-size:18ch;text-wrap:balance}.af-make--index .af-make__scope{max-inline-size:54ch}.af-make__routes{display:flex;flex-wrap:wrap;gap:var(--af-space-3)}.af-make__index-makes{display:flex;flex-direction:column;gap:var(--af-space-5)}.af-make__index-label{font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text-secondary)}.af-make__controls{display:flex;flex-direction:column;gap:var(--af-space-4);position:sticky;inset-block-start:var(--af-header-height);z-index:2;padding-block:var(--af-space-4);background:var(--af-surface)}.af-make__field{position:relative;display:flex;align-items:center;inline-size:100%;max-inline-size:44rem}.af-make__field-icon{position:absolute;inset-inline-start:var(--af-space-5);inline-size:1.8rem;block-size:1.8rem;color:var(--af-text-tertiary);pointer-events:none}.af-make__input{inline-size:100%;min-block-size:5.2rem;padding:var(--af-space-3) var(--af-space-10) var(--af-space-3) 4.8rem;border:1px solid var(--af-border);border-radius:var(--af-radius-pill);background:var(--af-surface-muted);font-family:var(--af-font-body);font-size:var(--af-text-body-m);letter-spacing:var(--af-tracking-body);color:var(--af-text);-webkit-appearance:none;appearance:none}.af-make__input::placeholder{color:var(--af-text-secondary);opacity:1}.af-make__input::-webkit-search-cancel-button{display:none}.af-make__input:focus-visible{outline:2px solid var(--af-accent);outline-offset:1px}.af-make__clear{position:absolute;inset-inline-end:var(--af-space-2);display:grid;place-items:center;inline-size:4rem;block-size:4rem;padding:0;border:0;border-radius:var(--af-radius-pill);background:none;color:var(--af-text-secondary);cursor:pointer}.af-make__clear[hidden]{display:none}.af-make__clear:hover{color:var(--af-text)}.af-make__clear .af-icon{inline-size:1.4rem;block-size:1.4rem}.af-make__tab-count{font-variant-numeric:tabular-nums;color:var(--af-text-tertiary)}.af-tab[aria-selected=true] .af-make__tab-count{color:var(--af-text-secondary)}.af-make__chart{margin:0;padding:0;list-style:none;border-block-start:1px solid var(--af-border)}.af-make__row{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3);padding-block:var(--af-space-5);border-block-end:1px solid var(--af-border)}.af-make__row[hidden]{display:none}.af-make__car{display:flex;align-items:baseline;gap:var(--af-space-3)}.af-make__model{font-family:var(--af-font-display);font-size:var(--af-text-heading-s);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:1.2;color:var(--af-text)}.af-make__years{font-size:var(--af-text-body-s);font-variant-numeric:tabular-nums;color:var(--af-text-tertiary);white-space:nowrap}.af-make__opts{display:flex;flex-direction:column;gap:.2rem}.af-make__opt{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:0 var(--af-space-4);padding:var(--af-space-2) var(--af-space-3);margin-inline:calc(var(--af-space-3) * -1);border-radius:var(--af-radius-s);text-decoration:none;color:inherit;transition:background-color var(--af-duration) var(--af-ease)}.af-make__cat{grid-column:1;grid-row:1}.af-make__opt-end{grid-column:2;grid-row:1}.af-make__opt .af-make__qual{grid-column:1 / -1;grid-row:2}.af-make__opt[hidden]{display:none}.af-make__opt:hover{background:var(--af-surface-muted)}.af-make__opt:focus-visible{outline:2px solid var(--af-accent);outline-offset:1px}.af-make__cat{font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);color:var(--af-text);min-inline-size:0}.af-make__qual{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 var(--af-space-2);font-size:var(--af-text-body-s);color:var(--af-text-tertiary)}.af-make__qual-part{white-space:nowrap}.af-make__qual-dot{color:var(--af-text-placeholder)}.af-make__opt-end{display:flex;align-items:baseline;gap:var(--af-space-3);flex:none}.af-make__price{font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);font-variant-numeric:tabular-nums;color:var(--af-text)}.af-make__oos{font-size:var(--af-text-body-s);color:var(--af-text-tertiary)}.af-make__go{inline-size:1.4rem;block-size:1.4rem;translate:0 .2rem;color:var(--af-text-tertiary);transition:transform var(--af-duration) var(--af-ease),color var(--af-duration) var(--af-ease)}.af-make__opt:hover .af-make__go{color:var(--af-text);transform:translate(.3rem)}.af-make__empty{padding-block:var(--af-space-10);font-size:var(--af-text-body-l);color:var(--af-text-secondary);text-wrap:pretty}.af-make__empty[hidden]{display:none}.af-make__empty-clear{padding:0;border:0;background:none;font:inherit;color:var(--af-text);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.af-make__pagination{padding-block-start:var(--af-space-6)}.af-make__pagination .pagination-wrapper{margin:0}@media screen and (min-width:750px){.af-make__row{grid-template-columns:minmax(0,24rem) minmax(0,1fr);gap:var(--af-space-6);align-items:baseline}.af-make__car{flex-direction:column;gap:.2rem}.af-make__controls{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--af-space-6)}.af-make__opt{grid-template-columns:minmax(0,auto) minmax(0,1fr) auto}.af-make__opt .af-make__qual{grid-column:2;grid-row:1}.af-make__opt-end{grid-column:3}}@media(prefers-reduced-motion:reduce){.af-make__opt:hover .af-make__go{transform:none}}.af-compare__inner{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-compare__panel{padding:clamp(1.6rem,2.4vw,3.2rem);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}.af-compare__table{inline-size:100%;border-collapse:collapse;text-align:start}.af-compare__corner,.af-compare__col{vertical-align:bottom;text-align:start;font-weight:inherit;padding:0 var(--af-space-5) var(--af-space-5)}.af-compare__col{display:table-cell}.af-compare__col-name{display:block;color:var(--af-text)}.af-compare__col-note{display:block;margin-block-start:.2rem;font-family:var(--af-font-body);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-regular);letter-spacing:var(--af-tracking-body);color:var(--af-text-secondary)}.af-compare__criterion,.af-compare__cell{padding:var(--af-space-5);vertical-align:top;border-block-start:1px solid var(--af-border)}.af-compare__criterion{text-align:start;font-family:var(--af-font-body);font-size:var(--af-text-body-s);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-body);line-height:var(--af-leading-snug);color:var(--af-text-secondary);inline-size:22%}.af-compare__col--ours,.af-compare__cell--ours{background:var(--af-surface);box-shadow:inset 0 0 0 1px var(--af-accent-wash)}.af-compare__col--ours{border-start-start-radius:var(--af-radius-m);border-start-end-radius:var(--af-radius-m);padding-block-start:var(--af-space-5)}.af-compare__row:last-child .af-compare__cell--ours{border-end-start-radius:var(--af-radius-m);border-end-end-radius:var(--af-radius-m)}.af-compare__cell-value{display:flex;align-items:flex-start;gap:var(--af-space-3)}.af-compare__cell-text{font-size:var(--af-text-body-s);line-height:var(--af-leading-snug);color:var(--af-text);text-wrap:pretty}.af-compare__cell[data-mark=no] .af-compare__cell-text,.af-compare__cell[data-mark=part] .af-compare__cell-text{color:var(--af-text-secondary)}.af-compare__cell[data-mark=none] .af-compare__cell-text{font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold)}.af-compare__mark{display:grid;place-items:center;inline-size:2rem;block-size:2rem;flex:none;border-radius:var(--af-radius-pill);margin-block-start:.1rem;background:rgba(var(--af-ink-rgb),.06);color:var(--af-text-tertiary)}.af-compare__cell[data-mark=yes] .af-compare__mark{background:rgba(var(--af-ink-rgb),.08);color:var(--af-text)}.af-compare__cell--ours[data-mark=yes] .af-compare__mark{background:var(--af-accent);color:#fff}.af-compare__mark .af-icon{inline-size:1.4rem;block-size:1.4rem}.af-compare__cell-key{display:none}@media screen and (max-width:899px){.af-compare__table,.af-compare__table tbody,.af-compare__row,.af-compare__criterion,.af-compare__cell{display:block}.af-compare__table thead{display:none}.af-compare__row{padding:var(--af-space-5);border-radius:var(--af-radius-l);background:var(--af-surface)}.af-compare__row+.af-compare__row{margin-block-start:var(--af-space-3)}.af-compare__criterion{inline-size:auto;padding:0 0 var(--af-space-4);border-block-start:0;font-size:var(--af-text-body-m);color:var(--af-text)}.af-compare__cell{display:flex;align-items:center;justify-content:space-between;gap:var(--af-space-5);padding:var(--af-space-3) 0;border-block-start:1px solid var(--af-border)}.af-compare__cell:last-child{padding-block-end:0}.af-compare__cell--ours{background:none;box-shadow:none}.af-compare__cell-key{display:block;flex:0 0 auto;font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text-tertiary)}.af-compare__cell--ours .af-compare__cell-key{color:var(--af-accent)}.af-compare__cell[data-mark=none] .af-compare__cell-text{font-size:var(--af-text-body-s)}.af-compare__cell-value{flex:1 1 auto;align-items:center;justify-content:flex-start;text-align:end;flex-direction:row-reverse}}.af-contact__aside-note{margin:0;font-size:var(--af-text-body-s);line-height:var(--af-leading-snug);color:var(--af-text-secondary);text-wrap:pretty}.af-contact__channel-value--wa{display:inline-flex;align-items:center;gap:var(--af-space-2)}.af-contact__channel-value--wa .af-contact__wa-icon,.af-contact__channel-value--wa .af-contact__wa-icon svg{inline-size:2rem;block-size:2rem;flex:none}.af-contact{display:flex;flex-direction:column;gap:var(--af-space-12);margin-block-start:var(--af-space-10)}.af-contact__answers{padding:clamp(2.4rem,3vw,4rem);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}.af-contact__answers-title{margin-block-end:var(--af-space-6);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-tertiary)}.af-contact__answer-list{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-6);margin:0;padding:0;list-style:none}.af-contact__answer{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-2);min-inline-size:0}.af-contact__answer-q{font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);color:var(--af-text);text-wrap:pretty}.af-contact__answer-a{font-size:var(--af-text-body-s);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-contact__answer-link{font-size:var(--af-text-body-s)}.af-contact__main{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-12);align-items:start}.af-contact__form-wrap{display:flex;flex-direction:column;gap:var(--af-space-6);min-inline-size:0}.af-form{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-5)}.af-form__row{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-5);inline-size:100%}.af-form__ok,.af-form__error{inline-size:100%;padding:var(--af-space-4) var(--af-space-5);border-radius:var(--af-radius-m);font-size:var(--af-text-body-s);line-height:var(--af-leading-normal)}.af-form__ok{background:#2e7d321a;color:#1b5e20;font-weight:var(--af-weight-semibold)}.af-form__error{background:rgba(var(--af-accent-rgb),.1);color:var(--af-accent-hover)}.af-form__error ul{margin:var(--af-space-2) 0 0;padding-inline-start:var(--af-space-5)}.af-field{display:flex;flex-direction:column;gap:var(--af-space-2);inline-size:100%;min-inline-size:0}.af-field__label{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 var(--af-space-2);font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text)}.af-field__req,.af-field__hint{font-weight:var(--af-weight-regular);color:var(--af-text-tertiary)}.af-field__input{inline-size:100%;min-inline-size:0;block-size:5.6rem;padding:0 var(--af-space-4);border:1px solid var(--af-border);border-radius:var(--af-radius-m);background:var(--af-surface);font-family:var(--af-font-body);font-size:var(--af-text-body-m);letter-spacing:var(--af-tracking-body);color:var(--af-text);transition:border-color var(--af-duration) var(--af-ease)}.af-field__input::placeholder{color:var(--af-text-placeholder)}.af-field__input:hover{border-color:var(--af-text-placeholder)}.af-field__input:focus-visible{outline:2px solid var(--af-accent);outline-offset:1px;border-color:transparent}.af-field__input[aria-invalid=true]{border-color:var(--af-accent)}.af-field__input--reg{text-transform:uppercase;letter-spacing:var(--af-tracking-eyebrow);font-weight:var(--af-weight-medium)}.af-field__textarea{block-size:auto;min-block-size:14rem;padding-block:var(--af-space-4);line-height:var(--af-leading-normal);resize:vertical}.af-contact__aside{display:flex;flex-direction:column;gap:var(--af-space-8);min-inline-size:0}.af-contact__aside-title{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-tertiary)}.af-contact__channels{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none;border-block-start:1px solid var(--af-border)}.af-contact__channel{display:flex;flex-direction:column;gap:var(--af-space-1);padding-block:var(--af-space-4);border-block-end:1px solid var(--af-border)}.af-contact__channel-label{font-size:var(--af-text-body-s);color:var(--af-text-secondary)}.af-contact__channel-value{font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);color:var(--af-text);text-wrap:pretty}a.af-contact__channel-value{text-decoration:underline;text-underline-offset:3px}@media screen and (min-width:750px){.af-contact__answer-list{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:var(--af-space-8)}.af-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.af-contact__main{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);column-gap:clamp(4rem,6vw,9rem)}}airflux-demo{display:block}.af-demo{position:relative;border-radius:var(--af-radius-xl);overflow:hidden;background:var(--af-surface-muted);padding:clamp(3.2rem,4vw,5.6rem) clamp(2.4rem,3vw,4.8rem)}.af-demo__inner{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-demo__tabs{align-self:flex-start;flex-wrap:wrap}.af-demo .af-tabs{background:rgba(var(--af-ink-rgb),.06)}.af-demo .af-tab{color:var(--af-text-secondary)}.af-demo .af-tab:hover:not([aria-selected=true]){color:var(--af-text)}.af-demo__body{display:flex;flex-direction:column}.af-demo__body:focus-visible{outline:2px solid var(--af-accent);outline-offset:.6rem;border-radius:var(--af-radius-l)}.af-demo__scene{display:flex;flex-direction:column;gap:var(--af-space-4);padding:clamp(1.6rem,2vw,3.2rem) clamp(1.6rem,2vw,3.2rem) var(--af-space-5);border-radius:var(--af-radius-l);background:var(--af-surface-inverse);overflow:hidden}.af-demo__svg{display:block;inline-size:100%;max-inline-size:84rem;margin-inline:auto;block-size:auto;aspect-ratio:624 / 416}.af-demo__caption{display:grid;max-inline-size:min(72ch,100%)}.af-demo__seat path{fill:#0000004d}.af-demo__bolster{fill:none;stroke:#ffffff0d;stroke-width:2}.af-demo__door,.af-demo__roof{stroke:#ffffff57;stroke-width:1.5;stroke-linejoin:round}.af-demo__hairline{fill:none;stroke:#ffffff26;stroke-width:1.5}.af-demo__rim{fill:none;stroke:#ffffff80;stroke-width:1.5;stroke-linecap:round}.af-demo__rim--belt{stroke-width:2}.af-demo__pane{stroke:#c4e2fa5c;stroke-width:1.5;stroke-linejoin:round}.af-demo__pane-edge{fill:none;stroke:#e0f2ffc7;stroke-width:3;stroke-linecap:round}.af-demo__glass{transition:transform var(--af-duration-slow) var(--af-ease)}[data-state=open] .af-demo__glass,[data-state=deflected] .af-demo__glass{transform:translate(-55px,150px)}.af-demo__blade-vane{fill:var(--af-accent)}.af-demo__blade-edge{fill:none;stroke:#ffb2a4d9;stroke-width:1.5;stroke-linecap:round}.af-demo__blade{opacity:0;transform-box:fill-box;transform-origin:92% 8%;transform:rotate(-38deg);transition:opacity var(--af-duration-slow) var(--af-ease),transform var(--af-duration-slow) var(--af-ease)}[data-state=deflected] .af-demo__blade{opacity:1;transform:none}.af-demo__flow{opacity:0;transition:opacity var(--af-duration-slow) var(--af-ease);pointer-events:none}[data-state=up] .af-demo__flow--up,[data-state=open] .af-demo__flow--open,[data-state=deflected] .af-demo__flow--deflected{opacity:1}.af-demo__trace use{fill:none;stroke:#ffffff26;stroke-width:1.6}.af-demo__pulse use{fill:none;stroke:#ffffffa8;stroke-width:2.2;stroke-linecap:round;stroke-dasharray:70 430;animation:af-demo-flow 3s linear infinite}.af-demo__pulse use:nth-child(2){animation-delay:-.6s}.af-demo__pulse use:nth-child(3){animation-delay:-1.2s}.af-demo__pulse use:nth-child(4){animation-delay:-1.8s}.af-demo__pulse use:nth-child(5){animation-delay:-2.4s}@keyframes af-demo-flow{to{stroke-dashoffset:-500}}.af-demo__flow--open .af-demo__pulse use:first-child{stroke:var(--af-accent);stroke-width:2.8;animation-duration:2s}.af-demo__flow--open .af-demo__trace use:first-child{stroke:#d6301b4d}.af-demo__trickle use{fill:none;stroke:#ffffff9e;stroke-width:1.6;stroke-linecap:round;stroke-dasharray:190 810;animation:af-demo-trickle 7s linear infinite}.af-demo__trickle use.af-demo__trickle-trace{stroke:#ffffff1f;stroke-width:1.4;stroke-dasharray:none;animation:none}@keyframes af-demo-trickle{to{stroke-dashoffset:-1000}}.af-demo__flow use{animation-play-state:paused}[data-state=up] .af-demo__flow--up use,[data-state=open] .af-demo__flow--open use,[data-state=deflected] .af-demo__flow--deflected use{animation-play-state:running}airflux-demo[data-idle] .af-demo__flow use,airflux-demo[data-idle] .af-demo__churn path{animation-play-state:paused}.af-demo__churn path{fill:none;stroke:var(--af-accent);stroke-width:2.2;stroke-linecap:round;opacity:0;transition:opacity var(--af-duration-slow) var(--af-ease)}[data-state=open] .af-demo__churn path{opacity:.85;animation:af-demo-churn 1.7s var(--af-ease) infinite;transform-box:fill-box;transform-origin:center}[data-state=open] .af-demo__churn path:nth-child(2){animation-delay:-.55s}@keyframes af-demo-churn{0%,to{transform:rotate(0) scale(1);opacity:.85}50%{transform:rotate(26deg) scale(1.14);opacity:.4}}.af-demo__label{font-family:var(--af-font-body);font-size:15px;font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-body);fill:var(--af-text-on-dark-muted)}.af-demo__label--blade{fill:var(--af-accent)}.af-demo__leader{fill:none;stroke:var(--af-accent);stroke-width:1.5}.af-demo__label--blade,.af-demo__leader{opacity:0;transition:opacity var(--af-duration-slow) var(--af-ease)}[data-state=deflected] .af-demo__label--blade{opacity:1}[data-state=deflected] .af-demo__leader{opacity:.65}@media(prefers-reduced-motion:reduce){.af-demo__pulse,.af-demo__trickle use:not(.af-demo__trickle-trace){display:none}.af-demo__trace use{stroke:#fff6}[data-state=open] .af-demo__flow--open .af-demo__trace use:first-child{stroke:var(--af-accent)}[data-state=open] .af-demo__churn path{animation:none}}.af-demo__verdict{grid-area:1 / 1;display:flex;flex-direction:column;gap:var(--af-space-2)}.af-demo__verdict[hidden]{display:flex;visibility:hidden}.af-demo__verdict-title{font-family:var(--af-font-body);font-size:var(--af-text-body-l);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-body);line-height:1.3;color:var(--af-text-on-dark);text-wrap:balance}.af-demo__verdict-detail{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-on-dark-secondary);text-wrap:pretty}@media screen and (max-width:749px){.af-demo{padding-block:var(--af-space-10)}.af-demo__label{font-size:24px}.af-demo__trace use{stroke-width:2.4}.af-demo__pulse use,.af-demo__churn path{stroke-width:3.2}.af-demo__trickle use{stroke-width:2.4}.af-demo__trickle use.af-demo__trickle-trace{stroke-width:2}.af-demo__door,.af-demo__roof,.af-demo__pane,.af-demo__hairline,.af-demo__rim,.af-demo__leader{stroke-width:2.2}.af-demo__pane-edge{stroke-width:4.4}}.af-faq{background:var(--af-surface)}.af-faq__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-12)}.af-faq__aside{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-12)}.af-faq__text{display:flex;flex-direction:column;gap:var(--af-space-6)}.af-faq__list{display:flex;flex-direction:column}.af-faq__item{border-block-end:1px solid var(--af-border)}.af-faq__item:last-child{border-block-end:0}.af-faq__question{display:flex;align-items:center;justify-content:space-between;gap:var(--af-space-6);padding-block:var(--af-space-5);cursor:pointer;list-style:none;color:var(--af-text)}.af-faq__question::-webkit-details-marker{display:none}.af-faq__question:focus-visible{outline:2px solid var(--af-accent);outline-offset:2px;border-radius:var(--af-radius-s)}.af-faq__toggle{transition:transform var(--af-duration) var(--af-ease),background-color var(--af-duration) var(--af-ease)}.af-faq__item[open] .af-faq__toggle{transform:rotate(45deg)}.af-faq__item::details-content{block-size:0;overflow:hidden;transition:block-size var(--af-duration-slow) var(--af-ease),content-visibility var(--af-duration-slow) allow-discrete}.af-faq__item[open]::details-content{block-size:auto}@media(hover:hover){.af-faq__question:hover .af-faq__toggle{background:var(--af-accent-hover)}}.af-faq__question:active .af-faq__toggle{background:var(--af-accent-hover)}.af-faq__answer{padding-block-end:var(--af-space-6);padding-inline-end:6.4rem;max-inline-size:min(62ch,100%);font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-faq__answer>p+p{margin-block-start:var(--af-space-4)}@media screen and (min-width:990px){.af-faq__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--af-space-12);align-items:start}.af-faq__aside{position:sticky;inset-block-start:calc(var(--af-header-height) + var(--af-space-6))}}.af-cta-frame{background:var(--af-surface)}.af-cta{position:relative;isolation:isolate;scroll-margin-block-start:var(--af-header-height);border-start-start-radius:var(--af-radius-slab);border-start-end-radius:var(--af-radius-slab);overflow:hidden;background:var(--af-surface-inverse);padding:clamp(3.2rem,4vw,4.8rem) var(--af-gutter)}.af-cta__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.af-cta__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--af-scrim)}.af-cta__inner{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-cta__heading{color:var(--af-text-on-dark);max-inline-size:min(43rem,100%)}.af-cta__quiet{color:var(--af-text-on-dark-muted)}@media screen and (min-width:990px){.af-cta__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--af-space-12)}}.airflux-fitment-section{display:block}.af-fitting__inner{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-fitting__types{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-fitting__tabs{align-self:flex-start}.af-fitting__tabs[hidden]{display:none}.af-fitting__type{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-fitting__type[hidden]{display:none}.af-fitting__steps{display:grid;grid-template-columns:minmax(0,1fr);inline-size:100%;margin:0;padding:0;list-style:none}.af-fitting__step{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:var(--af-space-4)}.af-fitting__rail{display:flex;flex-direction:column;align-items:center;align-self:stretch}.af-fitting__rail:after{content:"";flex:1;inline-size:1px;min-block-size:var(--af-space-4);background:var(--af-border)}.af-fitting__step:last-child .af-fitting__rail:after{display:none}.af-fitting .af-steps__marker{background:var(--af-accent)}.af-fitting__step .af-steps__body{padding-block-end:var(--af-space-6)}.af-fitting__step:last-child .af-steps__body{padding-block-end:0}.af-fitting__media{position:relative;border-radius:var(--af-radius-xl);overflow:hidden;background:var(--af-surface-inverse)}.af-fitting__clip{position:relative;inline-size:100%;aspect-ratio:16 / 9;overflow:hidden}.af-fitting__clip>*,.af-fitting__video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;inline-size:100%;block-size:100%;border:0;object-fit:contain}.af-fitting__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--af-space-4);padding:var(--af-space-8);text-align:center}.af-fitting__placeholder-text{max-inline-size:32rem;font-size:var(--af-text-body-s);color:var(--af-text-on-dark-tertiary);text-wrap:pretty}.af-fitting__note{font-size:var(--af-text-body-s);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-fitting__note .af-link{color:var(--af-text);text-decoration:underline;text-underline-offset:3px}@media screen and (min-width:990px){.af-fitting__steps{grid-auto-flow:column;grid-auto-columns:minmax(0,1fr)}.af-fitting__step{display:flex;flex-direction:column;gap:var(--af-space-4)}.af-fitting__rail{flex-direction:row;align-items:center;align-self:auto}.af-fitting__rail:after{inline-size:auto;block-size:1px;min-block-size:0}.af-fitting__step .af-steps__body,.af-fitting__step:last-child .af-steps__body{padding-block-end:0;padding-inline-end:var(--af-space-8)}}.af-footer__social{display:flex;gap:var(--af-space-3);margin:0 0 var(--af-space-8);padding:0;list-style:none}.af-footer__social-link{display:grid;place-items:center;inline-size:4rem;block-size:4rem;border-radius:var(--af-radius-pill);color:var(--af-text-on-dark-secondary);background:var(--af-glass);transition:color var(--af-duration) var(--af-ease),background-color var(--af-duration) var(--af-ease)}.af-footer__social-link:hover{color:var(--af-text-on-dark);background:var(--af-glass-strong)}.af-footer__social-link:focus-visible{outline:2px solid var(--af-text-on-dark);outline-offset:3px}.af-footer__pay{display:flex;flex-wrap:wrap;align-items:center;gap:var(--af-space-2);margin:0;padding:0;list-style:none}.af-footer__pay-item{display:flex}.af-footer__pay-icon{height:2.4rem;width:auto;border-radius:var(--af-radius-xs, .4rem)}.af-footer-frame{background:var(--af-surface)}.af-footer{background:var(--af-surface-inverse);color:var(--af-text-on-inverse);padding-inline:var(--af-gutter);overflow:hidden}.af-footer__inner{display:flex;flex-direction:column;padding-block:var(--af-space-12);container-type:inline-size}.af-footer__top{display:flex;flex-direction:column;gap:var(--af-space-12);padding-block-end:var(--af-space-12)}.af-footer__kicker{margin:0;font-family:var(--af-font-body);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-regular);line-height:1.5;letter-spacing:var(--af-tracking-body);text-transform:uppercase;color:var(--af-text-on-inverse);opacity:.6}.af-footer__signup{display:flex;flex-direction:column;gap:var(--af-space-3);max-inline-size:38.4rem;inline-size:100%}.af-footer__signup-heading{color:var(--af-text-on-inverse);margin-block:var(--af-space-2) var(--af-space-3)}.af-footer__note{margin-block:var(--af-space-3) 0;margin-inline:0;font-size:var(--af-text-body-s);color:var(--af-text-on-inverse)}.af-footer__note--error{color:#ff8a76}.af-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--af-space-8);flex:1 1 auto}.af-footer__col{display:flex;flex-direction:column;gap:var(--af-space-4);min-inline-size:0}.af-footer__links{display:flex;flex-direction:column;gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-footer__link{font-size:var(--af-text-body-s);line-height:1.43;color:var(--af-text-on-inverse);opacity:.8}.af-footer__link:hover{opacity:1}.af-footer__brand{padding-block-start:var(--af-space-12);border-block-start:1px solid var(--af-border-on-inverse);overflow:hidden}.af-footer__wordmark{display:block;font-family:var(--af-font-display);font-weight:var(--af-weight-regular);letter-spacing:var(--af-tracking-display);line-height:.74;color:var(--af-text-on-inverse);opacity:.95;white-space:nowrap;font-size:calc(92vw / (var(--af-wordmark-length, 7) * .438));font-size:calc(100cqw / (var(--af-wordmark-length, 7) * .438))}.af-footer__wordmark-mark{font-size:.18em;vertical-align:3.2em;line-height:0;letter-spacing:0;margin-inline-start:.06em}.af-footer__bottom{display:flex;flex-wrap:wrap;gap:var(--af-space-4);align-items:center;justify-content:space-between;padding-block-start:var(--af-space-12);opacity:.6}.af-footer__legal-line{display:block;margin-block-start:var(--af-space-2);max-inline-size:62ch;text-wrap:pretty}.af-footer__legal,.af-footer__legal-links{margin:0;padding:0;font-size:var(--af-text-body-xs);line-height:1.5;color:var(--af-text-on-inverse)}.af-footer__legal-links{display:flex;flex-wrap:wrap;gap:var(--af-space-2);list-style:none}.af-footer__legal-links li+li:before{content:"\b7  "}.af-footer__cookies{padding:0;border:0;background:none;font:inherit;color:inherit;cursor:pointer}@media screen and (min-width:750px){.af-footer__nav{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:990px){.af-footer__top{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:var(--af-space-30)}.af-footer__signup{flex:0 0 38.4rem}}.af-guarantee{border-radius:var(--af-radius-xl);background:var(--af-surface-inverse);padding:clamp(3.2rem,4vw,5.6rem) clamp(2.4rem,3vw,4.8rem)}.af-guarantee__inner{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-guarantee__heading{color:var(--af-text-on-dark);max-inline-size:min(18ch,100%)}.af-guarantee__quiet{color:var(--af-text-on-dark-muted)}.af-guarantee__list{display:flex;flex-direction:column;margin:0;border-block-start:1px solid var(--af-border-on-inverse)}.af-guarantee__item{display:flex;flex-direction:column;gap:var(--af-space-2);padding-block:var(--af-space-6);border-block-end:1px solid var(--af-border-on-inverse)}.af-guarantee__term{color:var(--af-text-on-dark);text-wrap:balance}.af-guarantee__detail{margin:0;font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-on-dark-secondary);text-wrap:pretty}.af-guarantee__foot{display:flex;flex-wrap:wrap;align-items:center;gap:var(--af-space-4) var(--af-space-6)}@media screen and (min-width:750px){.af-guarantee__item{display:grid;grid-template-columns:minmax(0,44fr) minmax(0,56fr);gap:var(--af-space-6);align-items:baseline;padding-block:var(--af-space-8)}.af-guarantee__detail{padding-block-start:.6rem}}.af-guides{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-guides__shortcut{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-5);padding:clamp(2.4rem,3vw,4rem);border-radius:var(--af-radius-xl);background:var(--af-surface-inverse);color:var(--af-text-on-dark)}.af-guides__shortcut-text{font-size:var(--af-text-body-l);line-height:var(--af-leading-snug);text-wrap:pretty;max-inline-size:46ch}.af-guides__list{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-guides__card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-2);block-size:100%;padding:clamp(2rem,2.4vw,3.2rem);border:1px solid var(--af-border);border-radius:var(--af-radius-l);text-decoration:none;color:inherit;transition:border-color var(--af-duration) var(--af-ease),background-color var(--af-duration) var(--af-ease)}.af-guides__card:hover{border-color:var(--af-text);background:var(--af-surface-muted)}.af-guides__card:focus-visible{outline:2px solid var(--af-accent);outline-offset:2px}.af-guides__tell{font-size:var(--af-text-body-s);line-height:var(--af-leading-snug);color:var(--af-text-secondary);text-wrap:pretty}.af-guides__name{color:var(--af-text)}.af-guides__note{font-size:var(--af-text-body-s);color:var(--af-text-tertiary);text-wrap:pretty}.af-guides__go{display:inline-flex;align-items:center;gap:var(--af-space-2);margin-block-start:auto;padding-block-start:var(--af-space-4);font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);color:var(--af-text)}.af-guides__go .af-icon{inline-size:1.6rem;block-size:1.6rem;transition:translate var(--af-duration) var(--af-ease)}.af-guides__card:hover .af-guides__go .af-icon{translate:.3rem 0}@media screen and (min-width:750px){.af-guides__list{grid-template-columns:repeat(2,minmax(0,1fr))}.af-guides__shortcut{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--af-space-8)}}.af-guide{display:flex;flex-direction:column;gap:var(--af-space-10)}.af-guide__identify{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-3);padding:clamp(2.4rem,3vw,3.6rem);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}.af-guide__identify-links{display:flex;flex-wrap:wrap;gap:var(--af-space-2) var(--af-space-6);margin:0}.af-guide__identify .af-link{text-decoration:underline;text-underline-offset:3px}.af-guide__identify-title{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-tertiary)}.af-guide__identify-text{font-size:var(--af-text-body-l);line-height:var(--af-leading-normal);color:var(--af-text);text-wrap:pretty}@media screen and (max-width:749px){.af-guide__identify-text{font-size:var(--af-text-body-m)}.af-guide__identify{margin-block-end:calc(var(--af-space-10) * -1)}}.af-guide__identify-text>*+*{margin-block-start:var(--af-space-3)}.af-guide__body{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-10);align-items:start}.af-guide__media-col{display:flex;flex-direction:column;gap:var(--af-space-5);min-inline-size:0}.af-guide__media{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:var(--af-radius-l);background:var(--af-surface-inverse)}.af-guide__media :is(video,iframe,.af-guide__media>*){position:absolute;top:0;right:0;bottom:0;left:0;inline-size:100%;block-size:100%}.af-guide__media video,.af-guide__media iframe{object-fit:contain;border:0}.af-guide__media-empty{display:grid;place-items:center;inline-size:100%;block-size:100%;padding:var(--af-space-6);font-size:var(--af-text-body-s);color:var(--af-text-on-dark-muted);text-align:center;text-wrap:pretty}.af-guide__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:var(--af-space-4) var(--af-space-6);margin:0;padding:0}.af-guide__fact dt{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-tertiary)}.af-guide__fact dd{margin:var(--af-space-1) 0 0;font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);color:var(--af-text);text-wrap:pretty}.af-guide__steps-col{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-8);min-inline-size:0}.af-guide__steps-title{margin:0}.af-guide__warnings{display:flex;flex-direction:column;gap:var(--af-space-3);inline-size:100%;padding:var(--af-space-5);border-radius:var(--af-radius-m);background:var(--af-accent-wash)}.af-guide__warnings-title{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-accent-hover)}.af-guide__warning-list{display:flex;flex-direction:column;gap:var(--af-space-2);margin:0;padding-inline-start:var(--af-space-5)}.af-guide__warning{font-size:var(--af-text-body-s);line-height:var(--af-leading-normal);color:var(--af-text);text-wrap:pretty}@media screen and (min-width:990px){.af-guide__body{grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:clamp(4rem,5vw,8rem)}.af-guide__media-col{position:sticky;inset-block-start:calc(var(--af-header-height) + var(--af-space-6));align-self:start}}.af-hero{position:relative;display:flex;flex-direction:column;border-end-start-radius:var(--af-radius-slab);border-end-end-radius:var(--af-radius-slab);overflow:hidden;isolation:isolate;background:var(--af-surface-inverse);padding:calc(var(--af-header-height) + var(--af-space-12)) var(--af-gutter) var(--af-gutter);min-block-size:calc(100svh - var(--af-announce-row))}.af-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.af-hero__still,.af-hero__video{position:absolute;top:0;right:0;bottom:0;left:0}.af-hero__video{opacity:0;transition:opacity .6s ease}.af-hero__video.is-playing{opacity:1}@media(prefers-reduced-motion:reduce){.af-hero__video{transition:none}}.af-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--af-scrim)}.af-hero__inner{display:flex;flex-direction:column;flex:1 1 auto}.af-hero__content{display:flex;flex-direction:column;justify-content:space-between;gap:var(--af-space-10);flex:1 1 auto}.af-hero__text{display:flex;flex-direction:column;justify-content:flex-start;gap:var(--af-space-6)}.af-hero__heading{color:var(--af-text-on-dark);text-transform:capitalize}.af-hero__sub{margin:0;max-inline-size:min(46rem,100%);font-size:var(--af-text-body-l);line-height:var(--af-leading-snug);color:var(--af-text-on-dark-secondary);text-wrap:pretty}.af-hero__aside{display:flex;flex-direction:column;gap:var(--af-space-6);align-items:stretch}@media screen and (max-width:749px){.af-hero{padding-block-start:11.2rem}.af-hero__aside{display:contents}.af-hero__sub{font-size:var(--af-text-body-m)}.af-hero__content{display:grid;grid-template-columns:minmax(0,1fr);align-content:space-between;gap:var(--af-space-6)}.af-hero__text{order:1}.af-hero .af-reg-finder{order:2;max-inline-size:none}.af-hero .af-trust-bar{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--af-space-4) var(--af-space-3);padding-block-start:var(--af-space-8)}.af-hero .af-trust-bar__item{align-items:center;gap:var(--af-space-3)}.af-hero .af-trust-bar__icon{inline-size:1.8rem;block-size:1.8rem;margin-block-start:0}.af-hero .af-trust-bar__title{font-family:var(--af-font-body);font-size:var(--af-text-body-s);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-body);line-height:var(--af-leading-snug);text-wrap:pretty}.af-hero .af-trust-bar__sub{display:none}}.af-how__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3)}@media screen and (max-width:749px){.af-how__inner{gap:0}.af-how__panel{gap:var(--af-space-8)}.af-how .af-how__panel{background:var(--af-surface)}.af-how__panel .af-eyebrow--on-muted{background:var(--af-surface-muted)}}.af-how__panel{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-12);padding:clamp(2.4rem,3vw,4.8rem);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}.af-how__text{display:flex;flex-direction:column;gap:var(--af-space-6);max-inline-size:min(60rem,100%)}.af-how__media{border-radius:var(--af-radius-xl);overflow:hidden;background:var(--af-surface-sunken);min-block-size:32rem}@media screen and (min-width:990px){.af-how__inner{grid-template-columns:minmax(0,700fr) minmax(0,704fr);align-items:stretch}.af-how__media{min-block-size:0}}.af-marquee{background:var(--af-surface)}@media screen and (max-width:749px){.af-marquee{padding-block-start:var(--af-section-gap)}.af-section-pdp+.af-section-marquee .af-marquee{padding-block-start:0}.af-section-marquee:has(+.af-section-demo) .af-marquee{padding-block-end:var(--af-section-gap)}}.af-has-car .af-marquee--car-aware{display:none}.af-marquee__viewport{display:flex;gap:var(--af-space-2);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.af-marquee__track{display:flex;gap:var(--af-space-2);margin:0;padding:0;list-style:none;flex:none;animation:af-marquee-scroll var(--af-marquee-duration, 40s) linear infinite}.af-marquee:hover .af-marquee__track,.af-marquee[data-paused] .af-marquee__track{animation-play-state:paused}@keyframes af-marquee-scroll{to{transform:translate(calc(-100% - var(--af-space-2)))}}.af-marquee__slot{display:grid;place-items:center;inline-size:20rem;block-size:8rem;flex:none;border-radius:var(--af-radius-pill);background:var(--af-surface-muted)}.af-marquee__name{font-family:var(--af-font-display);font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-display);line-height:1;text-transform:uppercase;color:var(--af-text);white-space:nowrap}@media screen and (max-width:749px){.af-marquee__slot{inline-size:14.4rem;block-size:6.4rem}}@media(prefers-reduced-motion:reduce){.af-marquee__viewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.af-marquee__track{animation:none}.af-marquee__track[aria-hidden=true]{display:none}}.af-makes__inner{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-makes__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2.4rem,3.7vw,5.6rem);margin:0;padding:0;list-style:none}.af-makes__link{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:space-between;gap:var(--af-space-4);padding-block:var(--af-space-4);border-block-end:1px solid var(--af-border);text-decoration:none;font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);line-height:var(--af-leading-normal);color:var(--af-text);transition:color var(--af-duration) var(--af-ease)}.af-makes__link:before{content:"";position:absolute;inset:0 calc(var(--af-space-4) * -1);z-index:-1;border-radius:var(--af-radius-s);background:var(--af-accent);opacity:0;transition:opacity var(--af-duration) var(--af-ease)}.af-makes__count{color:var(--af-text-secondary);font-variant-numeric:tabular-nums;transition:color var(--af-duration) var(--af-ease)}.af-makes__link--stacked{align-items:flex-start}.af-makes__body{display:flex;flex-direction:column;gap:.2rem;min-inline-size:0}.af-makes__cats{min-block-size:1.8rem;font-size:var(--af-text-body-xs);font-weight:var(--af-weight-regular);color:var(--af-text-tertiary);transition:color var(--af-duration) var(--af-ease)}.af-makes__link:hover .af-makes__cats{color:var(--af-text-on-dark-secondary)}.af-makes__go{display:none;color:var(--af-text-on-dark)}@media(hover:hover){.af-makes__link:hover,.af-makes__link:focus-visible{color:var(--af-text-on-dark)}.af-makes__link:hover:before,.af-makes__link:focus-visible:before{opacity:1}.af-makes__link:hover .af-makes__count,.af-makes__link:focus-visible .af-makes__count{display:none}.af-makes__link:hover .af-makes__go,.af-makes__link:focus-visible .af-makes__go{display:block}}.af-makes__footer{display:flex}@media screen and (min-width:750px){.af-makes__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1200px){.af-makes__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.af-moments__inner{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-moments__shots{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-shot{position:relative;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border-radius:var(--af-radius-slab);background:var(--af-surface-sunken)}.af-shot:before{content:"";grid-area:1 / 1;inline-size:0;padding-block-start:75%}.af-shot__media{position:absolute;top:0;right:0;bottom:0;left:0}.af-shot__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--af-scrim-up)}.af-shot__caption{position:relative;grid-area:1 / 1;align-self:end;display:flex;flex-direction:column;gap:var(--af-space-2);padding:var(--af-space-6)}.af-moments .af-shot__title{font-weight:var(--af-weight-medium);color:var(--af-text-on-dark);text-wrap:balance}.af-shot__text{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-on-dark-secondary);text-wrap:pretty;max-inline-size:min(44rem,100%)}.af-moments__list{margin:0;padding:0;list-style:none}.af-moment{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-2);padding-block:var(--af-space-6);border-block-end:1px solid var(--af-border)}.af-moment:after{content:"";position:absolute;inset-block-end:-1px;inset-inline-start:0;block-size:1px;inline-size:0;background:var(--af-accent);transition:inline-size var(--af-duration-slow) var(--af-ease)}.af-moment:first-child{padding-block-start:0}.af-moment:last-child{border-block-end:0;padding-block-end:0}@media(hover:hover){.af-moment:hover:after{inline-size:100%}.af-moment:last-child:hover:after{inline-size:0}}.af-moment__when{font-family:var(--af-font-display);font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:1.25;color:var(--af-text-tertiary)}.af-moments .af-moment__what{font-weight:var(--af-weight-medium);color:var(--af-text);text-wrap:balance}.af-moment__why{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}@media screen and (min-width:750px){.af-moments__shots{grid-template-columns:repeat(2,minmax(0,1fr))}.af-shot:before{padding-block-start:66.6667%}.af-shot__caption{padding:var(--af-space-8)}.af-moment{grid-template-columns:minmax(14rem,18fr) minmax(0,40fr) minmax(0,42fr);gap:var(--af-space-6);align-items:baseline;padding-block:var(--af-space-8)}.af-moment__when{padding-block-start:.6rem}.af-moment__why{padding-block-start:.4rem}}.af-password{position:relative;display:flex;flex-direction:column;isolation:isolate;overflow:hidden;background:var(--af-surface-inverse);min-block-size:100svh;padding:clamp(3.2rem,5vw,6.4rem) var(--af-gutter)}.af-password__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.af-password__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--af-scrim-up),var(--af-scrim)}.af-password__inner{display:flex;flex-direction:column;justify-content:space-between;gap:var(--af-space-12);flex:1 1 auto}.af-password__brand{font-family:var(--af-font-display);font-size:2.2rem;font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:1.2;color:var(--af-text-on-dark)}.af-password__logo{display:block;inline-size:auto;max-block-size:3.2rem}.af-password__body{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-5);max-inline-size:min(52rem,100%)}.af-password__heading{color:var(--af-text-on-dark)}.af-password__quiet{color:var(--af-text-on-dark-muted)}.af-password__sub{font-size:var(--af-text-body-m);line-height:var(--af-leading-snug);color:var(--af-text-on-dark-secondary);text-wrap:pretty}.af-password__message{font-size:var(--af-text-body-m);line-height:var(--af-leading-snug);color:var(--af-text-on-dark-secondary)}.af-password__message a{color:var(--af-text-on-dark)}.af-password__signup{display:grid;gap:var(--af-space-3);inline-size:100%;max-inline-size:38rem}.af-password__label{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);color:var(--af-text-on-dark-tertiary)}.af-password .af-signup__row{border-block-end-color:var(--af-border-on-dark)}.af-password .af-signup__row:focus-within{border-block-end-color:var(--af-text-on-dark)}.af-password .af-signup__input,.af-password .af-signup__submit{color:var(--af-text-on-dark)}.af-password .af-signup__input::placeholder{color:var(--af-text-on-dark-muted)}.af-password__note{font-size:var(--af-text-body-s);color:var(--af-text-on-dark-secondary)}.af-password__note--error{color:var(--af-mismatch-on-dark)}.af-password__foot{display:flex;flex-direction:column;gap:var(--af-space-5);align-items:flex-start}.af-password__enter-form{inline-size:100%;max-inline-size:38rem}.af-password__enter{inline-size:100%}.af-password__enter-toggle{display:inline-flex;align-items:center;gap:var(--af-space-2);min-block-size:4.4rem;font-size:var(--af-text-body-s);color:var(--af-text-on-dark-secondary);cursor:pointer;list-style:none;transition:color var(--af-duration) var(--af-ease)}.af-password__enter-toggle::-webkit-details-marker{display:none}.af-password__enter-toggle:hover{color:var(--af-text-on-dark)}.af-password__caret{inline-size:1.4rem;block-size:1.4rem;transition:transform var(--af-duration) var(--af-ease)}.af-password__enter[open] .af-password__caret{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.af-password__caret{transition:none}}.af-password__enter-panel{display:grid;gap:var(--af-space-3);padding-block-start:var(--af-space-3)}.af-password__legal{display:flex;flex-wrap:wrap;gap:var(--af-space-1) var(--af-space-4);font-size:var(--af-text-body-xs);color:var(--af-text-on-dark-tertiary)}.af-password__legal a{color:var(--af-text-on-dark-secondary)}@media screen and (min-width:750px){.af-password__inner{gap:var(--af-space-16)}.af-password__sub{font-size:var(--af-text-body-l)}.af-password__foot{flex-direction:row;align-items:baseline;justify-content:space-between;gap:var(--af-space-8)}.af-password__enter-form{inline-size:32rem}.af-password__legal{justify-content:flex-end}}.af-showcase__inner{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-showcase__cards{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3);margin:0;padding:0;list-style:none}.af-showcase__card-item{display:grid;grid-template-columns:minmax(0,1fr)}.af-stats{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-8) var(--af-space-3);margin:0}.af-stats__item{display:flex;flex-direction:column;gap:var(--af-space-2);min-inline-size:0}.af-stats__value{order:-1;margin:0;color:var(--af-text);text-transform:uppercase}.af-stats__label{margin:0;font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}@media screen and (min-width:750px){.af-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.af-stats__item:nth-child(2){align-items:center;text-align:center}.af-stats__item:nth-child(3){align-items:flex-end;text-align:right}}@media screen and (min-width:990px){.af-showcase__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.af-rvw__panel{--af-rvw-pad: clamp(2rem, 2.2vw, 3.2rem);display:flex;flex-direction:column;gap:var(--af-space-4);padding:var(--af-rvw-pad);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}.af-rvw__panel>.af-section-header{margin-block-end:var(--af-space-6)}.af-rvw__summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(2.4rem,4vw,6.4rem);padding:clamp(2rem,1.8vw,2.8rem);border-radius:var(--af-radius-l);background:var(--af-surface)}.af-rvw__score{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-2)}.af-rvw__score-value{margin:0;font-family:var(--af-font-display);font-size:var(--af-text-display-s);font-weight:var(--af-weight-bold);letter-spacing:var(--af-tracking-display);line-height:1;color:var(--af-text)}.af-rvw__score-meta{display:flex;flex-direction:column;gap:.2rem;margin:0;font-size:var(--af-text-body-s);color:var(--af-text-secondary)}.af-rvw__score-own{font-weight:var(--af-weight-bold);color:var(--af-text)}.af-rvw__score-note{font-size:var(--af-text-body-xs);color:var(--af-text-tertiary)}.af-rvw__bars{display:flex;flex-direction:column;gap:0;margin:0;padding:0;list-style:none}.af-rvw__bar-btn{display:grid;grid-template-columns:3.2rem minmax(0,1fr) 3.2rem;align-items:center;gap:var(--af-space-3);inline-size:100%;min-block-size:3.2rem;padding:.4rem .6rem;border:0;border-radius:var(--af-radius-s);background:none;font-family:var(--af-font-body);font-size:var(--af-text-body-s);letter-spacing:var(--af-tracking-body);color:var(--af-text-secondary);cursor:pointer;transition:background-color var(--af-duration) var(--af-ease)}.af-rvw__bar-btn:disabled{cursor:default;opacity:.55}@media(hover:hover){.af-rvw__bar-btn:not(:disabled):hover{background:var(--af-surface-muted)}}.af-rvw__bar-btn[aria-pressed=true]{background:var(--af-surface-muted);color:var(--af-text);font-weight:var(--af-weight-bold)}.af-rvw__bar-label{display:flex;align-items:center;gap:.2rem;justify-content:flex-start;font-variant-numeric:tabular-nums}.af-rvw__bar-star{color:var(--af-star)}.af-rvw__bar-track{block-size:.8rem;border-radius:var(--af-radius-pill);background:var(--af-surface-muted);overflow:hidden}.af-rvw__bar-btn[aria-pressed=true] .af-rvw__bar-track{background:var(--af-surface)}.af-rvw__bar-fill{display:block;block-size:100%;border-radius:inherit;background:var(--af-star)}.af-rvw__bar-count{text-align:end;font-variant-numeric:tabular-nums}.af-rvw__wall{display:flex;flex-direction:column;gap:var(--af-space-8)}.af-rvw__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:var(--af-space-4);margin:0;padding:0;list-style:none}@media screen and (min-width:1100px){.af-rvw__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.af-rvw__item--skeleton{block-size:20rem;border-radius:var(--af-radius-l);background:var(--af-surface);opacity:.6}.af-rvw__divider{grid-column:1 / -1;padding-block-start:var(--af-space-4);font-size:var(--af-text-body-s);font-weight:var(--af-weight-bold);letter-spacing:var(--af-tracking-body);color:var(--af-text-secondary)}.af-rvw__none{margin:0;font-size:var(--af-text-body-m);color:var(--af-text-secondary)}.af-rvw__actions{display:flex;justify-content:center}.af-rvw__actions:not(:has(.af-rvw__more:not([hidden]))){display:none}.af-rvw__more{display:inline-flex;align-items:center;justify-content:center;gap:var(--af-space-2);min-block-size:4.4rem;padding-inline:var(--af-space-2);border:0;background:none;font-family:var(--af-font-body);font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-body);color:var(--af-text);text-decoration:underline;text-underline-offset:.4rem;cursor:pointer;transition:opacity var(--af-duration) var(--af-ease)}@media(hover:hover){.af-rvw__more:hover{opacity:.6}.af-rvw__more:hover .af-icon{transform:translateY(.2rem)}}.af-rvw__more .af-icon{transition:transform var(--af-duration) var(--af-ease)}.af-rvw-card{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-3);block-size:100%;padding:clamp(2rem,1.8vw,2.8rem);border-radius:var(--af-radius-l);background:var(--af-surface)}.af-rvw-card__head{display:flex;align-items:center;justify-content:space-between;gap:var(--af-space-3);inline-size:100%}.af-rvw-card__date{font-size:var(--af-text-body-xs);color:var(--af-text-tertiary)}.af-rvw-card__title{margin:0;font-size:var(--af-text-body-m);font-weight:var(--af-weight-bold);line-height:var(--af-leading-tight);color:var(--af-text);text-wrap:balance}.af-rvw-card__body{margin:0;font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text);text-wrap:pretty}.af-rvw-card__photos{display:flex;flex-wrap:wrap;gap:var(--af-space-2)}.af-rvw-card__photo-btn{display:block;padding:0;border:0;background:none;border-radius:var(--af-radius-s);cursor:zoom-in;line-height:0}.af-rvw-card__photo-btn:focus-visible{outline:2px solid var(--af-accent);outline-offset:2px}.af-rvw-card__photo{inline-size:9.6rem;block-size:9.6rem;border-radius:var(--af-radius-s);object-fit:cover;background:var(--af-surface-sunken)}.af-rvw-card__foot{display:flex;flex-wrap:wrap;align-items:center;gap:var(--af-space-2) var(--af-space-3);inline-size:100%;margin-block-start:auto;padding-block-start:var(--af-space-3);border-block-start:1px solid var(--af-border)}.af-rvw-card__who{display:flex;align-items:center;gap:var(--af-space-2);min-inline-size:0}.af-rvw-card__name{font-size:var(--af-text-body-s);font-weight:var(--af-weight-bold);color:var(--af-text)}.af-rvw-card [hidden]{display:none}.af-rvw-card__badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem var(--af-space-2);border-radius:var(--af-radius-pill);background:var(--af-fit-wash);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-semibold);line-height:1.5;color:var(--af-fit);white-space:nowrap}.af-rvw-card__car{padding:.4rem var(--af-space-3);border-radius:var(--af-radius-pill);background:var(--af-surface-muted);font-size:var(--af-text-body-xs);color:var(--af-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-inline-size:100%}.af-rvw__placeholder{padding:var(--af-space-10);border:1px dashed var(--af-border-dashed);border-radius:var(--af-radius-xl);text-align:center}.af-rvw__placeholder-title{margin:0 0 var(--af-space-2);font-family:var(--af-font-display);font-size:var(--af-text-heading-s);color:var(--af-text)}.af-rvw__placeholder-body{margin:0;font-size:var(--af-text-body-s);color:var(--af-text-secondary)}@media screen and (max-width:749px){.af-rvw__summary{grid-template-columns:minmax(0,1fr);gap:var(--af-space-6)}.af-rvw__grid{grid-template-columns:minmax(0,1fr)}}airflux-sticky-cta{position:fixed;inset-inline:0;inset-block-end:0;z-index:3;display:block;padding:var(--af-frame-inset);padding-block-end:max(var(--af-frame-inset),env(safe-area-inset-bottom));pointer-events:none;opacity:0;transform:translateY(100%);transition:opacity var(--af-duration) var(--af-ease),transform var(--af-duration-slow) var(--af-ease)}airflux-sticky-cta[data-shown]{opacity:1;transform:none;pointer-events:auto}.af-sticky__bar{--af-sticky-pad-y: var(--af-space-3);--af-sticky-pad-x: var(--af-space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--af-space-4);max-inline-size:var(--af-page-max);margin-inline:auto;padding:var(--af-sticky-pad-y) var(--af-sticky-pad-x);border-radius:var(--af-radius-l);background:var(--af-surface-inverse)}.af-sticky__info{display:flex;flex-direction:column;gap:.2rem;min-inline-size:0}.af-sticky__title{font-family:var(--af-font-display);font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-display);line-height:1.25;color:var(--af-text-on-dark)}.af-sticky__title:has(.af-sticky__rating){display:flex;align-items:center;gap:var(--af-space-2);overflow:visible}.af-sticky__title:has(.af-sticky__rating) .af-sticky__name{min-inline-size:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.af-sticky__rating{display:inline-flex;flex:none;align-items:center;gap:.3rem;padding:.2rem var(--af-space-2);border-radius:var(--af-radius-pill);background:var(--af-glass-strong);font-family:var(--af-font-body);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-body);line-height:1.4;color:var(--af-text-on-dark);white-space:nowrap}.af-sticky__rating svg{color:var(--af-star-on-dark)}.af-sticky__meta{display:flex;align-items:baseline;gap:var(--af-space-2);font-size:var(--af-text-body-s);line-height:1.35;min-inline-size:0}.af-sticky__price{font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);color:var(--af-text-on-dark);white-space:nowrap}.af-sticky__price:has(.af-sticky__was){color:var(--af-mismatch-on-dark)}.af-sticky__was{margin-inline-end:.4rem;font-size:var(--af-text-body-s);color:var(--af-text-on-dark-secondary);font-weight:var(--af-weight-medium);text-decoration:line-through;text-decoration-thickness:.1em}.af-sticky__price[hidden]{display:none}.af-sticky__note{color:var(--af-text-on-dark-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.af-sticky__btn .af-btn__label{white-space:nowrap}.af-sticky__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:479px){.af-sticky__note{display:none}.af-sticky__bar{--af-sticky-pad-y: var(--af-space-2)}.af-sticky__btn .af-btn__label{font-size:var(--af-text-body-s)}}@media screen and (max-width:359px){.af-sticky__title{font-size:var(--af-text-body-s)}}@media screen and (min-width:990px){.af-sticky__bar{max-inline-size:62rem;margin-inline:auto 0}}@media screen and (max-width:749px){airflux-sticky-cta{padding:0}.af-sticky__bar{border-radius:0;--af-sticky-pad-x: var(--af-gutter);padding-block-end:max(var(--af-sticky-pad-y),env(safe-area-inset-bottom));position:relative}.af-sticky__rating{position:absolute;inset-block-end:100%;inset-inline-start:0;padding:var(--af-space-1) var(--af-sticky-pad-x) 0;border-start-start-radius:var(--af-radius-m);border-start-end-radius:var(--af-radius-m);border-end-start-radius:0;border-end-end-radius:0;background:var(--af-surface-inverse)}}.af-story{display:flex;flex-direction:column;gap:var(--af-space-12)}.af-story__stats{display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin:0;padding:0;border-block-start:1px solid var(--af-border)}.af-story__stat{display:flex;flex-direction:column-reverse;gap:var(--af-space-1);padding-block:var(--af-space-5);border-block-end:1px solid var(--af-border)}.af-story__stat-value{font-variant-numeric:tabular-nums}.af-story__stat-label{font-size:var(--af-text-body-s);color:var(--af-text-secondary);text-wrap:pretty}.af-story__chapters{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-10)}.af-story__chapter{display:flex;flex-direction:column;gap:var(--af-space-3);max-inline-size:62ch}.af-story__chapter-text{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}.af-story__chapter-text>*+*{margin-block-start:var(--af-space-4)}.af-story__chapter-text a{color:var(--af-text);text-underline-offset:3px}.af-story__company{padding:clamp(2.4rem,3vw,4rem);border-radius:var(--af-radius-xl);background:var(--af-surface-muted)}@media screen and (min-width:750px){.af-story__stats{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:var(--af-space-8)}.af-story__stat{border-block-end:0;padding-block-end:0}.af-story__chapters{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--af-space-12);row-gap:var(--af-space-12)}}.af-anatomy{margin-block-start:var(--af-space-10)}.af-anatomy__figure{padding:clamp(var(--af-space-6),4vw,var(--af-space-12)) clamp(var(--af-space-4),3vw,var(--af-space-10));border-radius:var(--af-radius-l);background:var(--af-surface-inverse)}.af-anatomy__svg{display:block;inline-size:100%;block-size:auto}.af-anatomy__anchor line{stroke:#f4f4f266;stroke-width:1.5}.af-anatomy__anchor circle{fill:var(--af-accent)}.af-anatomy__anchor text{fill:var(--af-text-on-dark);font-family:var(--af-font-body);font-size:26px;font-weight:600;letter-spacing:var(--af-tracking-body);text-anchor:middle}.af-anatomy__key{display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin:var(--af-space-8) 0 0;padding:0;list-style:none;counter-reset:none}.af-anatomy__part{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:var(--af-space-4);padding-block:var(--af-space-5);border-block-end:1px solid var(--af-border)}.af-anatomy__num{display:grid;place-items:center;inline-size:2.8rem;block-size:2.8rem;border-radius:var(--af-radius-pill);background:var(--af-accent);color:#fff;font-family:var(--af-font-body);font-size:var(--af-text-body-s);font-weight:var(--af-weight-semibold);letter-spacing:var(--af-tracking-body);line-height:1;font-variant-numeric:tabular-nums}.af-anatomy__body{display:flex;flex-direction:column;gap:var(--af-space-2);min-inline-size:0}.af-anatomy__name{font-family:var(--af-font-display);font-size:var(--af-text-heading-s);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);color:var(--af-text)}.af-anatomy__text{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}@media screen and (max-width:749px){.af-anatomy__part:last-child{padding-block-end:0;border-block-end:0}}@media screen and (min-width:750px){.af-anatomy__key{margin-block-start:var(--af-space-10);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--af-space-10)}}@media screen and (min-width:1200px){.af-anatomy__key{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:var(--af-space-8)}.af-anatomy__part{border-block-end:0;border-block-start:1px solid var(--af-border);padding-block-end:0}}.af-mot{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-3)}@media screen and (max-width:749px){.af-mot{gap:0}}.af-mot__panel{display:flex;flex-direction:column;align-items:flex-start;gap:var(--af-space-6);padding:clamp(2.4rem,3vw,4.8rem);border-radius:var(--af-radius-xl);min-inline-size:0}.af-mot__panel--muted{background:var(--af-surface-muted)}.af-mot__intro{font-size:var(--af-text-body-l);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty;max-inline-size:56ch}.af-mot__checks{display:flex;flex-direction:column;gap:var(--af-space-6);inline-size:100%;margin:0;padding:0;list-style:none}.af-mot__check{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--af-space-4);align-items:start}.af-mot__check-body{display:flex;flex-direction:column;gap:var(--af-space-1);min-inline-size:0}.af-mot__check-do{font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);line-height:var(--af-leading-snug);color:var(--af-text);text-wrap:pretty}.af-mot__check-fail{font-size:var(--af-text-body-s);line-height:var(--af-leading-snug);color:var(--af-text-secondary);text-wrap:pretty}.af-mot__panel--ink{background:var(--af-surface-inverse);color:var(--af-text-on-dark);justify-content:space-between}.af-mot__panel-title{color:var(--af-text-on-dark);text-wrap:balance}.af-mot__promises{display:flex;flex-direction:column;gap:var(--af-space-5);inline-size:100%;margin:0;padding:0;list-style:none}.af-mot__promise{display:flex;flex-direction:column;gap:var(--af-space-1);padding-block-start:var(--af-space-5);border-block-start:1px solid var(--af-border-on-inverse)}.af-mot__promise-title{font-size:var(--af-text-body-m);font-weight:var(--af-weight-semibold);color:var(--af-text-on-dark)}.af-mot__promise-text{font-size:var(--af-text-body-s);line-height:var(--af-leading-normal);color:var(--af-text-on-dark-secondary);text-wrap:pretty}.af-mot__btn{inline-size:100%}@media screen and (min-width:990px){.af-mot{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:stretch}.af-mot__btn{inline-size:auto}}.af-wipe{display:block;margin-block-start:var(--af-space-10)}.af-wipe__defs{position:absolute;inline-size:0;block-size:0;overflow:hidden}.af-wipe__frame{--af-pivot-x: 50%;--af-pivot-y: 138%;--af-arc: 140deg;--af-swept: calc(var(--af-sweep, .5) * var(--af-arc));position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--af-radius-l);background:#05090f;touch-action:pan-y;cursor:ew-resize;-webkit-user-select:none;user-select:none}@media screen and (min-width:750px){.af-wipe__frame{aspect-ratio:16 / 8.4}}.af-wipe__layer{position:absolute;top:0;right:0;bottom:0;left:0}.af-wipe__scene{display:block;inline-size:100%;block-size:100%;object-fit:cover}.af-wipe__layer--worn .af-wipe__scene{filter:blur(3.4px) saturate(.88) contrast(.82) brightness(1.16);transform:scale(1.06)}.af-wipe__layer--worn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(46% 42% at 69% 52%,#fff4e033,#fff4e000 70%),radial-gradient(120% 90% at 50% 46%,#d6e6f61c,#d6e6f60a 70%);pointer-events:none}.af-wipe__layer--worn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-conic-gradient(from calc(var(--af-arc) / -2) at var(--af-pivot-x) var(--af-pivot-y),rgba(255,255,255,.034) 0 .45deg,rgba(255,255,255,0) .45deg 1.7deg);pointer-events:none}.af-wipe__layer--clear{-webkit-mask-image:conic-gradient(from calc(var(--af-arc) / -2) at var(--af-pivot-x) var(--af-pivot-y),#000 0 var(--af-swept),transparent var(--af-swept));mask-image:conic-gradient(from calc(var(--af-arc) / -2) at var(--af-pivot-x) var(--af-pivot-y),#000 0 var(--af-swept),transparent var(--af-swept))}.af-wipe__frame .af-wipe__blade{display:block}.af-wipe__blade{position:absolute;inset-block-start:calc(var(--af-pivot-y) - 134%);inset-inline-start:var(--af-pivot-x);inline-size:1rem;block-size:134%;margin-inline-start:-.5rem;transform-origin:50% 100%;rotate:calc(var(--af-swept) - (var(--af-arc) / 2));background:linear-gradient(90deg,#ffffff6b 0 1px,#14181d 1px 100%);border-radius:.5rem .5rem 0 0;box-shadow:-.1rem 0 1.6rem #0000008c,.6rem 0 2.4rem #00000047;pointer-events:none}.af-wipe__blade:after{content:"";position:absolute;inset-block:0;inset-inline-start:-.4rem;inline-size:.4rem;background:linear-gradient(90deg,#dcf0ff00,#dcf0ff4d)}.af-wipe__hint{position:absolute;inset-block-end:var(--af-space-4);inset-inline-start:50%;translate:-50% 0;margin:0;padding:var(--af-space-2) var(--af-space-4);border-radius:var(--af-radius-pill);background:#05090f8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-on-dark-secondary);pointer-events:none;transition:opacity var(--af-duration) var(--af-ease)}airflux-wipe[data-ready] .af-wipe__frame:active .af-wipe__hint{opacity:0}.af-wipe__control{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--af-space-4);margin-block-start:var(--af-space-5)}.af-wipe__end{font-size:var(--af-text-body-xs);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-eyebrow);text-transform:uppercase;color:var(--af-text-tertiary);white-space:nowrap}.af-wipe__end--new{color:var(--af-text)}.af-wipe__range{inline-size:100%;min-inline-size:0;block-size:4.4rem;margin:0;background:none;-webkit-appearance:none;appearance:none;cursor:ew-resize}.af-wipe__range::-webkit-slider-runnable-track{block-size:2px;border-radius:var(--af-radius-pill);background:var(--af-border)}.af-wipe__range::-moz-range-track{block-size:2px;border-radius:var(--af-radius-pill);background:var(--af-border)}.af-wipe__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;inline-size:1.2rem;block-size:2.4rem;margin-block-start:-1.1rem;border:0;border-radius:var(--af-radius-pill);background:var(--af-text);cursor:ew-resize}.af-wipe__range::-moz-range-thumb{inline-size:1.2rem;block-size:2.4rem;border:0;border-radius:var(--af-radius-pill);background:var(--af-text);cursor:ew-resize}.af-wipe__range:focus-visible{outline:2px solid var(--af-accent);outline-offset:6px;border-radius:var(--af-radius-pill)}.af-wipe__moments{margin:var(--af-space-12) 0 0;padding:0;list-style:none}.af-wipe__moment{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:var(--af-space-2);padding-block:var(--af-space-6);border-block-end:1px solid var(--af-border)}.af-wipe__moment:after{content:"";position:absolute;inset-block-end:-1px;inset-inline-start:0;block-size:1px;inline-size:0;background:var(--af-accent);transition:inline-size var(--af-duration-slow) var(--af-ease)}.af-wipe__moment:first-child{padding-block-start:0}.af-wipe__moment:last-child{border-block-end:0;padding-block-end:0}@media(hover:hover){.af-wipe__moment:hover:after{inline-size:100%}.af-wipe__moment:last-child:hover:after{inline-size:0}}.af-wipe__moment-when{font-family:var(--af-font-display);font-size:var(--af-text-body-m);font-weight:var(--af-weight-medium);letter-spacing:var(--af-tracking-display);line-height:1.25;color:var(--af-text-tertiary)}.af-wipe-section .af-wipe__moment-what{font-weight:var(--af-weight-medium);color:var(--af-text);text-wrap:balance}.af-wipe__moment-why{font-size:var(--af-text-body-m);line-height:var(--af-leading-normal);color:var(--af-text-secondary);text-wrap:pretty}@media screen and (min-width:750px){.af-wipe__moment{grid-template-columns:minmax(14rem,18fr) minmax(0,40fr) minmax(0,42fr);gap:var(--af-space-6);align-items:baseline;padding-block:var(--af-space-8)}.af-wipe__moment-when{padding-block-start:.6rem}.af-wipe__moment-why{padding-block-start:.4rem}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
