.memory-steps{padding-block:var(--memory-padding-top) var(--memory-padding-bottom);background:var(--memory-bg);color:var(--memory-text);font-family:var(--memory-body-font);position:relative;overflow:hidden}.memory-steps .memory-landing__inner{width:min(var(--memory-max-width), calc(100% - 2rem));flex-direction:column;align-items:center;margin-inline-start:auto;margin-inline-end:auto;display:flex}.memory-steps .memory-landing__heading{max-width:54rem;color:var(--memory-text);font-family:var(--memory-block-heading-family,var(--memory-heading-font));font-size:var(--memory-block-heading-size,clamp(2.5rem, 5.4vw, 5rem));font-style:var(--memory-block-heading-style,normal);font-weight:var(--memory-block-heading-weight,400);font-variation-settings:"wght" var(--memory-block-heading-weight,400);letter-spacing:var(--memory-block-heading-letter-spacing,-.04em);line-height:var(--memory-block-heading-line-height,1.2);text-align:var(--memory-block-heading-align,center);text-transform:var(--memory-block-heading-transform,none);text-wrap:balance;margin:0}.memory-steps .memory-landing__heading em{font-style:italic;font-weight:inherit;font-variation-settings:inherit}.memory-steps .memory-landing__subtext{max-width:54rem;margin:var(--memory-heading-text-gap) 0 0;color:var(--memory-muted);font-family:var(--memory-block-text-family,var(--memory-body-font));font-size:var(--memory-block-text-size,clamp(.95rem, 1.2vw, 1.1rem));font-style:var(--memory-block-text-style,normal);font-weight:var(--memory-block-text-weight,400);letter-spacing:var(--memory-block-text-letter-spacing,0);line-height:var(--memory-block-text-line-height,1.45);text-align:var(--memory-block-text-align,center);text-transform:var(--memory-block-text-transform,none);text-wrap:pretty}.memory-steps .memory-landing__subtext>*{margin:0}.memory-steps .memory-landing__copy-group .memory-landing__subtext{margin-block-start:0}.memory-steps .memory-steps__group{width:100%;margin-block-start:max(2.5rem,min(5vw,5rem))}.memory-steps .memory-steps__carousel{gap:var(--memory-step-desktop-gap);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}.memory-steps .memory-steps__carousel:focus-visible{outline:2px solid var(--memory-ink);outline-offset:6px}.memory-steps .memory-landing__step{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;min-width:0;display:flex}.memory-steps .memory-landing__step-image{object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:min(100%,24.625rem);height:auto;display:block}.memory-steps .memory-landing__step-title{max-width:none;color:var(--memory-text);font-family:var(--memory-step-title-family,var(--memory-body-font));font-size:var(--memory-step-title-size,1.375rem);font-style:var(--memory-step-title-style,normal);font-weight:var(--memory-step-title-weight,700);letter-spacing:var(--memory-step-title-letter-spacing,0);line-height:var(--memory-step-title-line-height,1.25);text-align:var(--memory-step-title-align,center);text-transform:var(--memory-step-title-transform,none);text-wrap:balance;margin:0}.memory-steps .memory-landing__button{min-width:var(--memory-button-width,13rem);min-height:var(--memory-button-height,3.125rem);border:1px solid var(--memory-button-bg);background:var(--memory-button-bg);color:var(--memory-button-text);font-family:var(--memory-body-font);font-size:var(--memory-button-font-size,.875rem);font-weight:var(--memory-button-font-weight,700);letter-spacing:var(--memory-button-letter-spacing,0);line-height:var(--memory-button-line-height,1);cursor:pointer;text-align:center;text-transform:var(--memory-button-text-transform,none);border-radius:999px;justify-content:center;align-items:center;margin-block-start:max(2.25rem,min(5vw,4.5rem));padding:.875rem 1.75rem;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.memory-steps .memory-landing__button[aria-disabled=true]{cursor:not-allowed}.memory-steps .memory-landing__button:hover{background:var(--memory-button-hover-bg,var(--memory-button-bg));color:var(--memory-button-hover-text,var(--memory-button-text));transform:translateY(-1px)}.memory-steps .memory-landing__button:focus-visible{background:var(--memory-button-hover-bg,var(--memory-button-bg));color:var(--memory-button-hover-text,var(--memory-button-text));transform:translateY(-1px)}.memory-steps .memory-landing__button:focus-visible{outline-offset:3px;outline:2px solid}@media screen and (min-width:750px){.memory-steps .memory-steps__carousel>[data-memory-clone=true]{display:none}}@media screen and (max-width:749px){.memory-steps{padding-block:calc(var(--memory-padding-top) * .52) calc(var(--memory-padding-bottom) * .52)}.memory-steps .memory-landing__inner{width:100%}.memory-steps .memory-landing__heading,.memory-steps .memory-landing__subtext{width:min(24.875rem,100% - 2rem)}.memory-steps .memory-landing__heading{box-sizing:border-box;width:min(100%,360px);max-width:360px;font-size:var(--memory-block-heading-mobile-size,2.5rem);line-height:var(--memory-block-heading-line-height,1.2);padding-inline-start:5%;padding-inline-end:5%}.memory-steps .memory-landing__subtext{font-size:var(--memory-block-text-mobile-size,1rem);font-weight:var(--memory-block-text-weight,500);line-height:var(--memory-block-text-line-height,1.25)}.memory-steps .memory-steps__group{margin-block-start:2rem}.memory-steps .memory-steps__carousel{--step-card-width:min(var(--memory-step-mobile-card-width), 22rem);gap:var(--memory-step-mobile-gap);overscroll-behavior-x:contain;overscroll-behavior-y:auto;width:100%;padding-inline:calc((100% - var(--step-card-width)) / 2);scroll-padding-inline:calc((100% - var(--step-card-width)) / 2);scroll-snap-type:x mandatory;touch-action:pan-y pinch-zoom;cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow:auto hidden}.memory-steps .memory-steps__carousel.is-pointer-dragging{cursor:grabbing;scroll-snap-type:none}.memory-steps .memory-steps__carousel::-webkit-scrollbar{display:none}.memory-steps .memory-steps__carousel .memory-landing__step{flex:0 0 var(--step-card-width);scroll-snap-align:center;scroll-snap-stop:always;opacity:1;transform-origin:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity, transform;transform:none}.memory-steps.is-carousel-ready .memory-steps__carousel .memory-landing__step{transition:gap .26s cubic-bezier(.22,1,.36,1),opacity .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1)}.memory-steps.is-carousel-ready .memory-steps__carousel .memory-landing__step:not(.is-active){opacity:var(--memory-step-mobile-inactive-opacity);transform:scale(var(--memory-step-mobile-inactive-scale))}.memory-steps .memory-landing__step-image{width:100%;height:var(--memory-step-mobile-image-height);object-fit:contain;transform-origin:50%;transition:transform .26s cubic-bezier(.22,1,.36,1)}.memory-steps .memory-steps__carousel .memory-landing__step.is-active{gap:var(--memory-step-mobile-active-gap)}.memory-steps .memory-steps__carousel .memory-landing__step.is-active .memory-landing__step-image{transform:scale(var(--memory-step-mobile-active-image-scale))}.memory-steps .memory-landing__step-title{font-size:var(--memory-step-title-mobile-size,var(--memory-step-title-size,1.375rem));line-height:var(--memory-step-title-line-height,1.24)}.memory-steps .memory-steps__carousel .memory-landing__step.is-active .memory-landing__step-title{font-size:var(--memory-step-mobile-active-title-size)}.memory-steps .memory-landing__button{min-width:var(--memory-button-mobile-width,var(--memory-button-width,13.875rem));min-height:var(--memory-button-mobile-height,var(--memory-button-height,3.125rem));font-size:var(--memory-button-mobile-font-size,var(--memory-button-font-size,.95rem));font-weight:var(--memory-button-font-weight,800);margin-block-start:2rem;padding:.75rem 2.5rem}}@media (prefers-reduced-motion:reduce){.memory-steps.is-carousel-ready .memory-steps__carousel .memory-landing__step,.memory-steps .memory-landing__step-image,.memory-steps .memory-landing__button{transition:none}}.memory-steps .memory-landing__copy-group{align-items:center;gap:var(--memory-copy-gap,16px);text-align:center;flex-direction:column;width:100%;display:flex}:-webkit-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions){--memory-text:var(--color-foreground-heading);--memory-muted:var(--color-foreground);--memory-heading-font:var(--font-heading--family);--memory-body-font:var(--font-body--family)}:-moz-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions){--memory-text:var(--color-foreground-heading);--memory-muted:var(--color-foreground);--memory-heading-font:var(--font-heading--family);--memory-body-font:var(--font-body--family)}:is(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions){--memory-text:var(--color-foreground-heading);--memory-muted:var(--color-foreground);--memory-heading-font:var(--font-heading--family);--memory-body-font:var(--font-body--family)}#pdp-so-easy .memory-landing__copy-group{align-items:center;gap:var(--memory-copy-gap,16px);text-align:center;flex-direction:column;width:min(54rem,100% - 2rem);margin-inline-start:auto;margin-inline-end:auto;display:flex}:-webkit-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{width:min(100%, var(--memory-block-heading-max-width,54rem));max-width:var(--memory-block-heading-max-width,54rem);color:var(--memory-text);font-family:var(--memory-block-heading-family,var(--memory-heading-font));font-size:var(--memory-block-heading-size,72px);font-style:var(--memory-block-heading-style,normal);font-weight:var(--memory-block-heading-weight,400);font-variation-settings:"wght" var(--memory-block-heading-weight,400);letter-spacing:var(--memory-block-heading-letter-spacing,-.04em);line-height:var(--memory-block-heading-line-height,1.1);text-align:var(--memory-block-heading-align,center);text-transform:var(--memory-block-heading-transform,none);text-wrap:balance;margin-block-start:0;margin-block-end:0;margin-inline-start:auto;margin-inline-end:auto}:-moz-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{width:min(100%, var(--memory-block-heading-max-width,54rem));max-width:var(--memory-block-heading-max-width,54rem);color:var(--memory-text);font-family:var(--memory-block-heading-family,var(--memory-heading-font));font-size:var(--memory-block-heading-size,72px);font-style:var(--memory-block-heading-style,normal);font-weight:var(--memory-block-heading-weight,400);font-variation-settings:"wght" var(--memory-block-heading-weight,400);letter-spacing:var(--memory-block-heading-letter-spacing,-.04em);line-height:var(--memory-block-heading-line-height,1.1);text-align:var(--memory-block-heading-align,center);text-transform:var(--memory-block-heading-transform,none);text-wrap:balance;margin-block-start:0;margin-block-end:0;margin-inline-start:auto;margin-inline-end:auto}:is(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{width:min(100%, var(--memory-block-heading-max-width,54rem));max-width:var(--memory-block-heading-max-width,54rem);color:var(--memory-text);font-family:var(--memory-block-heading-family,var(--memory-heading-font));font-size:var(--memory-block-heading-size,72px);font-style:var(--memory-block-heading-style,normal);font-weight:var(--memory-block-heading-weight,400);font-variation-settings:"wght" var(--memory-block-heading-weight,400);letter-spacing:var(--memory-block-heading-letter-spacing,-.04em);line-height:var(--memory-block-heading-line-height,1.1);text-align:var(--memory-block-heading-align,center);text-transform:var(--memory-block-heading-transform,none);text-wrap:balance;margin-block-start:0;margin-block-end:0;margin-inline-start:auto;margin-inline-end:auto}:-webkit-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading em{font-style:italic;font-weight:inherit;font-variation-settings:inherit}:-moz-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading em{font-style:italic;font-weight:inherit;font-variation-settings:inherit}:is(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading em{font-style:italic;font-weight:inherit;font-variation-settings:inherit}#pdp-so-easy .memory-landing__subtext{max-width:54rem;color:var(--memory-muted);font-family:var(--memory-block-text-family,var(--memory-body-font));font-size:var(--memory-block-text-size,17px);font-style:var(--memory-block-text-style,normal);font-weight:var(--memory-block-text-weight,400);letter-spacing:var(--memory-block-text-letter-spacing,0);line-height:var(--memory-block-text-line-height,1.45);text-align:var(--memory-block-text-align,center);text-transform:var(--memory-block-text-transform,none);text-wrap:pretty;margin:0}#pdp-so-easy .memory-landing__subtext>*{margin:0}@media screen and (max-width:749px){.memory-steps .memory-landing__copy-group{gap:var(--memory-copy-gap-mobile,var(--memory-copy-gap,16px))}#pdp-so-easy .memory-landing__copy-group{gap:var(--memory-copy-gap-mobile,var(--memory-copy-gap,16px));width:min(24.875rem,100% - 2rem)}:-webkit-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{box-sizing:border-box;width:min(100%,360px);max-width:360px;font-size:var(--memory-block-heading-mobile-size,40px);line-height:var(--memory-block-heading-line-height,1.1);padding-inline-start:5%;padding-inline-end:5%}:-moz-any(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{box-sizing:border-box;width:min(100%,360px);max-width:360px;font-size:var(--memory-block-heading-mobile-size,40px);line-height:var(--memory-block-heading-line-height,1.1);padding-inline-start:5%;padding-inline-end:5%}:is(#pdp-so-easy,#pdp-ready-to-relive,#pdp-common-questions) .memory-landing__heading{box-sizing:border-box;width:min(100%,360px);max-width:360px;font-size:var(--memory-block-heading-mobile-size,40px);line-height:var(--memory-block-heading-line-height,1.1);padding-inline-start:5%;padding-inline-end:5%}#pdp-so-easy .memory-landing__subtext{width:100%;font-size:var(--memory-block-text-mobile-size,16px);font-weight:var(--memory-block-text-mobile-weight,var(--memory-block-text-weight,500));line-height:var(--memory-block-text-mobile-line-height,var(--memory-block-text-line-height,1.25))}.memory-steps .memory-landing__subtext{font-weight:var(--memory-block-text-mobile-weight,var(--memory-block-text-weight,400));line-height:var(--memory-block-text-mobile-line-height,var(--memory-block-text-line-height,1.45))}}.memory-steps[data-scroll-reveal-item],.memory-steps [data-scroll-reveal-item]{--scroll-reveal-delay:0s;--scroll-reveal-duration:1.1s;--scroll-reveal-distance:16px;--scroll-reveal-timing:var(--animation-timing-fade-in);--scroll-reveal-transform:translate3d(0, 0, 0);opacity:0;transform:var(--scroll-reveal-transform);transition-delay:var(--scroll-reveal-delay);transition-duration:var(--scroll-reveal-duration);transition-property:opacity,transform;transition-timing-function:var(--scroll-reveal-timing);will-change:opacity, transform}.memory-steps[data-scroll-reveal-item][data-scroll-reveal-visible=true],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-visible=true]{opacity:1;transform:translate(0,0)}.memory-steps[data-scroll-reveal-item][data-scroll-reveal-effect=fade-up],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-effect=fade-up]{--scroll-reveal-transform:translate3d(0, var(--scroll-reveal-distance), 0)}.memory-steps[data-scroll-reveal-item][data-scroll-reveal-effect=slide-left],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-effect=slide-left]{--scroll-reveal-transform:translate3d(var(--scroll-reveal-distance), 0, 0)}.memory-steps[data-scroll-reveal-item][data-scroll-reveal-effect=slide-right],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-effect=slide-right]{--scroll-reveal-transform:translate3d(calc(var(--scroll-reveal-distance) * -1), 0, 0)}.memory-steps[data-scroll-reveal-item][data-scroll-reveal-effect=scale-in],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-effect=scale-in]{--scroll-reveal-transform:scale(.98)}@media screen and (max-width:749px){.memory-steps[data-scroll-reveal-item],.memory-steps [data-scroll-reveal-item]{--scroll-reveal-duration:1.2s}}@media (prefers-reduced-motion:reduce){.memory-steps[data-scroll-reveal-item],.memory-steps [data-scroll-reveal-item],.memory-steps[data-scroll-reveal-item][data-scroll-reveal-visible=true],.memory-steps [data-scroll-reveal-item][data-scroll-reveal-visible=true]{opacity:1;will-change:auto;transition:none;transform:none}}
