.how-it-works{background-color:#f1eae1}.how-it-works__inner{max-width:var(--container-width-wide);margin-inline:auto;padding-inline:clamp(var(--space-3), 4vw, 3.75rem);padding-block:clamp(var(--space-5), 6vw, 3.5rem)}.how-it-works__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:clamp(var(--space-4), 4vw, 2.5rem)}.how-it-works__heading{margin:0;color:var(--color-grey-1);font-size:64px}.how-it-works__nav{display:flex;flex-shrink:0;gap:var(--space-2)}.how-it-works__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:var(--radius);background-color:var(--color-beige-2);color:var(--color-text);cursor:pointer;transition:background-color 0.15s ease}.how-it-works__arrow:hover,.how-it-works__arrow:focus-visible{background-color:var(--color-beige-1)}.how-it-works__arrow.swiper-button-disabled{opacity:.35;cursor:default;pointer-events:none}.how-it-works__arrow.swiper-button-disabled:hover{background-color:var(--color-beige-2)}.how-it-works__arrow svg{display:block;width:18px;height:18px}.how-it-works__track-clip{overflow:hidden;margin-block:-16px;padding-block:16px}.how-it-works__track.swiper{overflow:visible}.how-it-works__card.swiper-slide{user-select:none;display:flex;flex-direction:column;gap:clamp(var(--space-4), 4vw, 2.5rem);padding:clamp(var(--space-4), 4vw, 2.5rem);border-radius:12px;background-color:#F9F3EA;border:1px solid #fae0c0;box-shadow:0 3px 10px 0 #464a3a3d}.how-it-works__content{display:flex;flex-direction:column;gap:var(--space-3);text-align:left}.how-it-works__text{display:flex;flex-direction:column;gap:var(--space-3)}.how-it-works__step{display:inline-flex;align-self:flex-start;padding-block:.25rem;padding-inline:var(--space-3);border:1px solid var(--color-grey-4);border-radius:6px;color:var(--color-grey-2);font-family:var(--font-family-base);font-size:16px}.how-it-works__card-heading{margin:0;color:var(--color-grey-1);font-size:40px}.how-it-works__card-description{color:var(--color-grey-1);font-family:var(--font-family-base);font-size:18px;line-height:26px}.how-it-works__card-description p{margin:0}.how-it-works__image{aspect-ratio:4 / 3;border-radius:6px;overflow:hidden}.how-it-works__image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:899px){.how-it-works__inner{}.how-it-works__header{flex-direction:column}.how-it-works__heading{font-size:40px}.how-it-works__card.swiper-slide{gap:var(--space-6);height:auto}.how-it-works__card-heading{font-size:28px}.how-it-works__card-description{font-size:14px;line-height:20px}.how-it-works__image{margin-top:auto}}@media (min-width:900px){.how-it-works__track-clip{margin-inline:-16px;padding-inline:16px}.how-it-works__card.swiper-slide{flex-direction:row;align-items:stretch}.how-it-works__content{flex:1 1 45%;justify-content:space-between}.how-it-works__image{flex:1 1 45%}}