.lxf-process-steps{padding-block:var(--lxf-space-10)}.lxf-process-steps__header{text-align:center;margin-block-end:var(--lxf-space-6)}.lxf-process-steps__heading{font-family:var(--lxf-font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--lxf-navy);margin-block:0 .5rem}.lxf-process-steps__subheading{font-size:1.5rem;font-weight:700;color:var(--lxf-fg-sub,var(--lxf-gray-600)) !important;margin-block:0 .5rem}.lxf-process-steps__intro{max-width:780px;margin-inline:auto;text-align:center;margin-block-end:var(--lxf-space-6);color:var(--lxf-gray-600,#6b7280);line-height:1.7}.lxf-process-steps__footer{max-width:780px;margin-inline:auto;text-align:center;margin-block-start:var(--lxf-space-6);color:var(--lxf-gray-600,#6b7280);line-height:1.7}.lxf-process-steps__list{list-style:none;margin:0;padding:0;position:relative}.lxf-process-steps--timeline .lxf-process-steps__list:before{content:'';position:absolute;left:50%;transform:translateX(-50%);top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--lxf-blue) var(--tracer-pct,0%),#b8cfea var(--tracer-pct,0%));z-index:0;transition:background .1s linear}.lxf-process-steps__item{display:grid;grid-template-columns:1fr 60px 1fr;align-items:start;gap:0 1rem;margin-block-end:var(--lxf-space-6)}.lxf-process-steps__item:last-child{margin-block-end:0}.lxf-process-steps__node{width:44px;height:44px;border-radius:var(--lxf-radius-full);background:var(--lxf-light-blue);border:1.5px solid #b8cfea;color:var(--lxf-blue);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;margin:0 auto;flex-shrink:0;transition:background-color .35s ease,border-color .35s ease,color .35s ease,transform .35s ease}.lxf-process-steps__step-num{font-family:var(--lxf-font-heading);font-size:1.0625rem;font-weight:700;line-height:1;color:inherit;user-select:none}.lxf-process-steps__node.is-passed{background:var(--lxf-blue);border-color:var(--lxf-blue);color:var(--lxf-white);transform:scale(1.2)}.lxf-process-steps__terminus-item{display:grid;grid-template-columns:1fr 60px 1fr;align-items:start;gap:0 1rem;margin-block-end:0}.lxf-process-steps__tooth-icon{display:block;pointer-events:none;width:26px;height:26px;box-shadow:none !important;border:none !important;border-radius:0 !important;outline:none !important;transition:filter .35s ease}.lxf-process-steps__node--tooth.is-passed .lxf-process-steps__tooth-icon{filter:brightness(0) invert(1)}.lxf-process-steps__card{padding:1.25rem var(--lxf-space-3);border-radius:var(--lxf-radius-sm);text-align:left;background:var(--lxf-white);transition:background-color var(--lxf-trans-slow);position:relative}.lxf-process-steps__item--card-left .lxf-process-steps__card:after{content:'';position:absolute;top:12px;right:-20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid var(--lxf-white);border-right:none;transition:border-left-color var(--lxf-trans-slow)}.lxf-process-steps__item.is-active.lxf-process-steps__item--card-left .lxf-process-steps__card:after{border-left-color:var(--lxf-navy)}.lxf-process-steps__item--card-right .lxf-process-steps__card:after{content:'';position:absolute;top:12px;left:-20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:20px solid var(--lxf-white);border-left:none;transition:border-right-color var(--lxf-trans-slow)}.lxf-process-steps__item.is-active.lxf-process-steps__item--card-right .lxf-process-steps__card:after{border-right-color:var(--lxf-navy)}.lxf-process-steps__item.is-active .lxf-process-steps__card{background:var(--lxf-navy)}.lxf-process-steps__duration{display:block;font-weight:700;font-size:.875rem;margin-block-end:.5rem;color:var(--lxf-navy);transition:color var(--lxf-trans-slow)}.lxf-process-steps__item.is-active .lxf-process-steps__duration{color:var(--lxf-white)}.lxf-process-steps__desc{font-size:.875rem;line-height:1.6;margin:0;color:var(--lxf-gray-600);transition:color var(--lxf-trans-slow)}.lxf-process-steps__item.is-active .lxf-process-steps__desc{color:rgba(255,255,255,.85)}.lxf-process-steps__label{display:flex;align-items:flex-start;padding-block-start:.75rem}.lxf-process-steps__title{font-size:1.5rem;font-weight:700;color:var(--lxf-navy);margin:0;line-height:1.3}.lxf-process-steps__item--card-left .lxf-process-steps__side--left{text-align:left}.lxf-process-steps__item--card-left .lxf-process-steps__side--right .lxf-process-steps__label{justify-content:flex-start}.lxf-process-steps__item--card-left .lxf-process-steps__side--right .lxf-process-steps__title{text-align:left}.lxf-process-steps__item--card-right .lxf-process-steps__side--left .lxf-process-steps__label{justify-content:flex-end}.lxf-process-steps__item--card-right .lxf-process-steps__side--left .lxf-process-steps__title{text-align:right}.lxf-process-steps__item--card-right .lxf-process-steps__side--right{text-align:left}.lxf-bg--navy .lxf-process-steps__title{color:var(--lxf-white)}.lxf-bg--navy .lxf-process-steps__card{background:rgba(70,127,247,.15);border:1px solid rgba(70,127,247,.35)}.lxf-bg--navy .lxf-process-steps__item--card-left .lxf-process-steps__card:after{border-left-color:rgba(70,127,247,.15)}.lxf-bg--navy .lxf-process-steps__item--card-right .lxf-process-steps__card:after{border-right-color:rgba(70,127,247,.15)}.lxf-bg--navy .lxf-process-steps__duration{color:var(--lxf-blue)}.lxf-bg--navy .lxf-process-steps__desc{color:rgba(255,255,255,.8)}.lxf-bg--navy .lxf-process-steps__node--tooth .lxf-process-steps__tooth-icon{filter:brightness(0) invert(1) opacity(.7)}.lxf-bg--navy .lxf-process-steps__node--tooth.is-passed .lxf-process-steps__tooth-icon{filter:brightness(0) invert(1)}.lxf-bg--navy .lxf-process-steps__item.is-active .lxf-process-steps__card{background:var(--lxf-blue);border-color:var(--lxf-blue)}.lxf-bg--navy .lxf-process-steps__item.is-active.lxf-process-steps__item--card-left .lxf-process-steps__card:after{border-left-color:var(--lxf-blue)}.lxf-bg--navy .lxf-process-steps__item.is-active.lxf-process-steps__item--card-right .lxf-process-steps__card:after{border-right-color:var(--lxf-blue)}.lxf-bg--navy .lxf-process-steps__item.is-active .lxf-process-steps__duration{color:rgba(255,255,255,.9)}@media (max-width:767px){.lxf-process-steps{padding-block:3rem}.lxf-process-steps__header{margin-block-end:var(--lxf-space-4)}.lxf-process-steps--timeline .lxf-process-steps__list:before{left:21px;transform:none}.lxf-process-steps__item,.lxf-process-steps__item--card-left,.lxf-process-steps__item--card-right,.lxf-process-steps__terminus-item{display:grid;grid-template-columns:44px 1fr;grid-template-rows:auto auto;align-items:start;column-gap:.75rem;row-gap:.375rem;margin-block-end:var(--lxf-space-3)}.lxf-process-steps__node{grid-column:1;grid-row:1/span 2;align-self:center;order:unset;margin:0 auto}.lxf-process-steps__item:first-child .lxf-process-steps__node{align-self:start}.lxf-process-steps__item--card-left .lxf-process-steps__side--right{grid-column:2;grid-row:1;order:unset;width:100%}.lxf-process-steps__item--card-left .lxf-process-steps__side--left{grid-column:2;grid-row:2;order:unset;width:100%}.lxf-process-steps__item--card-right .lxf-process-steps__side--left{grid-column:2;grid-row:1;order:unset;width:100%}.lxf-process-steps__item--card-right .lxf-process-steps__side--right{grid-column:2;grid-row:2;order:unset;width:100%}.lxf-process-steps__item--card-right .lxf-process-steps__side--left .lxf-process-steps__label,.lxf-process-steps__item--card-left .lxf-process-steps__side--right .lxf-process-steps__label{justify-content:flex-start}.lxf-process-steps__item--card-right .lxf-process-steps__side--left .lxf-process-steps__title,.lxf-process-steps__item--card-left .lxf-process-steps__side--right .lxf-process-steps__title{text-align:left}.lxf-process-steps__label{padding-block-start:0}.lxf-process-steps__item--card-left .lxf-process-steps__card:after,.lxf-process-steps__item--card-right .lxf-process-steps__card:after{display:none}.lxf-process-steps__node.is-passed{transform:none}}