html{scroll-behavior:smooth}.scroll-and-sticky__wrap{display:flex;flex-direction:column;width:100%}.scroll-and-sticky__wrap h2,.scroll-and-sticky__wrap p,.scroll-and-sticky__wrap span,.scroll-and-sticky__wrap ul,.scroll-and-sticky__wrap li{margin:0}.scroll-and-sticky red{color:rgb(var(--color-button))}.scroll-and-sticky{display:flex;flex-direction:column;width:100%;height:fit-content}.scroll-and-sticky--top{display:flex;flex-direction:column;width:100%;align-items:center;background-color:#fff;padding-bottom:4rem}@media screen and (min-width:1120px){.scroll-and-sticky--top{position:sticky;z-index:100;top:0}}.scroll-and-sticky--title,.scroll-and-sticky--switcher-item{display:flex;flex-direction:column}.scroll-and-sticky--title *{font-weight:600;font-size:2.4rem;line-height:150%;text-align:center}.scroll-and-sticky--title{margin-bottom:2rem}.scroll-and-sticky--switcher{display:flex;flex-direction:row;background:#ebf3f3;border-radius:50rem;padding:.4rem}.scroll-and-sticky--switcher-item{padding:1rem 1.6rem;background:transparent;cursor:pointer;transition:background .3s}.scroll-and-sticky--switcher-item>*{font-weight:500;font-size:1.2rem;line-height:2rem;text-align:center;color:rgb(var(--color-base-text));pointer-events:none}.scroll-and-sticky--switcher-item.visible *,.scroll-and-sticky--switcher-item:hover *{text-align:center;color:#fff}.scroll-and-sticky--switcher-item:first-child{border-radius:50rem 0 0 50rem}.scroll-and-sticky--switcher-item:last-child{border-radius:0 50rem 50rem 0}.scroll-and-sticky--switcher-item.visible,.scroll-and-sticky--switcher-item:hover{background:#ed8c8d}.scroll-and-sticky--switcher-item:first-child.visible,.scroll-and-sticky--switcher-item:first-child:hover{background:linear-gradient(270.43deg,#fff0 -139.4%,#e92c34 115.06%)}.scroll-and-sticky--switcher-item:last-child.visible,.scroll-and-sticky--switcher-item:last-child:hover{background:linear-gradient(90deg,#fff0 -139.4%,#e92c34 115.06%)}.scroll-and-sticky--content{display:flex;width:100%;flex-direction:column;position:relative}.scroll-and-sticky--content .slider-button{position:absolute;z-index:2;top:1rem;left:1rem;display:flex;align-items:center;justify-content:center;width:unset;height:unset;padding:.8rem}.scroll-and-sticky--content .slider-button:disabled{opacity:.4;pointer-events:none}.scroll-and-sticky--content .slider-button svg{width:.8rem;height:1.4rem}.scroll-and-sticky--content .slider-button.slider-button--prev{transform-origin:center;transform:rotate(-180deg)}.scroll-and-sticky--content .slider-button.slider-button--next{right:1rem;left:unset}.scroll-and-sticky--content-list{display:flex;flex-direction:row;width:100%;overflow:auto;flex-wrap:nowrap}.scroll-and-sticky--content-list>*:not(:last-child){margin-bottom:2rem}.scroll-and-sticky--content-list>.scroll-and-sticky--item:last-child{display:grid}.scroll-and-sticky--item.hide-mobile{display:none}.scroll-and-sticky--item{display:grid;grid-template-columns:1fr;width:100%;flex-shrink:0;transition:.5s all ease-in-out;opacity:1}.scroll-and-sticky--item__info-wrap{display:flex;flex-direction:row;width:100%;background:#f9f9f9;padding:4rem;position:relative}.scroll-and-sticky--item__info-animation{display:none;width:10vw;transform:translate(-50%,-50%);position:absolute;top:0;left:50%}.scroll-and-sticky--item:nth-child(2n) .scroll-and-sticky--item__info-animation>*{transform:scaleX(-1)}.scroll-and-sticky--item__info-animation>*{width:100%}.scroll-and-sticky--item__info{display:flex;flex-direction:column;column-gap:5.4rem;row-gap:4rem;width:100%;justify-content:center;align-self:center}.scroll-and-sticky--item__info-icon{display:flex;max-width:12.4rem;width:100%;flex-shrink:0}.scroll-and-sticky--item__info-icon>*{width:100%;height:auto}.scroll-and-sticky--item__info-text,.scroll-and-sticky--item__info-title,.scroll-and-sticky--item__info-description{display:flex;flex-direction:column}.scroll-and-sticky--item__info-text{width:100%;max-width:29.6rem}.scroll-and-sticky--item__info-title{margin-bottom:1.8rem}.scroll-and-sticky--item__info-title>*{font-weight:500;font-size:2.4rem;line-height:2.9rem}.scroll-and-sticky--item__info-description{row-gap:1.4rem}.scroll-and-sticky--item__info-description>*{font-weight:500;font-size:1.6rem;line-height:150%}.scroll-and-sticky--item__info-description ul,.scroll-and-sticky--item__info-description ol{padding:0;list-style:none;display:flex;flex-direction:column;row-gap:1.4rem}.scroll-and-sticky--item__info-description li{background-repeat:no-repeat;background-size:2rem;background-position:2px 2px;padding-left:3.4rem}.scroll-and-sticky--item__video-wrapper{aspect-ratio:16 / 9}.scroll-and-sticky--item__video-component{position:relative;display:flex}.scroll-and-sticky--item__video-component video{width:100%}.scroll-and-sticky--item__video-component .video-play-pause{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:.5s all ease-in-out}.scroll-and-sticky--item__video-component.playing .video-play-pause{opacity:0}.scroll-and-sticky--item__video-component.playing .video-play-pause:hover{opacity:1}.scroll-and-sticky--item__video-component.playing .scroll-and-sticky--thumbnail{display:none}.scroll-and-sticky--thumbnail{display:flex;flex-direction:column;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.scroll-and-sticky--thumbnail-content{position:relative;display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between;padding:0;background:linear-gradient(104.04deg,#0009 .42%,#0000)}.scroll-and-sticky--thumbnail-image{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.scroll-and-sticky--thumbnail-image img{width:100%;height:100%;object-fit:cover}.scroll-and-sticky--quote,.scroll-and-sticky--quote-text,.scroll-and-sticky--review-title,.scroll-and-sticky--review-text{display:flex;flex-direction:column}.scroll-and-sticky--quote{align-self:flex-start;padding:3rem 2rem 0;row-gap:1.2rem}.scroll-and-sticky--quote-svg{display:flex;width:4.6rem;flex-shrink:0}.scroll-and-sticky--quote-svg>*{width:100%}.scroll-and-sticky--quote-text>*{font-weight:300;font-size:1.6rem;line-height:160%;color:#fff}.scroll-and-sticky--review{display:flex;flex-direction:column;align-self:flex-end;width:100%;row-gap:.4rem;padding:1.6rem 2.6rem;background:linear-gradient(104.04deg,#0009 .42%,#0000)}.scroll-and-sticky--review-row,.scroll-and-sticky--review-stars{display:flex;flex-direction:row}.scroll-and-sticky--review-row{column-gap:1.2rem;align-items:center}.scroll-and-sticky--review-stars{column-gap:.2rem}.scroll-and-sticky--review-star{width:2rem;height:2rem;flex-shrink:0}.scroll-and-sticky--review-star>*{width:100%}.scroll-and-sticky--review-title>*{font-weight:400;font-size:1.4rem;line-height:1.7rem;color:#fff}.scroll-and-sticky--review-text>*{font-weight:300;font-size:1.2rem;line-height:1.5rem;color:#fff}@media screen and (min-width:1120px){.scroll-and-sticky--title *{font-size:4rem}.scroll-and-sticky--title{margin-bottom:4rem}.scroll-and-sticky--switcher-item{padding:1rem 3rem}.scroll-and-sticky--switcher-item *{font-size:1.6rem}.scroll-and-sticky--content-list{flex-direction:column}.scroll-and-sticky--item{grid-template-columns:1fr 1fr;opacity:0}.scroll-and-sticky--content-list>.scroll-and-sticky--item:last-child{display:none}.scroll-and-sticky--item__info-animation{display:flex}.scroll-and-sticky--item.hide-mobile{display:grid}.scroll-and-sticky--content .slider-button{display:none}}@media screen and (min-width:1120px){.scroll-and-sticky--title{margin-bottom:6rem}.scroll-and-sticky--item__info-wrap{padding:0 2rem}.scroll-and-sticky--item__info-animation{transform:translate(-100%,-50%)}.scroll-and-sticky--item__info{flex-direction:row;column-gap:5.4rem}.scroll-and-sticky--item__info-icon{max-width:26rem;width:40%;align-self:center}.scroll-and-sticky--thumbnail-content{flex-direction:row}.scroll-and-sticky--quote{padding:3rem 0 0 3rem;row-gap:3.4rem}.scroll-and-sticky--quote-svg{width:7.6rem}.scroll-and-sticky--quote-text>*{max-width:23.2rem}.scroll-and-sticky--review{align-self:flex-end;width:unset}}
/*# sourceMappingURL=/cdn/shop/t/299/assets/es-60daysLP-4stagesVDO.css.map */
