body {
  background-color: #fff;
  margin-right: 0;
  margin-left: 0;
}

.d-flex {
  display: flex;
}

.w-100 {
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-16 {
  margin-right: 16px;
}

.my-45 {
  margin-bottom: 45px;
  margin-top: 45px;
}

.px-16 {
  padding: 0 16px;
}

.pc-footer-background-color {
  background-color: #333;
  bottom: 0;
  position: fixed;
}

.pc-error-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #616262;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  padding-left: 24px;
}

.pc-error-heading {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1D1D1E;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.pc-error-heading::after {
  background-color: #d50032;
  bottom: -8px;
  content: "";
  height: 1px;
  position: absolute;
  width: 32px;
  left: calc(50% - 16px);
}
