.link {
  text-decoration: none;
}
.link.inactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
}
.Progress_progress__RQsua {
  max-width: 640px;
  width: 100%;
  padding: 40px;
  background-color: #262626;
  border-radius: 16px;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.Progress_progress__RQsua h3 {
  font-family: Hagrid;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
  text-align: center;
}
.Progress_progress__RQsua p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  color: #b0b0b0;
  text-align: center;
}
.Progress_progress__RQsua a,
.Progress_progress__RQsua button {
  width: 100%;
}
.Progress_progress__RQsua .Progress_timer__HXmdP {
  display: flex;
  margin-top: 12px;
  width: 100%;
  background-color: #014751;
  color: #b0b0b0;
  padding: 12px 16px;
  border-radius: 8px;
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}
.Progress_progress__RQsua .Progress_timer__HXmdP .Progress_timerItem__L_T9a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #b0b0b0;
}
.Progress_progress__RQsua
  .Progress_timer__HXmdP
  .Progress_timerItem__L_T9a
  .Progress_timerItemNumber__ilirO {
  font-family: Hagrid;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  color: #fff;
}
.Progress_progress__RQsua .Progress_emailForm__fSPeQ {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
  margin-top: 12px;
}
.Progress_progress__RQsua
  .Progress_emailForm__fSPeQ
  .Progress_inputWrapper___oJVU {
  display: flex;
  width: 100%;
  gap: 12px;
}
.Progress_progress__RQsua
  .Progress_emailForm__fSPeQ
  .Progress_errorMessage__mdzJ8 {
  color: #ff4d4f;
  font-size: 12px;
  margin-left: 16px;
}
.Progress_progress__RQsua .Progress_emailForm__fSPeQ input {
  width: 100%;
  background-color: #3d3d3d;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  padding: 11px 16px;
  color: #f6f6f6;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
}
.Progress_progress__RQsua .Progress_emailForm__fSPeQ input::placeholder {
  color: #b0b0b0;
}
.Progress_progress__RQsua .Progress_emailForm__fSPeQ button {
  height: 100%;
  width: 250px;
}
.Progress_progress__RQsua .Progress_bottomLine__1kc8_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #b0b0b0;
  margin-top: 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.Progress_progress__RQsua .Progress_bottomLine__1kc8_ > div {
  width: 100%;
  justify-content: center;
}
.Progress_progress__RQsua .Progress_bottomLine__1kc8_ div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Progress_progress__RQsua .Progress_bottomLine__1kc8_ div div {
  color: #fff;
}
.Progress_progress__RQsua
  .Progress_bottomLine__1kc8_
  .Progress_auditCompleted__8H07O {
  display: flex;
  justify-content: flex-end;
}
.Progress_progress__RQsua
  .Progress_bottomLine__1kc8_
  .Progress_auditCompleted__8H07O
  a {
  width: auto;
}
.Progress_progress__RQsua .Progress_stage__12BWL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.Progress_progress__RQsua .Progress_stage__12BWL .Progress_left__JX73w > div,
.Progress_progress__RQsua .Progress_stage__12BWL .Progress_right__wLWo1 > div {
  color: #fff;
  font-weight: 500;
}
.Progress_progress__RQsua
  .Progress_stage__12BWL
  .Progress_left__JX73w
  > div
  > label,
.Progress_progress__RQsua
  .Progress_stage__12BWL
  .Progress_right__wLWo1
  > div
  > label {
  padding: 3px 12px;
  border-radius: 100px;
  background-color: #484848;
  color: #0ffff2;
  font-family: Inter;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin-left: 6px;
  text-transform: uppercase;
  font-weight: 400;
}
.Progress_progress__RQsua .Progress_stage__12BWL .Progress_left__JX73w > label,
.Progress_progress__RQsua
  .Progress_stage__12BWL
  .Progress_right__wLWo1
  > label {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  color: #b0b0b0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.Progress_progress__RQsua .Progress_stage__12BWL .Progress_right__wLWo1 {
  text-align: right;
}
.Progress_progress__RQsua .Progress_progressBar__B_x44 {
  width: 100%;
  height: 50px;
  background-color: #4f4f4f;
  border-radius: 100px;
  overflow: hidden;
  border: 4px solid #3d3d3d;
  position: relative;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #3d3d3d;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj:first-child {
  left: 16.6%;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj:nth-child(2) {
  left: 33.3%;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj:nth-child(3) {
  left: 50%;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj:nth-child(4) {
  left: 66.6%;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_splitLine__E6kpj:nth-child(5) {
  left: 83.3%;
}
.Progress_progress__RQsua .Progress_progressBar__B_x44 .Progress_bar__1hacv {
  height: 100%;
  background-color: #0ffff2;
}
.Progress_progress__RQsua .Progress_progressBar__B_x44 .Progress_data__QhF5_ {
  padding: 4px 12px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4f4f4f;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
}
.Progress_progress__RQsua
  .Progress_progressBar__B_x44
  .Progress_data__QhF5_
  .Progress_grayout__CU7gY {
  color: #b0b0b0;
}
.Progress_progress__RQsua .Progress_raisedSoFar__C3pVA {
  color: #b0b0b0;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.14px;
  text-transform: uppercase;
}
.Progress_progress__RQsua
  .Progress_raisedSoFar__C3pVA
  .Progress_raisedSoFarValue__du8Jz {
  color: #fff;
}
.Progress_progress__RQsua .Progress_buttons__feAss {
  display: flex;
  width: 100%;
  gap: 16px;
}
.Progress_progress__RQsua .Progress_buttons__feAss > button {
  width: 100%;
}
.Progress_progress__RQsua
  .Progress_buttons__feAss
  .Progress_dashboardButton__sKqQO {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  width: 100%;
  padding: 13px 16px;
  height: 48px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.Progress_progress__RQsua
  .Progress_buttons__feAss
  .Progress_dashboardButton__sKqQO:hover {
  background-color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .Progress_progress__RQsua {
    padding: 20px;
  }
  .Progress_progress__RQsua .Progress_stage__12BWL {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .Progress_progress__RQsua .Progress_stage__12BWL .Progress_left__JX73w,
  .Progress_progress__RQsua .Progress_stage__12BWL .Progress_right__wLWo1 {
    justify-content: flex-start;
    text-align: left;
  }
  .Progress_progress__RQsua .Progress_buttons__feAss {
    flex-direction: column;
    gap: 16px;
  }
  .Progress_progress__RQsua .Progress_emailForm__fSPeQ {
    flex-direction: column;
  }
  .Progress_progress__RQsua .Progress_emailForm__fSPeQ input {
    width: 100%;
    font-size: 16px;
  }
  .Progress_progress__RQsua .Progress_emailForm__fSPeQ button {
    width: 100% !important;
    font-size: 16px;
  }
  .Progress_progress__RQsua .Progress_bottomLine__1kc8_ {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .Progress_progress__RQsua .Progress_bottomLine__1kc8_ > div {
    width: 100%;
    justify-content: space-between;
  }
  .Progress_progress__RQsua .Progress_auditCompleted__8H07O {
    display: flex;
    justify-content: space-between !important;
  }
  .Progress_progress__RQsua .Progress_auditCompleted__8H07O a {
    width: auto;
  }
}
