.how-it-works-container{width:100%;padding:var(--section-padding-top) var(--section-padding-right) var(--section-padding-bottom) var(--section-padding-left)}@media (max-width: 768px){.how-it-works-container{padding:var(--section-mob-padding-top) var(--mobile-padding) var(--section-mob-padding-bottom) var(--mobile-padding)}}@media (max-width: 480px){.how-it-works-container{padding:var(--section-mob-padding-top) calc(var(--mobile-padding) * .8) var(--section-mob-padding-bottom) calc(var(--mobile-padding) * .8)}}.how-it-works{position:relative;max-width:var(--section-max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:80px}.how-it-works__header{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:872px;text-align:center}.how-it-works__badge{background:var(--badge-background-color);border-radius:88px;padding:3px 16px 4px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.how-it-works__badge-text{font-family:PP Neue Montreal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--badge-size);font-weight:450;line-height:24px;color:var(--badge-text-color);text-align:center;white-space:nowrap;margin:0;padding:0}.how-it-works__heading{font-family:Aeonik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--heading-size);font-weight:250;line-height:1.1;color:var(--text-color);text-align:center;letter-spacing:-.78px;margin:0;padding:0}.how-it-works__heading p{margin:0;padding:0;font-size:inherit;font-weight:300;line-height:inherit;color:color-mix(in srgb,var(--text-color) 60%,transparent);text-align:inherit;letter-spacing:inherit}.how-it-works__heading strong{font-weight:400;opacity:1;color:var(--text-color)}.how-it-works__features{display:flex;flex-direction:column;gap:var(--card-gap);width:100%;max-width:1320px}.how-it-works__feature{display:flex;align-items:stretch;gap:16px;height:517px;width:100%}.how-it-works__feature-image{flex:0 0 872px;height:100%;border-radius:16px;overflow:hidden;position:relative}.how-it-works__feature-image-content{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.how-it-works__feature-content{flex:1;background:var(--feature-background-color);border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:space-around;min-width:0}.how-it-works__feature-icon{margin-bottom:32px}.how-it-works__feature-icon-content{max-width:250px;max-height:100px;object-fit:contain;width:auto;box-sizing:border-box}.how-it-works__feature-text{display:flex;flex-direction:column;gap:32px}.how-it-works__feature-heading{font-family:Aeonik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--feature-heading-size);font-weight:250;line-height:1.1;color:var(--feature_text_color);text-align:left;letter-spacing:-.6px;margin:0;padding:0}.how-it-works__feature-description{font-family:PP Neue Montreal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--feature-text-size);font-weight:400;line-height:1.3;color:var(--feature_description_color);text-align:left;margin:0;padding:0}.how-it-works[data-layout=left]{align-items:flex-start}.how-it-works[data-layout=left] .how-it-works__header{align-items:flex-start;text-align:left}.how-it-works[data-layout=right]{align-items:flex-end}.how-it-works[data-layout=right] .how-it-works__header{align-items:flex-end;text-align:right}.how-it-works[data-animations=true] .how-it-works__badge{animation:fadeInUp .8s ease-out}.how-it-works[data-animations=true] .how-it-works__heading{animation:fadeInUp .8s ease-out .2s both}.how-it-works[data-animations=true] .how-it-works__feature{animation:fadeInUp .8s ease-out calc(.4s + var(--animation-delay, 0s)) both}.how-it-works[data-animations=true] .how-it-works__feature:nth-child(1){--animation-delay: 0s}.how-it-works[data-animations=true] .how-it-works__feature:nth-child(2){--animation-delay: .1s}.how-it-works[data-animations=true] .how-it-works__feature:nth-child(3){--animation-delay: .2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1280px){.how-it-works{gap:40px;max-width:100%;margin:0}.how-it-works__feature-image-content{aspect-ratio:1/1}.how-it-works__feature-icon-content{max-width:230px;max-height:100px}.how-it-works__header{gap:24px;max-width:100%}.how-it-works__badge{padding:2px 16px 3px;border-radius:60px}.how-it-works__badge-text{font-size:var(--mobile-badge-size);line-height:20px}.how-it-works__heading{font-size:var(--mobile-heading-size);letter-spacing:-.5px;width:100%}.how-it-works__features{gap:20px;width:100%}.how-it-works__feature{flex-direction:column;height:auto;gap:16px}.how-it-works__feature-image{flex:none;width:100%;order:1}.how-it-works__feature-content{flex:none;padding:24px;order:2;min-height:auto}.how-it-works__feature-icon{margin-bottom:20px}.how-it-works__feature-text{gap:16px}.how-it-works__feature-heading{font-size:var(--mobile-feature-heading-size);letter-spacing:-.3px}.how-it-works__feature-description{font-size:var(--mobile-feature-text-size);line-height:1.4}}@media (max-width: 480px){.how-it-works{gap:32px}.how-it-works__header{gap:20px}.how-it-works__badge{padding:1px 16px 2px;border-radius:50px}.how-it-works__badge-text{font-size:var(--mobile-badge-size)}.how-it-works__heading{font-size:var(--mobile-heading-size)}.how-it-works__features{gap:16px}.how-it-works__feature{gap:12px}.how-it-works__feature-content{padding:20px}.how-it-works__feature-icon{margin-bottom:16px}.how-it-works__feature-text{gap:12px}.how-it-works__feature-heading{font-size:calc(var(--mobile-feature-heading-size) * .9)}.how-it-works__feature-description{font-size:calc(var(--mobile-feature-text-size) * .9)}}@media (prefers-reduced-motion: reduce){.how-it-works[data-animations=true] .how-it-works__badge,.how-it-works[data-animations=true] .how-it-works__heading,.how-it-works[data-animations=true] .how-it-works__feature{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/how-it-works.css.map */
