.zp-benefits{background-color:var(--zp-bg);padding-top:48px;padding-bottom:48px;box-sizing:border-box}.zp-benefits *,.zp-benefits *:before,.zp-benefits *:after{box-sizing:border-box}.zp-benefits__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px)}.zp-benefits__heading{margin:0 0 32px;text-align:center;font-size:24px;font-weight:700;letter-spacing:-.01em;color:var(--zp-heading)}.zp-benefits__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px 20px}.zp-benefits__item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:0 12px}.zp-benefits__icon{width:56px;height:56px;border-radius:50%;background-color:var(--zp-icon-bg);color:var(--zp-icon-color);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.zp-benefits__icon svg{width:24px;height:24px}.zp-benefits__title{font-size:15px;font-weight:700;color:var(--zp-title)}.zp-benefits__text{font-size:13px;line-height:1.5;color:var(--zp-text);max-width:22ch}@media screen and (min-width:750px){.zp-benefits__grid{grid-template-columns:repeat(var(--zp-cols),1fr);gap:0}.zp-benefits__item{padding:0 24px}.zp-benefits__item:not(:last-child):after{content:"";position:absolute;right:0;top:4px;bottom:4px;width:1px;background-color:var(--zp-divider)}}.zp-collections{background-color:var(--zp-bg);padding-top:40px;padding-bottom:40px;box-sizing:border-box}.zp-collections *,.zp-collections *:before,.zp-collections *:after{box-sizing:border-box}.zp-collections__container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px)}.zp-collections__heading{margin:0 0 24px;font-size:24px;font-weight:700;letter-spacing:-.01em;color:var(--zp-heading);text-align:center}.zp-collections__empty{color:var(--zp-title);opacity:.7;margin:0}.zp-collections__wrap{position:relative}.zp-collections__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:4px 0 8px;scrollbar-width:none}.zp-collections__track::-webkit-scrollbar{display:none}.zp-collections__card{flex:0 0 68%;scroll-snap-align:start;display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit}.zp-collections__image-wrap{width:100%;border-radius:6px;overflow:hidden;background-color:#0000000a}.zp-collections__image-wrap--square{aspect-ratio:1 / 1}.zp-collections__image-wrap--portrait{aspect-ratio:4 / 5}.zp-collections__image-wrap--landscape{aspect-ratio:4 / 3}.zp-collections__image,.zp-collections__placeholder{width:100%;height:100%;object-fit:cover;display:block}.zp-collections__placeholder-svg{width:100%;height:100%;object-fit:cover}.zp-collections__title{font-size:16px;font-weight:600;color:var(--zp-title)}.zp-collections__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background-color:var(--zp-nav-bg);box-shadow:0 4px 14px #00000029;display:flex;align-items:center;justify-content:center;color:var(--zp-nav-icon);cursor:pointer;z-index:2;padding:0;transition:opacity .2s ease}.zp-collections__nav svg{width:18px;height:18px}.zp-collections__nav.is-hidden{opacity:0;pointer-events:none}.zp-collections__nav--prev{left:4px}.zp-collections__nav--next{right:4px}@media screen and (min-width:700px){.zp-collections__card{flex:0 0 42%}.zp-collections__heading{font-size:28px}}@media screen and (min-width:1100px){.zp-collections__card{flex:0 0 23%}.zp-collections__nav{width:48px;height:48px}.zp-collections__nav--prev{left:-20px}.zp-collections__nav--next{right:-20px}}.zp-cta{background-color:var(--zp-bg);overflow:hidden;box-sizing:border-box}.zp-cta *,.zp-cta *:before,.zp-cta *:after{box-sizing:border-box}.zp-cta__grid{position:relative;display:grid;grid-template-columns:1fr}.zp-cta__media{grid-column:1 / -1;grid-row:1 / -1;position:relative;width:100%;aspect-ratio:4 / 5;max-height:440px}.zp-cta__image,.zp-cta__placeholder{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.zp-cta__placeholder{background-color:#0000000f}.zp-cta__placeholder-svg{width:100%;height:100%;object-fit:cover}.zp-cta__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#00000026 50%,#0000 75%);pointer-events:none}.zp-cta__content-col{grid-column:1 / -1;grid-row:1 / -1;position:relative;z-index:1;display:flex;align-items:flex-end;min-height:100%;padding:28px 24px 32px}.zp-cta__content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;text-align:center;color:#fff}.zp-cta__heading{margin:0;font-size:24px;line-height:1.2;font-weight:700;letter-spacing:-.01em;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.zp-cta__description{font-size:15px;line-height:1.5;color:#fff;max-width:40ch;text-shadow:0 1px 8px rgba(0,0,0,.3)}.zp-cta__description p{margin:0}a.zp-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:6px;padding:14px 26px;border-radius:999px;font-weight:600;font-size:15px;line-height:1;text-decoration:none;background-color:#fffffff0;color:#1a1a1a;border:1px solid rgba(255,255,255,.94);transition:opacity .2s ease;cursor:pointer}a.zp-cta__btn:hover{opacity:.85}.zp-cta__whatsapp-icon{width:18px;height:18px;flex-shrink:0}@media screen and (min-width:900px){.zp-cta__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;max-width:1300px;margin-left:auto;margin-right:auto;padding:56px clamp(24px,5vw,64px)}.zp-cta__media{grid-column:var(--zp-media-order);grid-row:1 / 2;aspect-ratio:4 / 3;max-height:var(--zp-media-max-height)}.zp-cta__image,.zp-cta__placeholder{border-radius:12px}.zp-cta__scrim{display:none}.zp-cta__content-col{grid-column:var(--zp-content-order);grid-row:1 / 2;align-items:center;min-height:0;padding:0}.zp-cta__content{align-items:var(--zp-align-items);text-align:var(--zp-text-align);gap:16px;max-width:var(--zp-caption-width);margin:0 auto}.zp-cta__heading{font-size:32px;color:var(--zp-heading);text-shadow:none}.zp-cta__description{color:var(--zp-text);text-shadow:none;max-width:none}a.zp-cta__btn{border-radius:6px;background-color:var(--zp-btn-bg);color:var(--zp-btn-text);border:1px solid var(--zp-btn-bg);transition:opacity .2s ease}a.zp-cta__btn:hover{opacity:.85}}.zp-strip{background-color:var(--zp-bg);border-top:1px solid var(--zp-divider);border-bottom:1px solid var(--zp-divider);padding-top:var(--zp-section-padding);padding-bottom:var(--zp-section-padding);box-sizing:border-box}.zp-strip *,.zp-strip *:before,.zp-strip *:after{box-sizing:border-box}.zp-strip__container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px)}.zp-strip__row{display:flex;flex-direction:column;gap:24px}.zp-strip__heading-col{flex-shrink:0}.zp-strip__heading{margin:0;font-size:var(--zp-heading-size);font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--zp-heading);text-align:var(--zp-heading-align)}.zp-strip__items{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;margin:0 -20px;padding:8px 20px 4px;scrollbar-width:none}.zp-strip__items::-webkit-scrollbar{display:none}.zp-strip__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px;flex:0 0 78%;scroll-snap-align:center;min-height:200px;padding:28px 16px;background-color:#00000005;border-radius:var(--zp-card-radius)}.zp-strip__icon{width:var(--zp-icon-size);height:var(--zp-icon-size);border-radius:var(--zp-icon-radius);background-color:var(--zp-icon-bg);color:var(--zp-icon-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.zp-strip__icon svg{width:44%;height:44%}.zp-strip__label{font-size:var(--zp-label-size);font-weight:600;line-height:1.4;color:var(--zp-label);max-width:18ch}.zp-strip__items-wrap{position:relative}.zp-strip__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background-color:#ffffffeb;box-shadow:0 4px 14px #00000029;display:flex;align-items:center;justify-content:center;color:var(--zp-heading);cursor:pointer;z-index:2;padding:0;transition:opacity .2s ease}.zp-strip__nav svg{width:18px;height:18px}.zp-strip__nav.is-hidden{opacity:0;pointer-events:none}.zp-strip__nav--prev{left:4px}.zp-strip__nav--next{right:4px}@media screen and (min-width:900px){.zp-strip__row{flex-direction:row;align-items:center;gap:0}.zp-strip__heading-col{width:240px;padding-right:32px;margin-right:32px;border-right:1px solid var(--zp-divider);align-self:stretch;display:flex;align-items:center}.zp-strip__heading{font-size:var(--zp-heading-size-desktop)}.zp-strip__items{flex:1;display:grid;grid-template-columns:repeat(var(--zp-cols),1fr);gap:0;align-items:stretch;overflow-x:visible;scroll-snap-type:none;margin:0;padding:0}.zp-strip__item{flex:initial;min-height:0;padding:6px 20px 0;background-color:transparent;border-radius:0;gap:12px;justify-content:flex-start}.zp-strip__icon{width:var(--zp-icon-size-desktop);height:var(--zp-icon-size-desktop)}.zp-strip__label{font-size:var(--zp-label-size-desktop);font-weight:400;max-width:14ch}.zp-strip__nav{display:none}.zp-strip__item:not(:last-child):after{content:"";position:absolute;right:0;top:2px;bottom:2px;width:1px;background-color:var(--zp-divider)}.zp-strip--center-desktop .zp-strip__container{display:flex;justify-content:center}.zp-strip--center-desktop .zp-strip__row,.zp-strip--center-desktop .zp-strip__items{flex:0 0 auto;width:auto}}.zp-hero{background-color:var(--zp-bg);overflow:hidden;box-sizing:border-box}.zp-hero *,.zp-hero *:before,.zp-hero *:after{box-sizing:border-box}.zp-hero__grid{position:relative;display:grid;grid-template-columns:1fr;min-height:var(--zp-m-min-h);max-height:var(--zp-m-max-h);overflow:hidden}.zp-hero__media{grid-column:1 / -1;grid-row:1 / -1;position:relative;width:100%;height:100%;overflow:hidden}.zp-hero__media--desktop{display:none}.zp-hero__image,.zp-hero__video,.zp-hero__placeholder{width:100%;height:100%;min-height:var(--zp-m-min-h);max-height:var(--zp-m-max-h);object-fit:cover;border-radius:0;display:block}.zp-hero__video{pointer-events:none}.zp-hero__placeholder{background-color:#0000000f}.zp-hero__placeholder-svg{width:100%;height:100%;object-fit:cover}.zp-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#00000026 45%,#0000 70%);pointer-events:none}.zp-hero__content-col{grid-column:1 / -1;grid-row:1 / -1;position:relative;z-index:1;display:flex;align-items:var(--zp-m-content-align);min-height:var(--zp-m-min-h);max-height:var(--zp-m-max-h);padding:32px 24px 40px}.zp-hero__content{display:flex;flex-direction:column;align-items:var(--zp-m-items-align);gap:18px;width:100%;text-align:var(--zp-m-text-align);color:#fff}.zp-hero__heading{font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin:0;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.zp-hero__description{font-size:16px;line-height:1.55;color:#fff;max-width:var(--zp-m-caption-width, 100%);text-shadow:0 1px 8px rgba(0,0,0,.3)}.zp-hero__description p{margin:0}.zp-hero__buttons{display:flex;flex-direction:column;width:100%;max-width:340px;gap:12px;margin-top:4px}a.zp-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px 24px;border-radius:999px;font-weight:600;font-size:15px;line-height:1;text-decoration:none;transition:opacity .2s ease,background-color .2s ease;box-shadow:none;cursor:pointer}a.zp-hero__btn--primary{background-color:var(--zp-btn1-bg);color:var(--zp-btn1-text);border:1px solid var(--zp-btn1-bg)}a.zp-hero__btn--primary:hover{opacity:.85;color:var(--zp-btn1-text)}a.zp-hero__btn--secondary{background-color:#ffffffeb;color:#1a1a1a;border:1px solid rgba(255,255,255,.92)}a.zp-hero__btn--secondary:hover{opacity:.85}.zp-hero__whatsapp-icon{width:18px;height:18px;flex-shrink:0}.zp-hero__benefits{list-style:none;padding:0;margin:6px 0 0;display:flex;flex-direction:column;align-items:var(--zp-m-items-align);gap:10px}.zp-hero__benefit{display:flex;align-items:center;gap:10px;font-size:15px;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.3)}.zp-hero__check{flex-shrink:0;color:#fff}@media screen and (min-width:900px){.zp-hero[data-desktop-layout=split] .zp-hero__grid{grid-template-columns:1fr 1fr;min-height:var(--zp-d-min-h);max-height:var(--zp-d-max-h)}.zp-hero[data-desktop-layout=split] .zp-hero__media--mobile{display:none}.zp-hero[data-desktop-layout=split] .zp-hero__media--desktop{display:block;grid-column:2 / 3;grid-row:1 / 2;height:100%}.zp-hero[data-desktop-layout=split] .zp-hero__image,.zp-hero[data-desktop-layout=split] .zp-hero__video,.zp-hero[data-desktop-layout=split] .zp-hero__placeholder{min-height:100%;max-height:var(--zp-d-max-h)}.zp-hero[data-desktop-layout=split] .zp-hero__scrim{display:none}.zp-hero[data-desktop-layout=split] .zp-hero__content-col{grid-column:1 / 2;grid-row:1 / 2;align-items:var(--zp-d-content-align);min-height:100%;max-height:var(--zp-d-max-h);padding:64px clamp(24px,5vw,80px)}.zp-hero[data-desktop-layout=split] .zp-hero__content{align-items:var(--zp-d-items-align);text-align:var(--zp-d-text-align);gap:20px;max-width:560px;color:var(--zp-text)}.zp-hero[data-desktop-layout=split] .zp-hero__heading{font-size:44px;color:var(--zp-heading);text-shadow:none}.zp-hero[data-desktop-layout=split] .zp-hero__description{color:var(--zp-text);text-shadow:none;max-width:var(--zp-d-caption-width, 100%)}.zp-hero[data-desktop-layout=split] .zp-hero__benefits{align-items:var(--zp-d-items-align)}.zp-hero[data-desktop-layout=split] .zp-hero__benefit,.zp-hero[data-desktop-layout=split] .zp-hero__check{color:var(--zp-text);text-shadow:none}.zp-hero[data-desktop-layout=split] .zp-hero__check{color:var(--zp-check)}.zp-hero[data-desktop-layout=split] a.zp-hero__btn--secondary{background-color:transparent;color:var(--zp-btn2-text);border:1px solid var(--zp-btn2-border)}.zp-hero[data-desktop-layout=full] .zp-hero__grid{grid-template-columns:1fr;min-height:var(--zp-d-min-h);max-height:var(--zp-d-max-h)}.zp-hero[data-desktop-layout=full] .zp-hero__media--mobile{display:none}.zp-hero[data-desktop-layout=full] .zp-hero__media--desktop{display:block;grid-column:1 / -1;grid-row:1 / -1}.zp-hero[data-desktop-layout=full] .zp-hero__image,.zp-hero[data-desktop-layout=full] .zp-hero__video,.zp-hero[data-desktop-layout=full] .zp-hero__placeholder{min-height:var(--zp-d-min-h);max-height:var(--zp-d-max-h)}.zp-hero[data-desktop-layout=full] .zp-hero__scrim{display:block}.zp-hero[data-desktop-layout=full] .zp-hero__content-col{grid-column:1 / -1;grid-row:1 / -1;align-items:var(--zp-d-content-align);min-height:var(--zp-d-min-h);max-height:var(--zp-d-max-h);padding:64px clamp(24px,6vw,96px)}.zp-hero[data-desktop-layout=full] .zp-hero__content{align-items:var(--zp-d-items-align);text-align:var(--zp-d-text-align);gap:20px;max-width:640px;color:#fff}.zp-hero[data-desktop-layout=full] .zp-hero__heading{font-size:44px;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.35)}.zp-hero[data-desktop-layout=full] .zp-hero__description{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.3);max-width:var(--zp-d-caption-width, 100%)}.zp-hero[data-desktop-layout=full] .zp-hero__buttons{flex-direction:row;width:auto;max-width:none;flex-wrap:wrap}.zp-hero[data-desktop-layout=full] a.zp-hero__btn{width:auto;border-radius:999px}.zp-hero[data-desktop-layout=full] a.zp-hero__btn--secondary{background-color:#ffffffeb;color:#1a1a1a;border:1px solid rgba(255,255,255,.92)}.zp-hero[data-desktop-layout=full] .zp-hero__benefits{align-items:var(--zp-d-items-align)}.zp-hero[data-desktop-layout=full] .zp-hero__benefit,.zp-hero[data-desktop-layout=full] .zp-hero__check{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.3)}.zp-hero__buttons{flex-direction:row;width:auto;max-width:none;flex-wrap:wrap}a.zp-hero__btn{width:auto;border-radius:6px}}.zp-howto{background-color:var(--zp-bg);padding-top:48px;padding-bottom:48px;box-sizing:border-box}.zp-howto *,.zp-howto *:before,.zp-howto *:after{box-sizing:border-box}.zp-howto__container{width:100%;max-width:1300px;margin-left:auto;margin-right:auto;padding-left:clamp(20px,5vw,40px);padding-right:clamp(20px,5vw,40px)}.zp-howto__heading{margin:0 0 36px;text-align:center;font-size:24px;font-weight:700;letter-spacing:-.01em;color:var(--zp-heading)}.zp-howto__row{display:flex;flex-direction:column;gap:32px}.zp-howto__steps{display:flex;flex-direction:column;align-items:center;gap:0}.zp-howto__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:8px 0}.zp-howto__icon-wrap{position:relative;width:88px;height:88px}.zp-howto__number{position:absolute;top:-4px;left:-4px;width:26px;height:26px;border-radius:50%;background-color:var(--zp-number-bg);color:var(--zp-number-text);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;z-index:1}.zp-howto__icon{width:100%;height:100%;border-radius:50%;background-color:var(--zp-icon-bg);color:var(--zp-icon-color);display:flex;align-items:center;justify-content:center}.zp-howto__icon svg{width:40px;height:40px}.zp-howto__title{font-size:17px;font-weight:700;color:var(--zp-title)}.zp-howto__text{font-size:14px;line-height:1.5;color:var(--zp-text);max-width:24ch}.zp-howto__arrow{color:var(--zp-arrow);display:flex;align-items:center;justify-content:center;padding:4px 0}.zp-howto__arrow-h{display:none;width:40px;height:16px}.zp-howto__arrow-v{display:block;width:16px;height:40px}.zp-howto__card{width:100%;background-color:var(--zp-card-bg);border:1px solid var(--zp-card-border);border-radius:16px;padding:28px 24px}.zp-howto__card-heading{font-size:18px;font-weight:700;color:var(--zp-card-heading);margin-bottom:16px}.zp-howto__card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.zp-howto__card-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:var(--zp-card-text)}.zp-howto__card-check{flex-shrink:0;color:var(--zp-card-check);margin-top:2px}@media screen and (min-width:900px){.zp-howto__row{flex-direction:row;align-items:stretch;gap:40px}.zp-howto__steps{flex:1;flex-direction:row;align-items:flex-start;justify-content:center;gap:0}.zp-howto__icon-wrap{width:96px;height:96px}.zp-howto__icon svg{width:44px;height:44px}.zp-howto__step{flex:0 1 240px;padding:0 12px}.zp-howto__arrow{padding:0 8px;align-self:flex-start;margin-top:42px}.zp-howto__arrow-h{display:block}.zp-howto__arrow-v{display:none}.zp-howto__card{flex:0 0 260px;align-self:center}}.zp-story{background-color:var(--zp-bg);overflow:hidden;box-sizing:border-box;padding-top:var(--zp-padding-top, 0px);padding-bottom:var(--zp-padding-bottom, 0px)}.zp-story--page{max-width:1280px;margin-left:auto;margin-right:auto}.zp-story *,.zp-story *:before,.zp-story *:after{box-sizing:border-box}.zp-story__grid{display:grid;grid-template-columns:1fr;position:relative}.zp-story__media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden}.zp-story__image,.zp-story__placeholder{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.zp-story__placeholder{background-color:#0000000d}.zp-story__placeholder-svg{width:100%;height:100%;object-fit:cover}.zp-story__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000000d 55%,#0000 75%);pointer-events:none}.zp-story__heading--overlay{position:absolute;left:20px;right:20px;bottom:20px;margin:0;font-size:26px;font-weight:700;letter-spacing:-.01em;color:#fff;text-shadow:0 1px 10px rgba(0,0,0,.35)}.zp-story__heading--static{display:none}.zp-story__content-col{padding:32px 20px 40px}.zp-story__content{display:flex;flex-direction:column;gap:18px;align-items:var(--zp-items-mobile, center);text-align:var(--zp-text-align-mobile, center)}.zp-story__description{font-size:15px;line-height:1.6;color:var(--zp-text)}.zp-story__description p{margin:0}.zp-story__items{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:6px}.zp-story__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.zp-story__icon{width:44px;height:44px;border-radius:50%;border:1px solid var(--zp-icon-border);color:var(--zp-icon-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.zp-story__icon svg{width:20px;height:20px}.zp-story__label{font-size:14px;font-weight:600;line-height:1.4;color:var(--zp-label);max-width:20ch}@media screen and (min-width:900px){.zp-story__grid{grid-template-columns:1fr 1fr;align-items:start}.zp-story__media{aspect-ratio:1 / 1;height:auto;max-width:var(--zp-media-height, 480px);align-self:var(--zp-media-align, center);order:var(--zp-media-order, 1)}.zp-story__scrim,.zp-story__heading--overlay{display:none}.zp-story__heading--static{display:block;margin:0;font-size:30px;font-weight:700;letter-spacing:-.01em;color:var(--zp-heading)}.zp-story__content-col{display:flex;align-items:center;padding:48px clamp(24px,5vw,72px);order:var(--zp-content-order, 2)}.zp-story__content{max-width:520px;gap:22px;align-items:var(--zp-items-desktop, flex-start);text-align:var(--zp-text-align-desktop, left)}.zp-story__items{flex-direction:row;align-items:flex-start;justify-content:var(--zp-justify-desktop, flex-start);flex-wrap:wrap;gap:28px;width:100%}.zp-story__item{flex-direction:row;align-items:center;text-align:left;gap:10px;max-width:160px}.zp-story__icon{width:40px;height:40px}.zp-story__icon svg{width:18px;height:18px}.zp-story__label{font-size:13px}.zp-story--overlay-desktop .zp-story__grid{grid-template-columns:1fr}.zp-story--overlay-desktop .zp-story__media{max-width:none;width:100%;align-self:stretch;min-height:var(--zp-media-height, 480px);order:1}.zp-story--overlay-desktop .zp-story__scrim{display:block;background:linear-gradient(to top,#0009,#00000040 60%,#00000026)}.zp-story--overlay-desktop .zp-story__content-col{position:absolute;top:0;right:0;bottom:0;left:0;order:2;padding:48px clamp(24px,5vw,72px)}.zp-story--overlay-desktop .zp-story__heading--static,.zp-story--overlay-desktop .zp-story__description,.zp-story--overlay-desktop .zp-story__label{color:#fff}.zp-story--overlay-desktop .zp-story__icon{color:#fff;border-color:#fff9}}
/*# sourceMappingURL=/cdn/shop/t/10/compiled_assets/styles.css.map */
