.von{--von-line: rgba(var(--color-foreground), .12);--von-line-soft: rgba(var(--color-foreground), .07);--von-fill: rgba(var(--color-foreground), .04);--von-muted: rgba(var(--color-foreground), .68);--von-gap: 1.6rem;--von-clay: #b5501f;--von-clay-soft: #f2ddc9;--von-sage: #5e7a5c;--von-sage-soft: #e2e9e0;--von-ochre: #c1892b;--von-ochre-soft: #f4e6c9}.von__inner{max-width:var(--page-width);margin:0 auto;padding:0 1.5rem}@media screen and (min-width:750px){.von__inner{padding:0 5rem}}.von__head{max-width:68rem;margin:0 0 3.2rem}.von__head--center{margin-left:auto;margin-right:auto;text-align:center}.von__eyebrow{display:block;font-size:1.2rem;letter-spacing:.16em;text-transform:uppercase;color:var(--von-clay);font-weight:600;margin:0 0 1rem}.von-chip{display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border-radius:50%;flex:none}.von-chip svg{width:2rem;height:2rem;color:#fff}.von-chip--sm{width:3.6rem;height:3.6rem}.von-chip--sm svg{width:1.6rem;height:1.6rem}.von-chip--clay{background:var(--von-clay)}.von-chip--sage{background:var(--von-sage)}.von-chip--ochre{background:var(--von-ochre)}.von__title{margin:0 0 1.2rem;text-wrap:balance}.von__sub{margin:0;color:var(--von-muted);line-height:1.6}.von-problem__grid{display:grid;gap:1.2rem;grid-template-columns:1fr}@media screen and (min-width:750px){.von-problem__grid{grid-template-columns:repeat(3,1fr);gap:1.6rem}}.von-problem__item{border:.1rem solid var(--von-line);border-top:.3rem solid var(--von-clay);padding:2.2rem 2rem;display:flex;flex-direction:column;gap:.8rem}.von-problem__item:nth-child(3n+2){border-top-color:var(--von-sage)}.von-problem__item:nth-child(3n+3){border-top-color:var(--von-ochre)}.von-problem__item h3{margin:0;font-size:1.7rem}.von-problem__item p{margin:0;color:var(--von-muted);font-size:1.5rem;line-height:1.6}.von-problem__turn{margin:3.2rem 0 0;padding:2.8rem 2.4rem;background:var(--von-clay-soft);color:#241d18;text-align:center}.von-problem__turn h3{margin:0 0 1rem;text-wrap:balance}.von-problem__turn p{margin:0 auto;max-width:62rem;color:#241d18b8;line-height:1.65}.von-rows{display:flex;flex-direction:column;gap:4.8rem}.von-row{display:grid;gap:2.4rem;align-items:center;grid-template-columns:1fr}@media screen and (min-width:990px){.von-row{grid-template-columns:1fr 1fr;gap:5.6rem}.von-row--flip .von-row__media{order:2}}.von-row__media img,.von-row__media svg{display:block;width:100%;height:auto;border-radius:.6rem}.von-row__media--empty{aspect-ratio:4 / 3;background:var(--von-fill);display:grid;place-items:center;color:rgba(var(--color-foreground),.35);font-size:1.3rem;border-radius:.6rem}.von-row__text h3{margin:0 0 1.2rem;text-wrap:balance}.von-row__text p{margin:0 0 1.6rem;color:var(--von-muted);line-height:1.65}.von-row__text p:last-child{margin-bottom:0}.von-row__list{list-style:none;padding:0;margin:1.6rem 0 0;display:flex;flex-direction:column;gap:1rem}.von-row__list li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;font-size:1.5rem;line-height:1.55}.von-row__list svg{width:1.8rem;height:1.8rem;margin-top:.2rem;flex:none;color:var(--von-clay)}.von-steps{display:grid;gap:2.4rem;grid-template-columns:1fr;counter-reset:von-step}@media screen and (min-width:750px){.von-steps{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.von-step{display:flex;flex-direction:column;gap:1.2rem}.von-step__num{width:4.4rem;height:4.4rem;display:grid;place-items:center;background:var(--von-clay);color:#fff;border-radius:50%;font-size:1.6rem;font-weight:600;font-variant-numeric:tabular-nums}.von-step h3{margin:0;font-size:1.8rem}.von-step p{margin:0;color:var(--von-muted);line-height:1.6;font-size:1.5rem}.von-step__media img{display:block;width:100%;height:auto;margin-bottom:.4rem;border-radius:.6rem}.von-grid{display:grid;gap:.2rem;grid-template-columns:1fr}@media screen and (min-width:750px){.von-grid--2{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:750px){.von-grid--3{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:750px){.von-grid--4{grid-template-columns:repeat(4,1fr)}}.von-cell{display:flex;flex-direction:column;gap:1rem;padding:2.4rem 2rem;border:.1rem solid var(--von-line-soft)}.von-cell--center{text-align:center;align-items:center}.von-cell h3{margin:0;font-size:1.6rem}.von-cell p{margin:0;color:var(--von-muted);font-size:1.45rem;line-height:1.55}.von-compare__scroll{overflow-x:auto}.von-compare{width:100%;min-width:52rem;border-collapse:collapse;font-size:1.5rem}.von-compare th,.von-compare td{padding:1.6rem;text-align:left;border-bottom:.1rem solid var(--von-line-soft);vertical-align:top}.von-compare thead th{font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:.1rem solid var(--von-line)}.von-compare__ours{background:var(--von-clay-soft);color:#241d18}.von-compare td svg{width:1.7rem;height:1.7rem;margin-right:.6rem;vertical-align:-.3rem}.von-compare__ours svg{color:var(--von-clay)}.von-compare td:not(.von-compare__ours) svg{color:rgba(var(--color-foreground),.4)}.von-compare__label{font-weight:600}.von-specs__wrap{display:grid;gap:3.2rem;grid-template-columns:1fr}@media screen and (min-width:990px){.von-specs__wrap{grid-template-columns:3fr 2fr;gap:4.8rem}}.von-specs{width:100%;border-collapse:collapse;font-size:1.5rem}.von-specs th,.von-specs td{padding:1.3rem 0;text-align:left;border-bottom:.1rem solid var(--von-line-soft);vertical-align:top}.von-specs th{width:40%;font-weight:600;padding-right:1.6rem}.von-specs td{color:var(--von-muted)}.von-box{border:.1rem solid var(--von-line);padding:2.4rem 2.2rem}.von-box h3{margin:0 0 1.6rem;font-size:1.6rem}.von-box ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.von-box li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;font-size:1.5rem}.von-box svg{width:2rem;height:2rem;flex:none;color:var(--von-clay)}.von-box-split{display:grid;gap:3.2rem;grid-template-columns:1fr}@media screen and (min-width:990px){.von-box-split{grid-template-columns:1fr 1fr;gap:5.6rem;align-items:center}.von-box-split--image-left .von-box-split__media{order:-1}}.von-box-split__heading{margin:0 0 1.2rem;text-wrap:balance}.von-box-split__grid{display:grid;gap:.2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.von-box-split__item{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.8rem 2rem 0}.von-box-split__item h3{margin:0;font-size:1.6rem}.von-box-split__item p{margin:0;font-size:1.4rem;color:var(--von-muted);line-height:1.5}.von-box-split__media img{display:block;width:100%;height:auto;border-radius:.6rem}.von-box-split__media-empty{aspect-ratio:4 / 3;background:var(--von-fill);display:grid;place-items:center;text-align:center;padding:2rem;color:rgba(var(--color-foreground),.35);font-size:1.3rem;border-radius:.6rem}.von-ring--sm{width:4.2rem;height:4.2rem}.von-ring--sm svg{width:1.8rem;height:1.8rem}.von-guarantee{display:grid;gap:3.2rem 2rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.von-guarantee{grid-template-columns:repeat(4,1fr);gap:2rem}}.von-guarantee__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.3rem}.von-guarantee__item h3{margin:0;font-size:1.55rem;text-wrap:balance}.von-guarantee__item p{margin:0;font-size:1.4rem;color:var(--von-muted);line-height:1.5}.von-faq{max-width:76rem;margin:0 auto}.von-faq__item{border-bottom:.1rem solid var(--von-line)}.von-faq__item summary{list-style:none;cursor:pointer;padding:1.9rem 3.2rem 1.9rem 0;position:relative;font-size:1.6rem;font-weight:500;display:block}.von-faq__item summary::-webkit-details-marker{display:none}.von-faq__item summary:after{content:"";position:absolute;right:.4rem;top:50%;width:1rem;height:1rem;border-right:.15rem solid var(--von-clay);border-bottom:.15rem solid var(--von-clay);transform:translateY(-70%) rotate(45deg);transition:transform .15s ease}.von-faq__item[open] summary:after{transform:translateY(-30%) rotate(-135deg)}.von-faq__item[open] summary{color:var(--von-clay)}.von-faq__item summary:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.von-faq__answer{padding:0 3.2rem 2rem 0;color:var(--von-muted);line-height:1.65;font-size:1.5rem}.von-faq__answer>*:first-child{margin-top:0}.von-faq__answer>*:last-child{margin-bottom:0}.von-cta{text-align:center;padding:1rem 2rem;max-width:60rem;margin:0 auto}.von-cta h2{margin:0 0 1.4rem;text-wrap:balance}.von-cta p{margin:0 auto 3.2rem;max-width:50rem;color:var(--von-muted);line-height:1.65;font-size:1.6rem}.von-cta .button{min-width:28rem;padding-top:1.7rem;padding-bottom:1.7rem;font-size:1.6rem;letter-spacing:.02em;border-width:0;border-radius:.6rem;box-shadow:0 .6rem 1.6rem #0000002e;transition:transform .15s ease,box-shadow .15s ease}.von-cta .button:hover{transform:translateY(-.2rem);box-shadow:0 .9rem 2rem #0000003d}.von-cta__note{margin:2rem 0 0;font-size:1.35rem;color:rgba(var(--color-foreground),.6)}@media(prefers-reduced-motion:reduce){.von-cta .button{transition:none}}.von-trust{display:flex;flex-direction:column;gap:1.2rem;margin:1.6rem 0 0}.von-trust__item{display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:center;font-size:1.4rem;line-height:1.5}.von-trust__item strong{display:block;font-weight:600}.von-trust__item span{color:var(--von-muted)}.von-pay{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin:1.6rem 0 0}.von-pay svg{height:2.4rem;width:auto}.von-pay__label{width:100%;font-size:1.25rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin-bottom:.2rem}.von-timeline{margin:2rem 0 0}.von-timeline__track{display:grid;grid-template-columns:repeat(3,1fr);position:relative}.von-timeline__track:before{content:"";position:absolute;left:16.6%;right:16.6%;top:1.1rem;height:.1rem;background:var(--von-line)}.von-timeline__stop{display:flex;flex-direction:column;align-items:center;gap:.7rem;text-align:center;position:relative}.von-timeline__dot{width:2.2rem;height:2.2rem;border-radius:50%;border:.15rem solid rgba(var(--color-foreground),.35);background:rgb(var(--color-background));display:grid;place-items:center}.von-timeline__dot svg{width:1.1rem;height:1.1rem}.von-timeline__stop--done .von-timeline__dot{border-color:var(--von-clay);background:var(--von-clay);color:#fff}.von-timeline__stop small{font-size:1.25rem;line-height:1.35;color:var(--von-muted)}.von-timeline__stop b{font-size:1.35rem;font-weight:600}.von-sticky{position:fixed;left:0;right:0;bottom:0;z-index:4;background:rgb(var(--color-background));border-top:.1rem solid var(--von-line);padding:1rem 1.5rem;transform:translateY(105%);transition:transform .25s ease;box-shadow:0 -.2rem 1.2rem rgba(var(--color-foreground),.06)}.von-sticky.is-visible{transform:translateY(0)}.von-sticky__inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;gap:1.2rem}.von-sticky__img{width:4.4rem;height:4.4rem;object-fit:cover;flex:none;display:none;border-radius:.5rem}.von-sticky__meta{flex:1 1 auto;min-width:0;display:none}.von-sticky__meta b{display:block;font-size:1.45rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.von-sticky__meta span{font-size:1.35rem;color:var(--von-muted)}.von-sticky .button{flex:1 1 auto;margin:0}@media screen and (min-width:750px){.von-sticky__img,.von-sticky__meta{display:block}.von-sticky .button{flex:0 0 auto;min-width:24rem}}.von-ring{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;border:.15rem solid currentColor;flex:none}.von-ring svg{width:2.4rem;height:2.4rem}.von-ring--clay{color:var(--von-clay)}.von-ring--sage{color:var(--von-sage)}.von-ring--ochre{color:var(--von-ochre)}.von-bar__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:0;margin:0 -1.5rem;padding:0 1.5rem}.von-bar__track::-webkit-scrollbar{display:none}.von-bar__item{flex:0 0 100%;scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;padding:.4rem 2rem 0}.von-bar__item b{font-size:1.7rem;font-weight:700}.von-bar__item span{font-size:1.4rem;color:var(--von-muted);line-height:1.5;max-width:32rem}.von-bar__nav{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:2rem}.von-bar__arrow{display:grid;place-items:center;width:3.2rem;height:3.2rem;border:none;background:none;color:rgba(var(--color-foreground),.55);cursor:pointer;padding:0}.von-bar__arrow svg{width:2rem;height:2rem}.von-bar__arrow:hover{color:rgb(var(--color-foreground))}.von-bar__dots{display:flex;align-items:center;gap:.8rem}.von-bar__dot{width:.8rem;height:.8rem;border-radius:50%;border:none;padding:0;background:rgba(var(--color-foreground),.22);cursor:pointer}.von-bar__dot.is-active{background:var(--von-clay);width:2rem;border-radius:.4rem;transition:width .2s ease}@media screen and (min-width:750px){.von-bar__track{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible;margin:0;padding:0;gap:2.4rem}.von-bar__item{flex:none;scroll-snap-align:none;padding:0}.von-bar__nav{display:none}}@media(prefers-reduced-motion:reduce){.von-sticky,.von-faq__item summary:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/vonalero.css.map */
