.content-block.steps-section .steps_heading h2{border-bottom:0px;margin-bottom:16px;padding-bottom:0;color:var(--text-primary, #0F0E0D)}.content-block.steps-section .steps_boxes{display:flex;flex-direction:column;gap:16px}.content-block.steps-section .steps_boxes .single_step_box{border-radius:8px;box-shadow:0px 0px 24px 0px rgba(61,60,111,.2);overflow:hidden}.content-block.steps-section .steps_boxes .single_step_box .step_header{display:flex;align-items:center;position:relative;min-height:62px;--bgColor: var(--cc-steps-background-base, var(--surfaces-primary));background:var(--cc-steps-background, linear-gradient(90deg, #29285E 0%, #5553C4 100%));color:var(--white)}@supports(color: contrast-color(red)){.content-block.steps-section .steps_boxes .single_step_box .step_header{color:contrast-color(var(--bgColor))}}.content-block.steps-section .steps_boxes .single_step_box .step_header{padding:12px 0}.content-block.steps-section .steps_boxes .single_step_box .step_header h3,.content-block.steps-section .steps_boxes .single_step_box .step_header h4{margin-bottom:0;width:100%;padding-right:30px;z-index:1;color:inherit}.content-block.steps-section .steps_boxes .single_step_box .step_header .step_index{--bgColor: var(--white);background:var(--bgColor);color:var(--text-primary, #0F0E0D)}@supports(color: contrast-color(red)){.content-block.steps-section .steps_boxes .single_step_box .step_header .step_index{color:contrast-color(var(--bgColor))}}.content-block.steps-section .steps_boxes .single_step_box .step_header .step_index{width:38px;height:38px;font-weight:var(--cc-font-weight-bold);display:flex;align-items:center;justify-content:center;margin-right:10px;box-sizing:border-box;font-size:var(--text-sm);z-index:1;flex:none;border:1px solid var(--border-stroke, #C2C2D9)}.content-block.steps-section .steps_boxes .single_step_box .step_header .step_v1_index{border-radius:8px 0px}.content-block.steps-section .steps_boxes .single_step_box .step_header .step_v2_index{border-radius:8px 999px 999px 999px}.content-block.steps-section .steps_boxes .single_step_box .step_header svg{position:absolute;right:0;bottom:0;width:auto;z-index:0}.content-block.steps-section .steps_boxes .single_step_box .step_content{padding:16px;font-size:var(--text-md);line-height:var(--cc-line-height-md);--bgColor: var(--surfaces-background, var(--white));background:var(--bgColor);color:var(--text-secondary, #494745)}@supports(color: contrast-color(red)){.content-block.steps-section .steps_boxes .single_step_box .step_content{color:contrast-color(var(--bgColor))}}.content-block.steps-section .steps_boxes .single_step_box .step_content p:last-child{margin-bottom:0 !important}.content-block.steps-section.steps-style-v3 .steps_boxes{gap:16px}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box{--cc-steps-background: var(--surfaces-primary);--cc-steps-background-base: var(--surfaces-primary);background:var(--surfaces-background-light);border:1px solid var(--border-stroke);border-radius:8px;box-shadow:none}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_header{background:var(--surfaces-primary);gap:8px;padding:12px 16px 12px 8px;border-radius:0 8px 9999px 0;min-height:0}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_header h3,.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_header h4{padding-right:0}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_index.step_v3_index{--bgColor: var(--surfaces-accent);background:var(--surfaces-accent);color:var(--text-primary);width:30px;height:30px;border-radius:50%;border:none;font-size:var(--text-sm);line-height:var(--cc-line-height-lg)}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_title{font-weight:var(--cc-font-weight-bold);font-size:var(--text-lg);line-height:var(--cc-line-height-lg);text-transform:capitalize;color:var(--text-inverted)}@media(min-width: 1024px){.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_title{font-size:var(--text-xl)}}.content-block.steps-section.steps-style-v3 .steps_boxes .single_step_box .step_content{font-weight:var(--cc-font-weight-regular);color:var(--text-secondary)}.content-block.steps-section.steps-style-v4 .steps_boxes{flex-direction:row;flex-wrap:wrap;align-items:stretch}@media(min-width: 480px)and (max-width: 979px){.content-block.steps-section.steps-style-v4 .steps_boxes{flex-direction:column}}@media(max-width: 480px){.content-block.steps-section.steps-style-v4 .steps_boxes{flex-direction:column}}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box{--cc-steps-background: var(--surfaces-primary);--cc-steps-background-base: var(--surfaces-primary);flex:1 1 calc((100% - 32px)/3);background:var(--surfaces-background-light);border:1px solid var(--border-stroke);border-radius:8px;box-shadow:none;padding:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_header{background:rgba(0,0,0,0);display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:0;padding:0;width:100%}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_header .step_icon_row{width:100%;height:40px;display:flex;align-items:center;justify-content:space-between}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_header .step_index.step_v4_index{--bgColor: var(--surfaces-primary);background:var(--bgColor);color:var(--text-inverted);width:34px;height:34px;border:none;border-radius:9999px;font-size:var(--text-sm);line-height:var(--cc-line-height-lg)}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_header .step_icon{max-height:100%;width:auto}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_header .step_title{width:100%;padding-right:0;font-weight:var(--cc-font-weight-bold);font-size:var(--text-xl);line-height:var(--cc-line-height-lg);text-transform:capitalize;color:var(--text-primary)}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_content{width:100%;padding:0;background:rgba(0,0,0,0);font-weight:var(--cc-font-weight-regular);font-size:var(--text-md);line-height:var(--cc-line-height-md);color:var(--text-secondary)}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_points_pill{background:var(--cta-gamification-primary);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:999px;padding:4px;display:flex;align-items:center;gap:1px}.content-block.steps-section.steps-style-v4 .steps_boxes .single_step_box .step_points_pill .step_points_pill_label{font-weight:var(--cc-font-weight-bold);font-size:var(--text-xxs);line-height:var(--cc-line-height-lg);color:var(--text-inverted)}/*# sourceMappingURL=steps.min.css.map */
