.bobex-hiw-section{margin:2.5rem 0}.bobex-hiw-container{background:linear-gradient(to right,var(--bobex-color-primary),var(--bobex-color-primary-dark));border-radius:var(--bobex-radius-md);box-shadow:var(--bobex-shadow-card);padding:1.5rem}@media (min-width:768px){.bobex-hiw-container{padding:2rem}}.bobex-hiw-title{text-align:center;margin:0 0 1.5rem 0!important}.bobex-hiw-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:768px){.bobex-hiw-steps{grid-template-columns:repeat(3,1fr);gap:1rem}}.bobex-hiw-step{position:relative;background:rgba(255,255,255,.1);border-radius:var(--bobex-radius-sm);padding:1rem;text-align:center;opacity:1;transform:translateY(0)}@media (min-width:768px){.bobex-hiw-step{padding:1.25rem}}.bobex-hiw-section:not(.bobex-animation-ready) .bobex-hiw-step{opacity:0;transform:translateY(40px)}.bobex-hiw-section.bobex-animation-ready .bobex-hiw-step{transition:opacity 0.8s cubic-bezier(.25,.1,.25,1),transform 0.8s cubic-bezier(.25,.1,.25,1)}@media (prefers-reduced-motion:reduce){.bobex-hiw-section:not(.bobex-animation-ready) .bobex-hiw-step{opacity:1;transform:translateY(0)}.bobex-hiw-section.bobex-animation-ready .bobex-hiw-step{transition:none}}.bobex-hiw-step-number{width:3rem;height:3rem;border-radius:var(--bobex-radius-full);background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;font-family:'Montserrat',sans-serif;font-weight:700;font-size:1.125rem;color:#fff}.bobex-hiw-step-title{font-family:'Montserrat',sans-serif;font-weight:700;font-size:.875rem;line-height:1.3;color:#fff;margin:0 0 .25rem 0}@media (min-width:768px){.bobex-hiw-step-title{font-size:.9375rem}}.bobex-hiw-step-desc{font-family:'Roboto',sans-serif;font-size:.75rem;line-height:1.4;color:rgba(255,255,255,.9);margin:0}@media (min-width:768px){.bobex-hiw-step-desc{font-size:.875rem}}.bobex-hiw-arrow{position:absolute;right:-1.25rem;top:50%;transform:translateY(-50%);z-index:10;width:1.5rem;height:1.5rem;background:#fff;border-radius:var(--bobex-radius-full);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.1)}@media (min-width:768px){.bobex-hiw-arrow{top:calc(50% + 0.5rem)}}.bobex-hiw-arrow svg{width:.75rem;height:.75rem;color:var(--bobex-color-primary)}.bobex-hiw-cta-wrapper{margin-top:1.5rem;display:flex;justify-content:center}.bobex-hiw-step:empty::before{content:'';color:rgba(255,255,255,.6);font-family:'Roboto',sans-serif;font-size:.875rem}