.bgr-hiw{background:var(--bgr-hiw-bg);padding-top:var(--bgr-hiw-padding-top-mobile);padding-bottom:var(--bgr-hiw-padding-bottom-mobile)}.bgr-hiw__inner{max-width:var(--bgr-hiw-content-max-width);margin:0 auto;padding:0 20px}.bgr-hiw__intro{max-width:640px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem}.bgr-hiw__eyebrow{margin:0!important;font-family:var(--font-accent--family)!important;font-style:var(--font-accent--style);font-weight:var(--font-accent--weight);font-size:var(--bgr-hiw-eyebrow-size)!important;letter-spacing:.14em;text-transform:uppercase;color:var(--bgr-hiw-eyebrow-color)}.bgr-hiw__heading{margin:.5rem 0 0!important;font-family:var(--font-h2--family)!important;font-style:var(--font-h2--style);font-weight:var(--bgr-hiw-heading-weight)!important;font-size:var(--bgr-hiw-heading-size)!important;line-height:calc(var(--bgr-hiw-line-height) * .8)!important;letter-spacing:var(--bgr-hiw-letter-spacing);color:var(--bgr-hiw-heading-color)}.bgr-hiw__description{margin:.75rem 0 0!important;max-width:52ch;font-family:var(--font-paragraph--family)!important;font-style:var(--font-paragraph--style);font-weight:var(--font-paragraph--weight);font-size:var(--bgr-hiw-body-size)!important;line-height:var(--bgr-hiw-line-height)!important;letter-spacing:var(--bgr-hiw-letter-spacing);color:var(--bgr-hiw-text-color)}.bgr-hiw__steps{list-style:none;margin:var(--bgr-hiw-heading-gap) 0 0;padding:0;display:grid;grid-template-columns:var(--bgr-hiw-grid-cols-mobile);gap:var(--bgr-hiw-card-gap-mobile);align-items:stretch}.bgr-hiw__step{position:relative;width:100%;max-width:var(--bgr-hiw-card-max-width);min-height:var(--bgr-hiw-card-min-height);margin:0 auto;padding:var(--bgr-hiw-card-padding);background:var(--bgr-hiw-card-bg);border:var(--bgr-hiw-card-border-width) solid var(--bgr-hiw-card-border);border-radius:var(--bgr-hiw-card-radius);box-shadow:var(--bgr-hiw-card-shadow);text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;transition:transform var(--bgr-hiw-anim-speed) ease,box-shadow var(--bgr-hiw-anim-speed) ease,border-color var(--bgr-hiw-anim-speed) ease}.bgr-hiw__step:hover{border-color:var(--bgr-hiw-card-hover-border);transform:translateY(-6px);box-shadow:0 20px 40px #1b2a4a24}.bgr-hiw__badge{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:32px;height:32px;border-radius:50%;background:var(--bgr-hiw-badge-bg);color:var(--bgr-hiw-badge-text);display:flex;align-items:center;justify-content:center;font-family:var(--font-accent--family)!important;font-weight:var(--font-accent--weight);font-size:14px;box-shadow:0 3px 8px #1b2a4a33}.bgr-hiw__icon{margin-top:.5rem;width:60px;height:60px;border-radius:50%;background:var(--bgr-hiw-icon-bg);color:var(--bgr-hiw-icon-color);display:flex;align-items:center;justify-content:center}.bgr-hiw__icon svg{width:27px;height:27px;display:block}.bgr-hiw__step-title{margin:.25rem 0 0!important;font-family:var(--font-paragraph--family)!important;font-style:var(--font-paragraph--style);font-weight:600;letter-spacing:var(--bgr-hiw-letter-spacing);font-size:var(--bgr-hiw-card-title-size)!important;color:var(--bgr-hiw-heading-color)}.bgr-hiw__step-desc{margin:0!important;font-family:var(--font-paragraph--family)!important;font-style:var(--font-paragraph--style);font-weight:var(--font-paragraph--weight);letter-spacing:var(--bgr-hiw-letter-spacing);font-size:var(--bgr-hiw-card-desc-size)!important;line-height:calc(var(--bgr-hiw-line-height) * .94)!important;color:var(--bgr-hiw-text-color);opacity:.82;max-width:30ch}.bgr-hiw__trust{margin:2rem 0 0!important;text-align:center;font-family:var(--font-accent--family)!important;font-style:var(--font-accent--style);font-weight:var(--font-accent--weight);font-size:var(--bgr-hiw-eyebrow-size)!important;letter-spacing:.06em;color:var(--bgr-hiw-trust-color)}.bgr-hiw--pre-animate .bgr-hiw__intro,.bgr-hiw--pre-animate .bgr-hiw__step,.bgr-hiw--pre-animate .bgr-hiw__trust{opacity:0;transform:translateY(16px)}.bgr-hiw--in-view .bgr-hiw__intro,.bgr-hiw--in-view .bgr-hiw__step,.bgr-hiw--in-view .bgr-hiw__trust{opacity:1;transform:translateY(0);transition:opacity var(--bgr-hiw-anim-speed) ease,transform var(--bgr-hiw-anim-speed) ease}.bgr-hiw--in-view .bgr-hiw__step:nth-child(1){transition-delay:calc(var(--bgr-hiw-anim-speed) * .13)}.bgr-hiw--in-view .bgr-hiw__step:nth-child(2){transition-delay:calc(var(--bgr-hiw-anim-speed) * .27)}.bgr-hiw--in-view .bgr-hiw__step:nth-child(3){transition-delay:calc(var(--bgr-hiw-anim-speed) * .4)}.bgr-hiw--in-view .bgr-hiw__trust{transition-delay:calc(var(--bgr-hiw-anim-speed) * .53)}@media(prefers-reduced-motion:reduce){.bgr-hiw--pre-animate .bgr-hiw__intro,.bgr-hiw--pre-animate .bgr-hiw__step,.bgr-hiw--pre-animate .bgr-hiw__trust{opacity:1;transform:none;transition:none}}@media(min-width:600px){.bgr-hiw__intro{gap:1rem}}@media(min-width:750px){.bgr-hiw{padding-top:var(--bgr-hiw-padding-top-desktop);padding-bottom:var(--bgr-hiw-padding-bottom-desktop)}.bgr-hiw__steps{grid-template-columns:var(--bgr-hiw-grid-cols-desktop);gap:var(--bgr-hiw-card-gap-desktop)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/bgr-how-it-works.css.map */
