.howItWorks{background:linear-gradient(to bottom, #d1dceb 0%, #ffffff 100%)}.howItWorks__intro{max-width:1232px;margin:0 auto 48px;padding:0 var(--grid-margin, 24px);text-align:center}.howItWorks__eyebrow{font-family:var(--font-primary);font-weight:500;font-size:13px;line-height:19.5px;letter-spacing:1.3px;text-transform:uppercase;color:var(--Primary-Primary-500, #204291);margin:0 0 16px}.howItWorks__heading{font-family:var(--font-primary);font-weight:500;font-size:62px;line-height:65.1px;letter-spacing:-2.48px;color:#111;margin:0 0 20px}.howItWorks__heading span{color:var(--Secondary-Secondary-500, #44b649)}.howItWorks__copy{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:25.6px;color:#6b7280;margin:0;max-width:700px;margin-inline:auto}.howItWorks__video-wrap{max-width:971px;margin:0 auto 64px;padding:0 var(--grid-margin, 24px)}.howItWorks__video{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);aspect-ratio:971/512;cursor:pointer;display:block;background:#000;text-decoration:none}.howItWorks__video iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}.howItWorks__thumbnail{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .4s ease}.howItWorks__video:hover .howItWorks__thumbnail{transform:scale(1.02)}.howItWorks__video-scrim{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%);pointer-events:none}.howItWorks__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;border-radius:50%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;pointer-events:none}.howItWorks__play i{font-size:28px;color:var(--Primary-Primary-500, #204291);margin-left:4px}.howItWorks__video:hover .howItWorks__play{background:#fff;transform:translate(-50%, -50%) scale(1.08)}.howItWorks__video:focus-visible{outline:3px solid var(--Primary-Primary-500, #204291);outline-offset:3px}.howItWorks__list{list-style:none;margin:0 auto;padding:0 var(--grid-margin, 24px);max-width:1232px;display:grid;align-items:start;row-gap:40px}.howItWorks__list--cols-1{grid-template-columns:1fr}.howItWorks__list--cols-2{grid-template-columns:repeat(2, 1fr)}.howItWorks__list--cols-3{grid-template-columns:repeat(3, 1fr)}.howItWorks__list--cols-4{grid-template-columns:repeat(4, 1fr)}.howItWorks__item{min-width:0;display:flex;flex-direction:column;align-items:flex-start;position:relative}.howItWorks__badge{width:64px;height:64px;border-radius:13px;background:rgba(68,182,73,.15);display:flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:1;letter-spacing:-0.36px;color:var(--Secondary-Secondary-500, #44b649);flex-shrink:0;margin-bottom:20px;position:relative}.howItWorks__content{text-align:left;width:100%;padding-right:24px}.howItWorks__title{font-family:var(--font-primary);font-weight:500;font-size:18px;line-height:27px;letter-spacing:-0.36px;color:#111;margin:0 0 10px}.howItWorks__paragraph{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:25.6px;color:#6b7280;margin:0}.howItWorks__bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.howItWorks__bullet{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:25.6px;color:#6b7280;padding-left:18px;position:relative}.howItWorks__bullet::before{content:"•";position:absolute;left:0;top:0;color:var(--Secondary-Secondary-500, #44b649);line-height:25.6px}.howItWorks__cta-wrap{margin-top:48px;display:flex;justify-content:center;padding:0 var(--grid-margin, 24px)}.howItWorks__cta{display:inline-flex;align-items:center;padding:14px 32px;background:var(--Primary-Primary-500, #204291);border:1px solid var(--Primary-Primary-500, #204291);border-radius:100px;color:var(--color-white, #fff);font-family:var(--font-primary);font-weight:600;font-size:15px;line-height:22.5px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.howItWorks__cta:hover{background:var(--Secondary-Secondary-500, #44b649);border-color:var(--Secondary-Secondary-500, #44b649)}.howItWorks__cta:focus-visible{outline:2px solid var(--Primary-Primary-500, #204291);outline-offset:3px}@media(max-width: 1024px){.howItWorks__heading{font-size:48px;line-height:52px;letter-spacing:-1.8px}.howItWorks__badge{width:52px;height:52px;font-size:16px;border-radius:10px}.howItWorks__list--cols-3{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.howItWorks__intro{margin-bottom:36px}.howItWorks__heading{font-size:36px;line-height:40px;letter-spacing:-1.2px}.howItWorks__video-wrap{margin-bottom:48px}.howItWorks__play{width:60px;height:60px}.howItWorks__play i{font-size:22px}.howItWorks__list,.howItWorks__list--cols-2,.howItWorks__list--cols-3,.howItWorks__list--cols-4{grid-template-columns:1fr;row-gap:0}.howItWorks__item{flex-direction:row;align-items:flex-start;padding:0 0 32px;gap:20px}.howItWorks__item:last-child{padding-bottom:0}.howItWorks__badge{margin-bottom:0;flex-shrink:0}.howItWorks__content{padding-right:0;padding-top:12px}.howItWorks__cta-wrap{margin-top:40px}}@media(prefers-reduced-motion: reduce){.howItWorks__thumbnail,.howItWorks__cta{transition:none}.howItWorks__video:hover .howItWorks__play{transform:translate(-50%, -50%)}.howItWorks__video:hover .howItWorks__thumbnail{transform:none}}
