.product-hero{padding-top:180px}.product-hero>.boxed{display:flex;align-items:start;gap:60px}@media(max-width:800px){.product-hero>.boxed{flex-direction:column;gap:20px}.product-hero{padding-top:120px}}.product-hero__illustration{flex:55;min-width:0;border-radius:30px;overflow:hidden;position:sticky;top:150px;align-self:flex-start;aspect-ratio:1/1}@media screen and (min-width:1801px){.product-hero__illustration{aspect-ratio:4/5}}@media(max-width:800px){.product-hero__illustration{flex:1;position:static}}.product-hero__illustration__img{width:100%;height:100%;transition:opacity .3s ease-in-out;-o-object-fit:cover;object-fit:cover}.product-hero__illustration--with-caption{aspect-ratio:auto;overflow:visible;border-radius:0}@media screen and (min-width:1801px){.product-hero__illustration--with-caption{aspect-ratio:auto}}.product-hero__illustration__media{aspect-ratio:1/1;border-radius:30px;overflow:hidden}@media screen and (min-width:1801px){.product-hero__illustration__media{aspect-ratio:4/5}}.product-hero__illustration__caption{margin-top:20px;padding-left:12px;border-left:3px solid var(--peptide-accent,var(--color-global))}.product-hero__illustration__caption p{font-family:Suisse Intl,sans-serif;font-size:14px;line-height:1.5;color:rgba(31,31,31,.72);max-width:640px}.product-hero__content{flex:45;min-width:0}@media(max-width:800px){.product-hero__content{flex:1;width:100%}}.product-hero .product-hero__illustration{animation:product-hero-slide-in-left .6s cubic-bezier(.22,.61,.36,1) both}.product-hero .product-hero__content{animation:product-hero-rise-in .6s cubic-bezier(.22,.61,.36,1) .15s both}@keyframes product-hero-slide-in-left{0%{transform:translateX(-40px)}to{transform:translateX(0)}}@keyframes product-hero-rise-in{0%{transform:translateY(40px)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.product-hero .product-hero__content,.product-hero .product-hero__illustration{animation:none}}