.lv-progressbar{position:relative;overflow:hidden;height:.25rem;border:0 none;height:1.5rem;background:#dee2e6;border-radius:3px}.lv-progressbar .lv-progressbar-value{border:0 none;margin:0;background:var(--primary-color)}.lv-progressbar .lv-progressbar-label{color:#495057;line-height:1.5rem}.lv-progressbar--determinate .lv-progressbar__value{height:100%;width:0;position:absolute;display:none;border:0 none}.lv-progressbar--determinate .lv-progressbar__value--animate{transition:width 1s ease-in-out}.lv-progressbar--determinate .lv-progressbar--determinate__label{text-align:center;height:100%;width:100%;position:absolute;font-weight:700}.lv-progressbar--indeterminate{height:.5em}.lv-progressbar--indeterminate .lv-progressbar__value:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:lv-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:lv-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.lv-progressbar--indeterminate .lv-progressbar__value:after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:lv-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:lv-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes lv-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes lv-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes lv-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes lv-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.fs-pg__form-timer{position:absolute;right:0;top:-100px;height:140px;width:140px;display:flex;justify-content:flex-end;background-color:#fff;transform:scale(.5);box-shadow:0 0 20px rgba(0,0,0,.08)}.fs-pg__form-timer.--rounded{border-radius:50%}.fs-pg__form-timer__circle{fill:none;stroke:none}.fs-pg__form-timer__path-elapsed{stroke-width:5px;stroke:#dfe6e9}.fs-pg__form-timer__label{position:absolute;width:140px;height:140px;top:0;display:flex;align-items:center;justify-content:center;font-size:32px}.fs-pg__form-timer__label.--border{padding:0 20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:8px}.fs-pg__form-timer__label__time{margin:0 4px;display:flex;flex-direction:column;align-items:center}.fs-pg__form-timer__label__time__unit{font-size:smaller;opacity:.3}.fs-pg__form-timer__path-remaining{stroke-width:5px;stroke-linecap:round;transform:rotate(90deg);transform-origin:center;transition:all 1s linear;stroke:currentColor}.fs-pg__form-timer__path-remaining.green{color:#037f7f}.fs-pg__form-timer__path-remaining.orange{color:orange}.fs-pg__form-timer__path-remaining.tomato{color:tomato}