.ph-scale{padding:var(--ph-scale-padding-top, 7.6rem) 0 var(--ph-scale-padding-bottom, 6.4rem);background:rgb(var(--color-background));color:rgb(var(--color-brand-navy-blue))}.ph-scale__header{max-width:72rem;margin:0 auto 6rem}.ph-scale__header--desktop-left{margin-left:0;text-align:left}.ph-scale__header--desktop-center{text-align:center}.ph-scale__header--desktop-right{margin-right:0;text-align:right}.ph-scale__title{margin:0 0 2rem;font-family:var(--font-heading-serif);font-weight:600;line-height:1.15;text-wrap:balance}.ph-scale__entry{margin:0;font-size:1.6rem;line-height:1.35;text-wrap:pretty}.ph-scale__entry strong{display:block;font-weight:600}.ph-scale__parts{display:flex;position:relative;width:100%;height:6rem;border-radius:3rem;isolation:isolate}.ph-scale__part{display:block;flex:0 0 var(--part-width);width:var(--part-width);min-width:0;height:100%;background:linear-gradient(90deg,var(--part-background) 0%,var(--part-background-next) 100%);border-left:.2rem solid rgba(255,255,255,.85)}.ph-scale__part:first-child{border-left:0;border-radius:3rem 0 0 3rem}.ph-scale__part:last-of-type{border-radius:0 3rem 3rem 0}.ph-scale__part:empty,.ph-scale__highlight:empty{display:block}.ph-scale__part span{position:absolute;top:50%;z-index:2;display:block;font-size:1.4rem;font-weight:600;line-height:1;white-space:nowrap;color:#25425d}.ph-scale__part--left span{left:2.4rem;transform:translateY(-50%)}.ph-scale__part--center span{left:50%;transform:translate(-50%,-50%)}.ph-scale__part--right span{right:2.4rem;transform:translateY(-50%)}.ph-scale__line{position:absolute;top:0;bottom:0;z-index:3;width:.2rem;background:var(--line-color);transform:translate(-50%);pointer-events:none}.ph-scale__values{position:relative;width:100%;height:2.2rem;margin-top:1.2rem}.ph-scale__value{position:absolute;transform:translate(-50%);text-align:center}.ph-scale__value:first-child{transform:none;text-align:left}.ph-scale__value:last-child{transform:translate(-100%);text-align:right}.ph-scale__value-text{display:block;font-size:1.6rem;font-weight:500;line-height:1.5;white-space:nowrap}.ph-scale__value-text small{font-size:1.2rem;font-weight:400;color:rgb(var(--color-brand-navy-blue-550))}.ph-scale__highlight{position:absolute;top:-.8rem;z-index:4;display:flex;height:calc(100% + 1.6rem);padding:.6rem .8rem;flex-direction:column;justify-content:center;transform:translate(-50%);border:.1rem solid var(--highlight-color);border-radius:1.2rem;background:rgba(var(--color-brand-green-100),.88);text-align:center;pointer-events:none}.ph-scale__highlight-title{display:block;font-size:1.2rem;font-weight:600;line-height:1.2}.ph-scale__highlight-subtitle{display:block;margin-top:.2rem;font-size:1rem;line-height:1.2;color:var(--highlight-color)}.ph-scale__callouts{display:flex;justify-content:space-between;gap:2.4rem;margin-top:3.2rem}.ph-scale__callout{flex:0 1 var(--callout-width);width:var(--callout-width)}.ph-scale__callout-card{display:flex;width:100%;min-height:11.2rem;padding:1.4rem 2rem 1.6rem;align-items:center;justify-content:center;gap:1rem;overflow:hidden;border:.1rem solid rgba(var(--color-brand-navy-blue),.1);border-top:1rem solid var(--callout-accent);border-radius:1.4rem;background:rgb(var(--color-light-grey));text-align:center}.ph-scale__callout-card__content{display:flex;flex-direction:column;align-items:center}.ph-scale__callout-card__content strong{font-size:1.8rem;font-weight:600;line-height:1.25}.ph-scale__callout-card__text{display:block;margin-top:.8rem;font-size:1.4rem;font-weight:600;line-height:1.3}.ph-scale__callout-card__text p{margin:0;font:inherit;text-wrap:pretty}.ph-scale__callout-card__image{display:flex;width:3.6rem;height:3.6rem;flex:0 0 3.6rem;align-items:center;justify-content:center;border-radius:50%;background:var(--callout-accent)}.ph-scale__callout-card__image img{width:2rem;height:2rem;object-fit:contain}@media screen and (max-width:749px){.ph-scale{padding:var(--ph-scale-padding-top-mobile, 5.6rem) 0 var(--ph-scale-padding-bottom-mobile, 4.8rem)}.ph-scale__header{max-width:none;margin:0 0 6.8rem}.ph-scale__header--mobile-left{text-align:left}.ph-scale__header--mobile-center{text-align:center}.ph-scale__header--mobile-center .ph-scale__entry{margin-right:auto;margin-left:auto}.ph-scale__header--mobile-right{text-align:right}.ph-scale__header--mobile-right .ph-scale__entry{margin-left:auto}.ph-scale__title{margin-bottom:1.2rem;line-height:1.14;text-wrap:pretty}.ph-scale__entry{max-width:34rem;font-size:1.6rem;line-height:1.35}.ph-scale__entry strong{display:inline}.ph-scale__parts{height:4rem;border-radius:2rem}.ph-scale__part:first-child{border-radius:2rem 0 0 2rem}.ph-scale__part:last-of-type{border-radius:0 2rem 2rem 0}.ph-scale__part span{top:-1.8rem;font-size:1.2rem;font-weight:500;transform:none}.ph-scale__part--left span{left:0}.ph-scale__part--center span{left:50%;transform:translate(-50%)}.ph-scale__part--right span{right:0}.ph-scale__values{height:2.4rem;margin-top:.8rem}.ph-scale__value-text{font-size:1.2rem;line-height:1.05}.ph-scale__value-text small{display:block;margin-top:.2rem;font-size:1rem;line-height:1}.ph-scale__highlight{top:-.5rem;height:calc(100% + 1rem);padding:.4rem}.ph-scale__highlight-title{font-size:.9rem}.ph-scale__highlight-subtitle{font-size:.8rem}.ph-scale__callouts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-top:2rem}.ph-scale__callout{width:auto}.ph-scale__callout-card{min-height:12.4rem;padding:1.2rem .8rem 1.4rem;border-top-width:.8rem}.ph-scale__callout-card__content strong{font-size:1.4rem;line-height:1.25}.ph-scale__callout-card__text{max-width:12rem;margin-top:.8rem;font-size:1.2rem;line-height:1.3;font-weight:500}.ph-scale__callout:nth-child(1) .ph-scale__callout-card__text,.ph-scale__callout:nth-child(3) .ph-scale__callout-card__text{max-width:10rem}.ph-scale__callout:nth-child(4) .ph-scale__callout-card__text{max-width:none}.ph-scale__callout-card__image{width:3.2rem;height:3.2rem;flex-basis:3.2rem}}
/*# sourceMappingURL=/cdn/shop/t/322/assets/component-ph-scale.css.map */
