.worth-upgrade{--worth-upgrade-heading-size: 48;--worth-upgrade-heading-weight: 400;--worth-upgrade-heading-strong: 800;--worth-upgrade-heading-lh: 48;--worth-upgrade-heading-tracking: 0;--worth-upgrade-subtitle-size: 16;--worth-upgrade-subtitle-weight: 400;--worth-upgrade-subtitle-color: #666666;--worth-upgrade-heading-color: #333333;--worth-upgrade-heading-grad: none;--worth-upgrade-bg: #f7f8f9;--worth-upgrade-bg-grad: none;--worth-upgrade-align: center;--worth-upgrade-max-width: 1200px;--worth-upgrade-cols-desktop: 3;--worth-upgrade-cols-tablet: 2;--worth-upgrade-cols-mobile: 1;--worth-upgrade-gap: 16px;--worth-upgrade-card-radius: 28px;--worth-upgrade-card-bg: #ffffff;--worth-upgrade-card-shadow: 0 18px 40px rgba(70, 76, 86, .08);--worth-upgrade-card-border: transparent;--worth-upgrade-card-title-size: 14;--worth-upgrade-card-title-weight: 500;--worth-upgrade-card-desc-size: 14;--worth-upgrade-pad-top: 72px;--worth-upgrade-pad-bottom: 72px;position:relative;width:100%;padding:var(--worth-upgrade-pad-top) 1.5rem var(--worth-upgrade-pad-bottom);overflow:hidden;color:var(--worth-upgrade-heading-color);background:var(--worth-upgrade-bg);background-image:url(magichromatic-bg.png);font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;text-align:var(--worth-upgrade-align);background-size:cover}.worth-upgrade__wrapper{width:min(100%,var(--worth-upgrade-max-width));margin:0 auto}.worth-upgrade__header{margin:0 auto 2.5rem;max-width:48rem}.worth-upgrade__eyebrow{margin:0 0 .5rem;color:var(--worth-upgrade-subtitle-color);font-size:.875rem;font-weight:500}.worth-upgrade__heading{margin:0;padding-top:10%;color:var(--worth-upgrade-heading-color);font-family:Poppins,sans-serif;font-size:calc(var(--worth-upgrade-heading-size) * 1px);font-weight:var(--worth-upgrade-heading-weight);line-height:calc(var(--worth-upgrade-heading-lh) * 1px);letter-spacing:calc(var(--worth-upgrade-heading-tracking) * 1px)}h2.worth-upgrade__heading span{font-family:Poppins,sans-serif;font-weight:400!important}.worth-upgrade__heading strong{font-weight:var(--worth-upgrade-heading-strong)}.worth-upgrade--heading-gradient .worth-upgrade__heading{background:var(--worth-upgrade-heading-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.worth-upgrade--heading-gradient .worth-upgrade__heading strong{color:inherit;font-weight:var(--worth-upgrade-heading-strong)}.worth-upgrade__subtitle{margin:.85rem 0 0;color:var(--worth-upgrade-subtitle-color);font-size:calc(var(--worth-upgrade-subtitle-size) * 1px);font-weight:var(--worth-upgrade-subtitle-weight);line-height:1.4;font-family:Inter}.worth-upgrade__composite{display:block;width:70%;height:auto;margin:0 auto;border-radius:calc(52 / 1920 * min(100vw,1600px));object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.worth-upgrade__grid{display:grid;grid-template-columns:repeat(var(--worth-upgrade-cols-desktop),minmax(0,1fr));gap:var(--worth-upgrade-gap);align-items:stretch}.worth-upgrade--equal-height .worth-upgrade__card{height:100%}.worth-upgrade__card{position:relative;display:flex;flex-direction:column;min-height:var(--worth-upgrade-card-min-height, 220px);padding:1.1rem 1.15rem 1.25rem;border:1px solid var(--worth-upgrade-card-border);border-radius:var(--worth-upgrade-card-radius);background:var(--worth-upgrade-card-bg);box-shadow:var(--worth-upgrade-card-shadow);text-align:left;overflow:hidden;transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease}.worth-upgrade__card-title{margin:0 0 .85rem;color:var(--worth-upgrade-card-title-color, #333);font-size:calc(var(--worth-upgrade-card-title-size) * 1px);font-weight:var(--worth-upgrade-card-title-weight);line-height:1.35;white-space:pre-line}.worth-upgrade__card-media{position:relative;flex:1 1 auto;display:flex;align-items:var(--worth-upgrade-card-align, center);justify-content:center;min-height:140px;overflow:hidden;border-radius:calc(var(--worth-upgrade-card-radius) * .65)}.worth-upgrade__card-image{display:block;width:var(--worth-upgrade-card-image-width, 100%);max-width:100%;height:auto;object-fit:cover;border-radius:inherit;-webkit-user-select:none;user-select:none}.worth-upgrade__card-desc{margin:.85rem 0 0;color:var(--worth-upgrade-card-desc-color, #666);font-size:calc(var(--worth-upgrade-card-desc-size) * 1px);line-height:1.4}.worth-upgrade__card-gradient-text{margin:.4rem 0 0;background:var(--worth-upgrade-card-text-grad, linear-gradient(95deg, #af75cd 0%, #5a8fdd 51%, #82af8f 100%));-webkit-background-clip:text;background-clip:text;color:transparent;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:700;line-height:1.15}.worth-upgrade__card-footer{display:flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:.85rem;color:var(--worth-upgrade-card-desc-color, #888);font-size:.85rem}.worth-upgrade--hover-scale .worth-upgrade__card[data-hover=true]:hover,.worth-upgrade--hover-lift .worth-upgrade__card[data-hover=true]:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 22px 48px #464c5624}.worth-upgrade--hover-scale:not(.worth-upgrade--hover-lift) .worth-upgrade__card[data-hover=true]:hover{transform:scale(1.02)}.worth-upgrade--hover-lift:not(.worth-upgrade--hover-scale) .worth-upgrade__card[data-hover=true]:hover{transform:translateY(-8px)}@media(max-width:990px){.worth-upgrade{--worth-upgrade-pad-top: var(--worth-upgrade-pad-top-tablet);--worth-upgrade-pad-bottom: var(--worth-upgrade-pad-bottom-tablet)}.worth-upgrade__heading{font-size:calc(var(--worth-upgrade-heading-size-tablet, 36) * 1px);line-height:1.1}.worth-upgrade__grid{grid-template-columns:repeat(var(--worth-upgrade-cols-tablet),minmax(0,1fr))}.worth-upgrade__composite{border-radius:18px}}@media(max-width:749px){.worth-upgrade{--worth-upgrade-pad-top: var(--worth-upgrade-pad-top-mobile);--worth-upgrade-pad-bottom: var(--worth-upgrade-pad-bottom-mobile);box-sizing:border-box;min-height:100svh;padding:clamp(168px,44.776vw,180px) 20px clamp(118px,31.592vw,127px)}.worth-upgrade__wrapper{position:relative;top:-30px;max-width:none}.worth-upgrade__header{margin:0 auto 50px;max-width:none}.worth-upgrade__heading{padding-top:0;font-size:clamp(30px,7.96vw,32px);line-height:1;white-space:normal}.worth-upgrade__heading strong{font-weight:600}.worth-upgrade__subtitle{margin:22px auto 0;color:#464647;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:1.2;opacity:.6;white-space:nowrap}.worth-upgrade__grid{grid-template-columns:repeat(var(--worth-upgrade-cols-mobile),minmax(0,1fr))}.worth-upgrade__composite{position:relative;top:-10px;width:min(100%,362px);max-width:362px;margin-inline:auto;border-radius:0}.worth-upgrade__card-image--desktop{display:none}.worth-upgrade__card-image--mobile{display:block}}@media(min-width:750px){.worth-upgrade__card-image--mobile{display:none}}@media screen and (min-width:990px){.worth-upgrade{--worth-upgrade-stage-w: min(100vw, 177.7778svh);--worth-upgrade-stage-h: min(100svh, 56.25vw);box-sizing:border-box;min-height:100svh;padding:0;background-color:#fff;background-image:url(link-friends-desktop-background.svg);background-position:center;background-repeat:no-repeat;background-size:100% 100%}.worth-upgrade__wrapper{position:absolute;isolation:isolate;left:50%;top:50%;width:var(--worth-upgrade-stage-w);max-width:none;height:var(--worth-upgrade-stage-h);margin:0;transform:translate(-50%,-50%)}.worth-upgrade__header{position:absolute;left:0;top:calc(176 / 1080 * 100%);width:100%;max-width:none;margin:0;text-align:center;transform:none}.worth-upgrade__heading{padding-top:0;font-size:calc(48 / 1920 * var(--worth-upgrade-stage-w));line-height:calc(48 / 1920 * var(--worth-upgrade-stage-w));white-space:nowrap}.worth-upgrade__subtitle{margin:calc(17 / 1920 * var(--worth-upgrade-stage-w)) 0 0;font-size:calc(16 / 1920 * var(--worth-upgrade-stage-w));line-height:calc(16 / 1920 * var(--worth-upgrade-stage-w));white-space:nowrap}.worth-upgrade__composite{position:absolute;left:18.75%;top:calc(318 / 1080 * 100%);width:calc(1200 / 1920 * var(--worth-upgrade-stage-w));max-width:none;height:auto;margin:0;border-radius:0}}@media(prefers-reduced-motion:reduce){.worth-upgrade__card,.worth-upgrade__composite,.worth-upgrade__heading{transition-duration:.001ms!important;animation-duration:.001ms!important}}@media screen and (max-width:990px){.worth-upgrade{background-color:#fff;background-image:url(magichromatic-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/worth-the-upgrade.css.map */
