@layer base{.side-by-side{display:grid;grid-template-columns:1fr;column-gap:var(--hds-space-layout-gap);row-gap:var(--hds-space-core-300);align-items:stretch}.side-by-side--reverse-when-stacked>:first-child{order:2}.side-by-side--reverse-when-stacked>:last-child{order:1}.side-by-side-row-gap{--side-by-side-row-gap-mb:var(--hds-space-core-300);--side-by-side-row-gap-tb:initial;--side-by-side-row-gap-dt:initial;row-gap:var(--side-by-side-row-gap-mb)}.side-by-side-column-gap{--side-by-side-column-gap-mb:var(--hds-space-layout-gap);--side-by-side-column-gap-tb:initial;--side-by-side-column-gap-dt:initial;column-gap:var(--side-by-side-column-gap-mb)}.side-by-side-align{--side-by-side-align-mb:stretch;--side-by-side-align-tb:initial;--side-by-side-align-dt:initial;align-items:var(--side-by-side-align-mb)}@media (min-width:640px){.side-by-side{grid-template-columns:var(
        --side-by-side-template-cols-tb,var(--side-by-side-template-cols,1fr)
      )}.side-by-side--reverse-when-stacked:not(.side-by-side--stacked-through-tablet)>:first-child,.side-by-side--reverse-when-stacked:not(.side-by-side--stacked-through-tablet)>:last-child{order:0}.side-by-side:not(.side-by-side-row-gap){row-gap:var(--hds-space-core-400)}.side-by-side-row-gap{row-gap:var(--side-by-side-row-gap-tb,var(--side-by-side-row-gap-mb))}.side-by-side-column-gap{column-gap:var(--side-by-side-column-gap-tb,var(--side-by-side-column-gap-mb))}.side-by-side-align{align-items:var(--side-by-side-align-tb,var(--side-by-side-align-mb))}}@media (min-width:940px){.side-by-side{grid-template-columns:var(
        --side-by-side-template-cols-dt,var(--side-by-side-template-cols-tb,var(--side-by-side-template-cols,1fr))
      )}.side-by-side--reverse-when-stacked>:first-child,.side-by-side--reverse-when-stacked>:last-child{order:0}.side-by-side-row-gap{row-gap:var(
        --side-by-side-row-gap-dt,var(--side-by-side-row-gap-tb,var(--side-by-side-row-gap-mb))
      )}.side-by-side-column-gap{column-gap:var(
        --side-by-side-column-gap-dt,var(--side-by-side-column-gap-tb,var(--side-by-side-column-gap-mb))
      )}.side-by-side-align{align-items:var(
        --side-by-side-align-dt,var(--side-by-side-align-tb,var(--side-by-side-align-mb))
      )}}.side-by-side-content{min-width:0;max-width:var(--side-by-side-content-max-width,544px)}.side-by-side-content-padding-inline-buffer{--side-by-side-content-padding-inline-buffer-mb:0;--side-by-side-content-padding-inline-buffer-tb:initial;--side-by-side-content-padding-inline-buffer-dt:initial}.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(--side-by-side-content-padding-inline-buffer-mb)}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(--side-by-side-content-padding-inline-buffer-mb)}@media (min-width:640px){.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(
        --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
      )}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(
        --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
      )}}@media (min-width:940px){.side-by-side-content--left.side-by-side-content-padding-inline-buffer{padding-inline-end:var(
        --side-by-side-content-padding-inline-buffer-dt,var(
          --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
        )
      )}.side-by-side-content--right.side-by-side-content-padding-inline-buffer{padding-inline-start:var(
        --side-by-side-content-padding-inline-buffer-dt,var(
          --side-by-side-content-padding-inline-buffer-tb,var(--side-by-side-content-padding-inline-buffer-mb)
        )
      )}}}.hero__container{--section-container-pbs:var(--hds-space-core-300);--section-container-pbe:var(--hds-space-core-0);--section-container-pbs-tb:var(--hds-space-core-0);--section-container-pbe-tb:var(--hds-space-core-700);--section-container-pbs-dt:var(--hds-space-core-0);--section-container-pbe-dt:var(--hds-space-core-800)}.hero__heading{letter-spacing:var(--hds-font-heading-hero-sm-letterSpacing);line-height:var(--hds-font-heading-hero-sm-lineHeight);font-size:var(--hds-font-heading-hero-sm-size);font-weight:var(--hds-font-heading-hero-sm-weight);text-wrap:pretty}@media (max-width:639px){.hero__graphic{margin-inline:var(--section-container-margin-inline-bleed,0);border-radius:0}}.hero__description{text-wrap:pretty}@media (prefers-reduced-motion:no-preference){@keyframes hero-subscriptions-success-card-reveal{0%{opacity:0;transform:translateY(40px)}75%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes hero-subscriptions-graphic-gradient-border-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes hero-subscriptions-graphic-fade-out{0%{opacity:1}to{opacity:0}}@keyframes hero-subscriptions-graphic-fade-in{0%{opacity:0}to{opacity:1}}.hero__subscriptions-graphic .subscriptions-bento-graphic__gradient-border:not(.subscriptions-bento-graphic__gradient-border-card--blurple){opacity:1;animation-name:hero-subscriptions-graphic-gradient-border-rotate,hero-subscriptions-graphic-fade-out;animation-play-state:running;animation-iteration-count:1,1;animation-duration:3s,.3s;animation-delay:0ms,3s;animation-fill-mode:none,forwards}:is(.hero__subscriptions-graphic .subscriptions-bento-graphic__gradient-border-card--blurple) .subscriptions-bento-graphic__gradient-border{animation-name:hero-subscriptions-graphic-fade-in,hero-subscriptions-graphic-fade-out;animation-play-state:running;animation-iteration-count:1,1;animation-duration:.3s,.3s;animation-delay:0ms,3s;animation-fill-mode:forwards,forwards}.hero__subscriptions-graphic .subscriptions-bento-graphic__gradient-border-card--blurple:after{animation-name:hero-subscriptions-graphic-fade-out,hero-subscriptions-graphic-fade-in;animation-play-state:running;animation-iteration-count:1,1;animation-duration:.3s,.3s;animation-delay:0ms,3s;animation-fill-mode:forwards,forwards}.hero__subscriptions-graphic .subscriptions-bento-graphic__success-card{opacity:0;transform:translateY(40px);animation:hero-subscriptions-success-card-reveal .75s cubic-bezier(.2,0,0,1) forwards}}.logo-carousel__container{padding-inline:0;padding-block:0}.ksp-layout{display:grid;grid-template-columns:1fr;column-gap:var(--hds-space-core-200);row-gap:var(--hds-space-core-300)}@media (min-width:640px){.ksp-layout{grid-template-columns:repeat(2,1fr)}}@media (min-width:940px){.ksp-layout{grid-template-columns:repeat(4,1fr)}}.ksp-card{--gradient-border-card-bg:var(--hds-color-surface-bg-quiet);-webkit-text-decoration:none;text-decoration:none;display:grid;border-radius:var(--hds-space-core-radius-md);box-shadow:var(--hds-shadow-xs);width:100%}@media (prefers-reduced-motion:no-preference){.ksp-card{transition:box-shadow .25s linear}}.ksp-card:focus-visible,.ksp-card:hover{box-shadow:var(--hds-shadow-md)}@media (prefers-reduced-motion:no-preference){.ksp-card:focus-visible,.ksp-card:hover{--hds-hover-active:1}}.ksp-card:focus-visible{outline:2px solid var(--hds-color-action-border-solid);outline-offset:3px;border-radius:calc(var(--hds-space-core-radius-md) - 1px)}.ksp-card__content{display:flex;flex-direction:column;gap:var(--hds-space-core-200);height:100%;overflow:hidden;padding-block-start:var(--hds-space-core-200);padding-block-end:var(--hds-space-core-300);padding-inline-start:var(--hds-space-core-200);padding-inline-end:var(--hds-space-core-400);min-height:186px}.ksp-card__cta{display:flex;margin-top:auto}.ksp-card__cta-icon{display:inline;vertical-align:baseline;margin-inline-start:1px;margin-inline-end:-5px}.ksp__container{--section-container-pbs:var(--hds-space-core-700);--section-container-pbe:var(--hds-space-core-700);--section-container-pbs-tb:var(--hds-space-core-500);--section-container-pbe-tb:var(--hds-space-core-500);--section-container-pbs-dt:var(--hds-space-core-600);--section-container-pbe-dt:var(--hds-space-core-600)}.setup-billing-graphic{position:relative;width:100%;height:100%;padding:16px;font-weight:var(--hds-font-weight-normal)}.setup-billing-graphic__title{color:var(--hds-color-util-neutral-990);font-size:16px;font-weight:var(--hds-font-weight-bold);line-height:1.25}.setup-billing-graphic__steps{display:flex;flex-direction:column;gap:12px;margin-block-start:var(--hds-space-core-250)}.setup-billing-graphic__step{display:flex;align-items:center;gap:12px}.setup-billing-graphic__step-icon{display:flex;justify-content:center;align-items:center;width:34px;min-width:28px;height:34px;min-height:28px;padding:4px;background:#f5f5ff;border-radius:2px;flex-shrink:0}.setup-billing-graphic__step-content{display:flex;flex-direction:column;gap:2px}.setup-billing-graphic__step-title{color:var(--hds-color-util-neutral-990);font-size:11px;font-weight:var(--hds-font-weight-bold);line-height:1.27}.setup-billing-graphic__step-description{color:var(--hds-color-util-neutral-600);font-size:12px;line-height:1.25}.setup-billing-graphic__divider{width:100%;height:0;border-top:1px dashed var(--hds-color-util-neutral-50)}.setup-billing-graphic__button{display:flex;justify-content:center;align-items:center;width:100%;height:32px;margin-block-start:var(--hds-space-core-150);background:#e8e9ff;border-radius:2px}.setup-billing-graphic__button-label{color:#533afd;font-size:11px;font-weight:var(--hds-font-weight-bold);line-height:1.27;text-align:center}.pricing-tiers-graphic{position:relative;width:100%;height:100%;padding:16px;font-weight:var(--hds-font-weight-normal)}.pricing-tiers-graphic__account{display:flex;align-items:center;gap:6px}.pricing-tiers-graphic__account-icon{width:23px;height:23px;flex-shrink:0}.pricing-tiers-graphic__account-name{color:var(--hds-color-util-neutral-990);font-size:13px;font-weight:var(--hds-font-weight-bold);line-height:1.3}.pricing-tiers-graphic__tiers{display:flex;flex-direction:column;gap:12px;margin-block-start:var(--hds-space-core-200)}.pricing-tiers-graphic__tier{position:relative;display:flex;flex-direction:column;gap:var(--hds-space-core-100);width:288px;min-height:100px;padding:12px;background:rgba(255,230,245,.15);border:1px solid #ffd7ef;border-radius:3px}.pricing-tiers-graphic__tier-header{display:flex;justify-content:space-between;align-items:flex-start}.pricing-tiers-graphic__tier-left{display:flex;align-items:center;gap:7px}.pricing-tiers-graphic__tier-icon{display:flex;justify-content:center;align-items:center;width:34px;height:34px;background:#ffe6f5;border-radius:2px;flex-shrink:0}.pricing-tiers-graphic__tier-info{display:flex;flex-direction:column;gap:2px}.pricing-tiers-graphic__tier-title-row{display:flex;align-items:center;gap:3px}.pricing-tiers-graphic__tier-title{color:var(--hds-color-util-neutral-990);font-size:12px;font-weight:var(--hds-font-weight-bold);line-height:1.42}.pricing-tiers-graphic__tier-badge{display:flex;justify-content:center;align-items:center;padding:2px 6px;background:#f44bcc;border-radius:46px;color:#fffafd;font-size:8px;font-weight:var(--hds-font-weight-bold);line-height:1.25;letter-spacing:.019em}.pricing-tiers-graphic__tier-description{color:var(--hds-color-util-neutral-600);font-size:12px;line-height:1.25}.pricing-tiers-graphic__tier-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}.pricing-tiers-graphic__price-amount{color:var(--hds-color-util-neutral-990);font-size:16px;font-weight:var(--hds-font-weight-bold);line-height:1.25;text-align:right}.pricing-tiers-graphic__price-period{color:var(--hds-color-util-neutral-600);font-size:9px;line-height:1.33;text-align:right}.pricing-tiers-graphic__tier-button{display:flex;justify-content:center;align-items:center;height:32px;background:#ffe6f5;border-radius:var(--hds-space-core-radius-sm)}.pricing-tiers-graphic__tier-button-label{color:#a51d85;font-size:11px;font-weight:var(--hds-font-weight-bold);line-height:1.27;text-align:center}.special-offer-graphic{position:relative;width:100%;height:100%;padding:var(--hds-space-core-200);font-weight:var(--hds-font-weight-normal)}.special-offer-graphic__brand{margin-block-start:13px;line-height:0}.special-offer-graphic__heading{margin-block-start:var(--hds-space-core-300);color:var(--hds-color-util-neutral-990);font-size:16px;font-weight:var(--hds-font-weight-bold);line-height:1.25}.special-offer-graphic__offers{display:flex;flex-direction:column;margin-block-start:14px;background:var(--hds-color-util-neutral-0);border:1px solid var(--hds-color-util-neutral-50);border-radius:3px}.special-offer-graphic__offer{display:flex;align-items:center;gap:var(--hds-space-core-150);padding:14px 9px}.special-offer-graphic__offer+.special-offer-graphic__offer{border-top:1px solid var(--hds-color-util-neutral-50)}.special-offer-graphic__offer-image{width:34px;height:34px;background:#fef6f1;border-radius:2px;flex-shrink:0;overflow:hidden}.special-offer-graphic__offer-info{display:flex;flex-direction:column}.special-offer-graphic__offer-title{color:var(--hds-color-util-neutral-990);font-size:12px;font-weight:var(--hds-font-weight-bold);line-height:1.42}.special-offer-graphic__offer-description{color:var(--hds-color-util-neutral-600);font-size:12px;line-height:1.42}.special-offer-graphic__button{display:flex;justify-content:center;align-items:center;width:288px;height:32px;margin-block-start:17px;background:#ffe5da;border-radius:3px}.special-offer-graphic__button-label{color:#ff6118;font-size:12px;font-weight:var(--hds-font-weight-bold);line-height:1.25;text-align:center}.feature-detail__graphic-fpo{aspect-ratio:400/430}.billing-checkout-graphic{position:relative;width:100%;height:100%;font-weight:var(--hds-font-weight-normal);display:flex}.billing-checkout-graphic__left{display:flex;flex-direction:column;align-items:flex-start;padding-block:45px 32px;padding-inline:45px 36px;width:322px;flex-shrink:0}.billing-checkout-graphic__logo{margin-block-end:18px}.billing-checkout-graphic__product-name{color:var(--hds-color-util-neutral-600);font-size:8px;line-height:1.1}.billing-checkout-graphic__price-row{display:flex;align-items:flex-end;gap:var(--hds-space-core-50);margin-block-start:9px}.billing-checkout-graphic__price{color:var(--hds-color-util-neutral-990);font-size:18px;font-weight:var(--hds-font-weight-bold);line-height:1.1}.billing-checkout-graphic__price-period{color:var(--hds-color-util-neutral-600);font-size:8px;line-height:1.2}.billing-checkout-graphic__currency-pill-list{display:flex;gap:var(--hds-space-core-75)}.billing-checkout-graphic__currency-pill{display:flex;align-items:center;gap:var(--hds-space-core-100);padding:5px 10px;margin-block-start:15px;background:var(--hds-color-util-neutral-25);border-radius:2px}.billing-checkout-graphic__currency-pill--active{border:1px solid var(--hds-color-util-neutral-100)}.billing-checkout-graphic__currency-label{color:var(--hds-color-util-neutral-990);font-size:8px;font-weight:var(--hds-font-weight-bold);line-height:1.25}.billing-checkout-graphic__product-image{width:178px;height:178px;margin-block-start:var(--hds-space-core-200);background:var(--hds-color-util-neutral-25);border-radius:var(--hds-space-core-radius-sm);overflow:hidden}.billing-checkout-graphic__right{display:flex;flex-direction:column;align-items:flex-start;gap:var(--hds-space-core-100);padding-block:50px 32px;padding-inline:36px 50px;width:322px;flex-shrink:0;background:var(--hds-color-util-neutral-0);box-shadow:0 0 26px #eaeef2}.billing-checkout-graphic__wallet-buttons{display:flex;gap:5px;width:100%}.billing-checkout-graphic__link-button{display:flex;justify-content:center;align-items:center;gap:2px;flex:1;height:22px;background:#00d66f;border-radius:3px}.billing-checkout-graphic__link-label{color:#011e0f;font-size:8px;font-weight:var(--hds-font-weight-bold);line-height:1.5;letter-spacing:-.02em}.billing-checkout-graphic__apple-pay-button{display:flex;justify-content:center;align-items:center;flex:1;height:22px;background:#031323;border-radius:3px}.billing-checkout-graphic__section{width:100%;padding-block-start:var(--hds-space-core-100)}.billing-checkout-graphic__section-title{color:var(--hds-color-util-neutral-990);font-size:8px;font-weight:var(--hds-font-weight-bold);line-height:1.1}.billing-checkout-graphic__field-label{color:var(--hds-color-util-neutral-600);font-size:8px;line-height:1.1;margin-block-start:10px}.billing-checkout-graphic__input{width:100%;height:20px;margin-block-start:var(--hds-space-core-50);background:var(--hds-color-util-neutral-0);border:.5px solid var(--hds-color-util-neutral-100);border-radius:3px}.billing-checkout-graphic__divider{display:flex;align-items:center;gap:var(--hds-space-core-50);width:100%;padding-block-start:var(--hds-space-core-100)}.billing-checkout-graphic__divider-line{flex:1;height:.5px;background:var(--hds-color-util-neutral-100)}.billing-checkout-graphic__divider-text{color:var(--hds-color-util-neutral-600);font-size:8px;line-height:1.1}.billing-checkout-graphic__payment-list{width:100%;border:.5px solid var(--hds-color-util-neutral-100);border-radius:3px;margin-block-start:10px}.billing-checkout-graphic__payment-row{display:flex;align-items:center;justify-content:space-between;padding:10px 8px;border-bottom:.5px solid var(--hds-color-util-neutral-100)}.billing-checkout-graphic__payment-row:last-child{border-bottom:none}.billing-checkout-graphic__payment-row-left{display:flex;align-items:center;gap:var(--hds-space-core-100)}.billing-checkout-graphic__radio{width:7px;min-width:7px;height:7px;border-radius:50%;border:1px solid var(--hds-color-util-neutral-300);background:var(--hds-color-util-neutral-0);flex-shrink:0}@media (min-width:640px){.billing-checkout-graphic__radio{border-width:.63px}}.billing-checkout-graphic__payment-icon-label{display:flex;align-items:center;gap:var(--hds-space-core-50)}.billing-checkout-graphic__payment-label{color:var(--hds-color-util-neutral-990);font-size:8px;line-height:1.2}.billing-checkout-graphic__card-brands{display:flex;gap:var(--hds-space-core-50);align-items:center}.billing-checkout-graphic__subscribe-button{display:flex;justify-content:center;align-items:center;width:100%;height:23px;margin-block-start:var(--hds-space-core-100);background:#ffe0d1;border-radius:3px}.billing-checkout-graphic__subscribe-label{color:var(--hds-color-util-accent-orange-350);font-size:8px;font-weight:var(--hds-font-weight-bold);line-height:1}.billing-checkout-graphic__footer{display:flex;justify-content:center;align-items:center;gap:var(--hds-space-core-100);width:100%;margin-block-start:var(--hds-space-core-100);color:var(--hds-color-util-neutral-500);opacity:.7}.billing-checkout-graphic__powered-by{display:flex;align-items:center;gap:var(--hds-space-core-50)}.billing-checkout-graphic__footer-text{color:var(--hds-color-util-neutral-500);font-size:6px;line-height:1.3}.billing-checkout-graphic__footer-separator{width:0;height:10px;border-left:.5px solid var(--hds-color-util-neutral-200)}.billing-checkout-graphic__footer-links{display:flex;gap:var(--hds-space-core-75)}.billing-checkout-graphic__footer-link{color:var(--hds-color-util-neutral-500);font-size:6px;line-height:1.3}.scale-globally__graphic{aspect-ratio:608/608}@layer base{.feature-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(278px,1fr));column-gap:var(--hds-space-core-200);row-gap:var(--hds-space-core-300)}@media (min-width:640px){.feature-detail-grid{row-gap:var(--hds-space-core-400)}}.feature-detail-grid--three-up{grid-template-columns:repeat(1,minmax(0,1fr));column-gap:var(--hds-space-layout-gap)}@media (min-width:640px){.feature-detail-grid--three-up{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:940px){.feature-detail-grid--three-up{grid-template-columns:repeat(3,minmax(0,1fr))}}}.revenue__graphics-fpo{aspect-ratio:1232/608}.mrr-growth-graphic{position:relative;width:100%;height:100%;padding:28px;font-weight:var(--hds-font-weight-normal)}.mrr-growth-graphic__header{display:flex;flex-direction:column;gap:6px}.mrr-growth-graphic__title-row{display:flex;align-items:center;gap:6px}.mrr-growth-graphic__title{color:var(--hds-color-util-neutral-990);font-size:18px;font-weight:var(--hds-font-weight-bold);line-height:1.28}.mrr-growth-graphic__top-badge{display:flex;justify-content:center;align-items:center;padding:1px 5px;background:rgba(10,173,10,.1);border:1px solid rgba(10,173,10,.2);border-radius:2px;color:#0aad0a;font-size:10px;line-height:1.6;letter-spacing:-.002em}.mrr-growth-graphic__description{color:var(--hds-color-util-neutral-600);font-size:12px;line-height:1.25;width:253px}.mrr-growth-graphic__chart{position:absolute;left:28px;top:106px;width:404px;height:182px}.mrr-growth-graphic__grid-line{position:absolute;left:0;right:0;height:0;border-top:1px dashed var(--hds-color-util-neutral-50)}.mrr-growth-graphic__grid-line--top{top:36px}.mrr-growth-graphic__grid-line--middle{top:103px}.mrr-growth-graphic__grid-line--baseline{top:163px;border-top-style:solid}.mrr-growth-graphic__bar-column{position:absolute;bottom:19px;display:flex;flex-direction:column;align-items:center;gap:6px;width:80px}.mrr-growth-graphic__bar-column--roastery{left:42px}.mrr-growth-graphic__bar-column--bottom{left:162px}.mrr-growth-graphic__bar-column--top{left:282px}.mrr-growth-graphic__bar-badge{display:flex;justify-content:center;align-items:center;padding:1px 5px;border-radius:2px;font-size:10px;line-height:1.6;letter-spacing:-.002em}.mrr-growth-graphic__bar-badge--roastery{background:#ffedde;border:1px solid rgba(254,137,38,.15);color:#fe8926}.mrr-growth-graphic__bar-badge--bottom{background:#f7e6f9;border:1px solid rgba(203,86,218,.15);color:#cb56da}.mrr-growth-graphic__bar-badge--top{background:rgba(97,43,215,.15);border:1px solid rgba(97,43,215,.15);color:#612bd7}.mrr-growth-graphic__bar{width:100%;border-radius:4px 3px 0 0}.mrr-growth-graphic__bar--roastery{height:108px;background:#fe8926}.mrr-growth-graphic__bar--bottom{height:41px;background:#cb56da}.mrr-growth-graphic__bar--top{height:137px;background:#612bd7}.mrr-growth-graphic__x-labels{position:absolute;bottom:0;left:0;right:0;display:flex}.mrr-growth-graphic__x-label{position:absolute;bottom:-2px;max-width:110px;color:var(--hds-color-util-neutral-990);font-size:10px;font-weight:var(--hds-font-weight-bold);line-height:1.3;text-align:center;transform:translateX(-50%);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mrr-growth-graphic__x-label--roastery{left:82px}.mrr-growth-graphic__x-label--bottom{left:202px}.mrr-growth-graphic__x-label--top{left:322px}.scale-confidently__graphic{aspect-ratio:610/610}