.c-progress-bar{--progress-bar-value: 0;--_progress-bar-height: 5px;--_progress-bar-bg: var(--theme-color-bg);position:relative;display:block;width:100%;height:var(--progress-bar-height, var(--_progress-bar-height));background-color:var(--progress-bar-bg, var(--_progress-bar-bg)) !important}html[data-theme=orange] .c-progress-bar,html[data-theme] [data-theme=orange] .c-progress-bar,html[data-theme=red] .c-progress-bar,html[data-theme] [data-theme=red] .c-progress-bar{--theme-color-bg: #FFE88B;background-color:#ffe88b}html[data-theme=green] .c-progress-bar,html[data-theme] [data-theme=green] .c-progress-bar{--theme-color-bg: #8BFFDE;background-color:#8bffde}html[data-theme=blue] .c-progress-bar,html[data-theme] [data-theme=blue] .c-progress-bar{--theme-color-bg: #58D9FF;background-color:#58d9ff}html[data-theme=yellow] .c-progress-bar,html[data-theme] [data-theme=yellow] .c-progress-bar{--theme-color-bg: #ffc805;background-color:#ffc805}.c-progress-bar_line,.c-progress-bar_steps{position:absolute;top:0;left:0;width:100%;height:100%}.c-progress-bar_steps{display:flex;gap:1px}.c-progress-bar_step{flex:1 1 0;--theme-color-bg: #5C6472;color:#fff;background-color:#5c6472}.c-progress-bar_step a{color:#fff}html[data-theme=orange] .c-progress-bar_step,html[data-theme] [data-theme=orange] .c-progress-bar_step{--theme-color-bg: #F28646;background-color:#f28646}html[data-theme=red] .c-progress-bar_step,html[data-theme] [data-theme=red] .c-progress-bar_step{--theme-color-bg: #E9594E;background-color:#e9594e}html[data-theme=green] .c-progress-bar_step,html[data-theme] [data-theme=green] .c-progress-bar_step{--theme-color-bg: #329B7D;background-color:#329b7d}html[data-theme=blue] .c-progress-bar_step,html[data-theme] [data-theme=blue] .c-progress-bar_step{--theme-color-bg: #343D8A;background-color:#343d8a}html[data-theme=yellow] .c-progress-bar_step,html[data-theme] [data-theme=yellow] .c-progress-bar_step{--theme-color-bg: #283282;background-color:#283282}.c-progress-bar_step.is-current{opacity:.5}.c-progress-bar_step.is-current~.c-progress-bar_step{opacity:0}.c-progress-bar_line{display:block;--theme-color-bg: #5C6472;color:#fff;background-color:#5c6472;transform:scaleX(var(--progress-bar-value));transform-origin:0 50%;transition:transform .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.c-progress-bar_line a{color:#fff}html[data-theme=orange] .c-progress-bar_line,html[data-theme] [data-theme=orange] .c-progress-bar_line{--theme-color-bg: #F28646;background-color:#f28646}html[data-theme=red] .c-progress-bar_line,html[data-theme] [data-theme=red] .c-progress-bar_line{--theme-color-bg: #E9594E;background-color:#e9594e}html[data-theme=green] .c-progress-bar_line,html[data-theme] [data-theme=green] .c-progress-bar_line{--theme-color-bg: #329B7D;background-color:#329b7d}html[data-theme=blue] .c-progress-bar_line,html[data-theme] [data-theme=blue] .c-progress-bar_line{--theme-color-bg: #343D8A;background-color:#343d8a}html[data-theme=yellow] .c-progress-bar_line,html[data-theme] [data-theme=yellow] .c-progress-bar_line{--theme-color-bg: #283282;background-color:#283282}.c-account-completion{padding:1.25rem;background-color:#eaeff6;border-radius:8px}.c-account-completion_header{display:flex;justify-content:space-between}.c-account-completion_title{color:#f28646}.c-account-completion_title a{color:inherit}.c-account-completion_title a:focus,.c-account-completion_title a:hover{opacity:.8}html[data-theme=orange] .c-account-completion_title,html[data-theme] [data-theme=orange] .c-account-completion_title{color:#f28646}html[data-theme=red] .c-account-completion_title,html[data-theme] [data-theme=red] .c-account-completion_title{color:#e9594e}html[data-theme=green] .c-account-completion_title,html[data-theme] [data-theme=green] .c-account-completion_title{color:#329b7d}html[data-theme=blue] .c-account-completion_title,html[data-theme] [data-theme=blue] .c-account-completion_title{color:#343d8a}html[data-theme=yellow] .c-account-completion_title,html[data-theme] [data-theme=yellow] .c-account-completion_title{color:#283282}.c-account-completion_progress{--progress-bar-bg: #FFFFFF}.c-account-completion_inner{display:grid;gap:1.25rem;margin-top:1.25rem}@media(min-width: 700px){.c-account-completion_inner{grid-template-columns:repeat(2, minmax(0, 1fr))}}.c-account-completion_buttons{display:flex;gap:.625rem}@media(max-width: 699px){.c-account-completion_buttons{flex-wrap:wrap;justify-content:space-between}}@media(max-width: 499px){.c-account-completion_buttons{flex-direction:column;align-items:center}}@media(min-width: 700px){.c-account-completion_buttons{flex-direction:column;align-items:flex-end}}