.how-it-works-adapted{background:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:hidden}
.how-it-works-adapted *{box-sizing:border-box}
.how-it-works-adapted__container{width:min(100%,var(--hiw-max-width));margin:auto;padding:0 24px}
.how-it-works-adapted__slide{display:none}.how-it-works-adapted__slide.is-active{display:block}
.how-it-works-adapted__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,84px);align-items:center;min-height:700px;padding:110px 0}
.how-it-works-adapted__content--centered{grid-column:1/-1;display:flex;justify-content:center}
.how-it-works-adapted__content-inner{width:min(100%,var(--hiw-content-width,650px))}
.how-it-works-adapted__eyebrow{margin:0 0 18px;color:var(--hiw-accent);font:inherit;font-size:14px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.how-it-works-adapted__heading{margin:0 0 22px;color:inherit;font-family:inherit;font-size:clamp(30px,3vw,48px);font-weight:inherit;line-height:1.05}
.how-it-works-adapted__text{margin:0 0 24px;font-size:16px;line-height:1.55}
.how-it-works-adapted__image-wrapper{width:min(100%,var(--hiw-image-width,100%));margin:auto}
.how-it-works-adapted__image{display:block;width:100%;height:auto;max-height:680px;object-fit:contain}
.how-it-works-adapted__navigation{display:grid;grid-template-columns:48px 1fr 48px;gap:16px;align-items:center;padding-bottom:42px}
.how-it-works-adapted__arrow{width:48px;height:48px;border:1px solid currentColor;border-radius:50%;background:transparent;color:var(--hiw-arrow);font-size:30px;line-height:1;cursor:pointer}
.how-it-works-adapted__pagination{display:flex;justify-content:center;gap:10px}
.how-it-works-adapted__dot{width:13px;height:13px;border:1px solid var(--hiw-accent);border-radius:50%;background:transparent;padding:0}
.how-it-works-adapted__dot.is-active{background:var(--hiw-accent)}
.text-center{text-align:center}
.how-it-works-adapted__empty{padding:64px 0;text-align:center}
@media(max-width:989px){.how-it-works-adapted__layout{grid-template-columns:1fr;min-height:0;padding:48px 0}.how-it-works-adapted__content-inner,.how-it-works-adapted__image-wrapper{width:100%!important}}
@media(max-width:749px){.how-it-works-adapted__container{padding:0 18px}.how-it-works-adapted__slide{display:block;border-bottom:1px solid rgba(var(--color-foreground),.14)}.how-it-works-adapted__navigation{display:none}.how-it-works-adapted__heading{font-size:clamp(25px,7vw,34px)}}
