.pxn_progress_item .progress_title{color:var(--pxn-color-common-white);font-family:var(--pxn-ff-heading);font-size:16px;font-weight:var(--pxn-fw-sbold);line-height:1.2;margin-bottom:10px}.pxn_progress{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;padding:2px}.pxn_progress .progress_bar{background-color:var(--pxn-color-theme-primary);border-radius:50px;height:12px;position:relative;z-index:1}.pxn_progress .progress_percent{bottom:calc(100% + 10px);color:var(--pxn-color-common-white);font-family:var(--pxn-ff-heading);font-size:16px;font-weight:var(--pxn-fw-sbold);inset-inline-end:0;line-height:1;position:absolute;z-index:2}@media only screen and (max-width:575px){.pxn_progress .progress_bar{height:6px}.pxn_progress .progress_percent{bottom:calc(100% + 6px);font-size:14px}}