.hero{display:grid;grid-template-columns:1.04fr .96fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.5rem;width:100%}.hero--image-right{grid-template-columns:1.04fr .96fr}.hero--image-left{grid-template-columns:.96fr 1.04fr}.hero--image-left .hero__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.hero--image-left .hero__image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hero--no-image{grid-template-columns:1fr}.hero__content{width:100%}.hero__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__image-element{display:block;width:100%;max-width:100%;max-height:38.75rem;height:auto}.hero__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;margin-bottom:1.125rem}.hero__icon{width:40px;height:40px;border-radius:4px;background:var(--ink);color:var(--fg-on-inverse);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.hero__icon-image{display:block;width:1.5rem;height:1.5rem;-o-object-fit:contain;object-fit:contain}@media (prefers-color-scheme:dark){.hero__icon-image{-webkit-filter:invert(100%);filter:invert(100%)}}.hero__badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;color:var(--fg-3);font-size:.625rem;text-transform:uppercase;font-weight:600;line-height:1;white-space:nowrap}.hero__title{font-weight:600;color:var(--fg-1);max-width:840px}.hero__description{margin-top:1.5rem;color:var(--fg-2)}.hero__description p{margin:0;color:inherit;font-size:1.188rem;line-height:1.6;max-width:38.75rem}.hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3rem;margin-top:2.5rem}.hero__stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__stat-value{font-size:2.25rem;font-weight:600}.hero__stat-label{margin-top:.5rem;font-size:.75rem;line-height:1.4;color:var(--fg-3)}.hero__bottom-text{margin-top:2rem;font-size:.75rem;line-height:1.5;color:var(--fg-3)}.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem;height:2.75rem;padding:0 1.25rem;border-radius:.25rem;font-size:.875rem;font-weight:600;text-decoration:none}.button:hover{text-decoration:underline}.button--primary{background:var(--ink);color:var(--fg-on-inverse)}.button--primary::after{content:"";width:1rem;height:1rem;margin-left:.5rem;display:inline-block;background:currentColor;-webkit-mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat;mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat}.button--secondary{background:var(--bg-surface);border:.063rem solid var(--border-strong);color:var(--fg-1)}.button--ternary{background:var(--link-pink);border:.063rem solid var(--border-strong);color:var(--fg-on-inverse)}.button--ternary::after{content:"";width:1rem;height:1rem;margin-left:.5rem;display:inline-block;background:currentColor;-webkit-mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat;mask:url(../../main/assets/arrow-right.svg) center/contain no-repeat}@media only screen and (max-width:920px){.hero{grid-template-columns:1fr}.hero__description{max-width:100%}.hero__stats{gap:2rem}.hero--image-left .hero__content,.hero--image-left .hero__image,.hero--image-right .hero__content,.hero--image-right .hero__image{-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}.hero--image-left .hero__image,.hero--image-right .hero__image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}