.et-lph{position:relative;isolation:isolate;overflow:hidden;background-color:var(--et-lph-bg, #e9ece2);color:var(--et-lph-text, #383936)}.et-lph__bg,.et-lph__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.et-lph__bg{z-index:0}.et-lph__overlay{z-index:1}.et-lph__bg-media,.et-lph__overlay img{display:block;width:100%;height:100%;object-fit:cover}.et-lph__inner{position:relative;z-index:2;display:flex;align-items:center;gap:clamp(24px,4vw,64px);width:100%;min-height:620px;max-width:var(--page-width, 1400px);margin-inline:auto}.et-lph--media-left .et-lph__inner{justify-content:flex-end}.et-lph__text{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding-block:clamp(40px,6vw,96px);padding-inline:clamp(16px,6.25vw,120px)}.et-lph:not(.et-lph--no-media) .et-lph__text{max-width:50%}.et-lph--cols-2:not(.et-lph--no-media) .et-lph__text{max-width:65%}.et-lph--no-media .et-lph__text{max-width:760px}.et-lph--no-media.et-lph--pos-left .et-lph__text{margin-inline:0 auto}.et-lph--no-media.et-lph--pos-center .et-lph__text{margin-inline:auto}.et-lph--no-media.et-lph--pos-right .et-lph__text{margin-inline:auto 0}.et-lph__text--center{align-items:center;text-align:center}.et-lph__text--right{align-items:flex-end;text-align:right}.et-lph__text--center .et-lph__highlight,.et-lph__text--right .et-lph__highlight{width:auto;max-width:100%}.et-lph__text--center .et-lph__highlight{justify-content:center}.et-lph__text--right .et-lph__highlight{justify-content:flex-end}.et-lph__text--center .et-lph__highlight-text,.et-lph__text--right .et-lph__highlight-text{flex:0 1 auto}.et-lph__heading{margin:0;font-family:inherit;font-style:normal;font-weight:700;font-size:clamp(3.2rem,.9rem + 2.1vw,4.4rem);line-height:1.15;letter-spacing:normal;color:inherit}.et-lph__highlight{display:flex;align-items:stretch;gap:16px;width:100%}.et-lph__accent{flex:0 0 2px;width:2px;border-radius:24px;background:currentColor}.et-lph__highlight-text{margin:0;flex:1 1 0;min-width:0;font-family:inherit;font-weight:600;font-size:1.8rem;line-height:1.4;color:inherit}.et-lph__paragraph{font-family:inherit;font-weight:500;font-size:1.6rem;line-height:1.6;color:inherit}.et-lph__paragraph>:first-child{margin-top:0}.et-lph__paragraph>:last-child{margin-bottom:0}.et-lph__cta{display:block}.et-lph__button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border:0;border-radius:100px;cursor:pointer;appearance:none;-webkit-appearance:none;background:var(--et-lph-btn-bg, #ffdb72);color:var(--et-lph-btn-text, #383936);font-family:inherit;font-weight:700;font-size:1.3rem;line-height:1.2;letter-spacing:.065rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.et-lph__button:hover{opacity:.9}.et-lph__button:active{transform:translateY(1px)}.et-lph__proof{display:flex;align-items:center;gap:14px}.et-lph__avatars{display:flex;align-items:center}.et-lph__avatar{display:block;width:28px;height:28px;margin-right:-8.75px;border:.875px solid #eee6dd;border-radius:50%;overflow:hidden;background:#eee6dd}.et-lph__avatar:last-child{margin-right:0}.et-lph__avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.et-lph__proof-text{margin:0;font-family:inherit;font-weight:600;font-size:1.2rem;line-height:1.4;color:color-mix(in srgb,currentColor 80%,transparent)}.et-lph__collage{position:absolute;inset-block:0;inset-inline-end:0;z-index:1;width:46%;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 93%,transparent)}.et-lph--media-left .et-lph__collage{inset-inline-end:auto;inset-inline-start:0}.et-lph__collage--2col{width:33%}.et-lph__collage--1col{width:18%}.et-lph__cols{display:flex;justify-content:center;gap:20px;height:100%}.et-lph__row{display:none}.et-lph__col{flex:1 1 0;min-width:0;max-width:240px;height:100%;overflow:hidden}.et-lph__track{display:flex;flex-direction:column;will-change:transform;animation:et-lph-up 34s linear infinite}.et-lph__col--2 .et-lph__track{animation-name:et-lph-down;animation-duration:28s}.et-lph__col--3 .et-lph__track{animation-duration:40s}.et-lph__collage:hover .et-lph__track{animation-play-state:paused}.et-lph__collage--static .et-lph__track{animation:none}.et-lph__media{position:relative;flex:0 0 auto;width:100%;border-radius:13px;overflow:hidden}.et-lph__track .et-lph__media{margin-bottom:20px}.et-lph__media--portrait{aspect-ratio:224 / 398}.et-lph__media--square{aspect-ratio:1 / 1}.et-lph__media img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}@keyframes et-lph-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes et-lph-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes et-lph-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:989px){.et-lph__text{padding-inline:clamp(16px,4vw,56px);gap:28px}.et-lph__inner{min-height:520px}.et-lph__cols{gap:14px}.et-lph__col{max-width:180px}.et-lph__highlight-text{font-size:1.7rem}}@media screen and (max-width:749px){.et-lph{padding-block:0 clamp(32px,var(--et-lph-pb, 120px),56px)}.et-lph.et-lph--media-right.et-lph--pos-left{padding-top:24px}.et-lph__inner,.et-lph--media-left .et-lph__inner{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:28px;min-height:0}.et-lph__collage{position:static;order:-1;width:100%;height:260px;margin-inline:0;-webkit-mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}.et-lph__cols{display:none}.et-lph__row{display:block;height:100%;overflow:hidden}.et-lph__track--row{flex-direction:row;height:100%;width:max-content;animation:et-lph-left 28s linear infinite}.et-lph__track--row .et-lph__media{width:auto;height:100%;margin:0 12px 0 0;border-radius:12px}.et-lph:not(.et-lph--no-media) .et-lph__text{max-width:none}.et-lph__text{width:100%;padding-block:0;padding-inline:24px;gap:24px}.et-lph__heading{font-size:3.2rem}.et-lph__highlight-text{font-size:1.7rem}}@media screen and (max-width:479px){.et-lph__text{padding-inline:20px}.et-lph__collage{height:220px}.et-lph__button{width:100%}}@media(prefers-reduced-motion:reduce){.et-lph__track{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/et-lp-hero-social.css.map */
