.how-it-works-tabs{text-align:center}.how-it-works-tabs__header{margin-bottom:2.5rem}.how-it-works-tabs__title{margin:0 0 .75rem}.how-it-works-tabs__subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.7);max-width:600px;margin:0 auto}@media screen and (min-width:750px){.how-it-works-tabs__header{margin-bottom:3rem}.how-it-works-tabs__subtitle{font-size:1.25rem}}.how-it-works-tabs__pills{display:flex;gap:.5rem;overflow-x:auto;padding:0 0 1rem;margin-bottom:1.5rem;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start}.how-it-works-tabs__pills::-webkit-scrollbar{display:none}.how-it-works-tabs__pill{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:100px;background:transparent;cursor:pointer;white-space:nowrap;font-size:.9rem;font-family:inherit;color:rgba(var(--color-foreground),.7);transition:all .25s ease;flex-shrink:0}.how-it-works-tabs__pill:hover{border-color:rgba(var(--color-foreground),.3);color:rgb(var(--color-foreground))}.how-it-works-tabs__pill--active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.how-it-works-tabs__pill--active:hover{color:rgb(var(--color-background))}.how-it-works-tabs__pill-number{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-weight:600;background:rgba(var(--color-foreground),.1)}.how-it-works-tabs__pill--active .how-it-works-tabs__pill-number{background:rgba(var(--color-background),.2)}.how-it-works-tabs__pill-title{font-weight:500}@media screen and (min-width:750px){.how-it-works-tabs__pills{display:none}}.how-it-works-tabs__main{display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width:750px){.how-it-works-tabs__main{flex-direction:row;gap:3rem;align-items:stretch;text-align:left}.how-it-works-tabs__container[data-media-position=right] .how-it-works-tabs__main{flex-direction:row-reverse}}.how-it-works-tabs__media{position:relative;width:100%;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:rgba(var(--color-foreground),.03)}@media screen and (min-width:750px){.how-it-works-tabs__media{flex:1.2;min-height:400px;aspect-ratio:auto;border-radius:20px}}.how-it-works-tabs__media-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.how-it-works-tabs__media-item--active{opacity:1;visibility:visible}.how-it-works-tabs__image,.how-it-works-tabs__video{width:100%;height:100%;object-fit:cover}.how-it-works-tabs__youtube{width:100%;height:100%;position:relative;cursor:pointer;background:#000}.how-it-works-tabs__youtube-thumb{width:100%;height:100%;object-fit:cover}.how-it-works-tabs__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;padding:0;opacity:.9;transition:opacity .2s ease,transform .2s ease}.how-it-works-tabs__youtube:hover .how-it-works-tabs__play-btn{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.how-it-works-tabs__youtube iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.how-it-works-tabs__placeholder{width:100%;height:100%;position:relative;background:linear-gradient(135deg,rgba(var(--color-foreground),.03),rgba(var(--color-foreground),.08))}.how-it-works-tabs__placeholder-icon{position:absolute;bottom:12px;right:12px;width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #00000026;z-index:2}.how-it-works-tabs__placeholder-icon svg{width:22px;height:22px}@media screen and (min-width:750px){.how-it-works-tabs__placeholder-icon{bottom:16px;right:16px;width:52px;height:52px;border-radius:12px}.how-it-works-tabs__placeholder-icon svg{width:26px;height:26px}}.how-it-works-tabs__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(var(--color-foreground),.1)}.how-it-works-tabs__progress-bar{height:100%;width:0;background:rgb(var(--color-foreground));animation:progressFill 5s linear forwards}@keyframes progressFill{0%{width:0}to{width:100%}}.how-it-works-tabs__tabs{display:none}@media screen and (min-width:750px){.how-it-works-tabs__tabs{display:flex;flex-direction:column;gap:.75rem;flex:.8;min-width:320px;max-width:420px}}.how-it-works-tabs__tab{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:12px;background:transparent;cursor:pointer;text-align:left;font-family:inherit;color:inherit;transition:all .25s ease}.how-it-works-tabs__tab:hover{border-color:rgba(var(--color-foreground),.2);background:rgba(var(--color-foreground),.02)}.how-it-works-tabs__tab--active{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03)}.how-it-works-tabs__tab-number{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem;font-weight:700;background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.6);flex-shrink:0;transition:all .25s ease}.how-it-works-tabs__tab--active .how-it-works-tabs__tab-number{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.how-it-works-tabs__tab-content{flex:1;min-width:0}.how-it-works-tabs__tab-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600;color:rgb(var(--color-foreground))}.how-it-works-tabs__tab-description{margin:0;font-size:.95rem;color:rgba(var(--color-foreground),.65);line-height:1.5}.how-it-works-tabs__tab-description p{margin:0}.how-it-works-tabs__tab--active .how-it-works-tabs__tab-description{color:rgba(var(--color-foreground),.75)}.how-it-works-tabs__mobile-descriptions{text-align:center;min-height:3rem}.how-it-works-tabs__mobile-description{display:none;font-size:1rem;color:rgba(var(--color-foreground),.7);line-height:1.6}.how-it-works-tabs__mobile-description--active{display:block;animation:fadeIn .3s ease}.how-it-works-tabs__mobile-description p{margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:750px){.how-it-works-tabs__mobile-descriptions{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-how-it-works-tabs.css.map */
