@import url("./common.scss");
.wizard-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px;
}
.wizard-body .title {
  font-size: 38px;
  line-height: 40px;
  color: #374955;
  font-weight: 700;
  margin-bottom: 47px;
}
.wizard-body .bundle-card {
  width: 350px;
  min-height: 380px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 19px;
  background-color: #ee721a;
  color: #fff;
  padding-top: 45px;
  position: relative;
  margin-bottom: 88px;
}
.wizard-body .bundle-card .ribbons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wizard-body .bundle-card .ribbons .left {
  position: absolute;
  top: 36px;
  left: -13px;
}
.wizard-body .bundle-card .ribbons .right {
  position: absolute;
  top: 36px;
  right: -13px;
  transform: rotateY(180deg);
}
.wizard-body .bundle-card .name {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}
.wizard-body .bundle-card .capped {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 48px;
}
.wizard-body .bundle-card > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wizard-body .bundle-card > div span:first-child {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-right: 12px;
}
.wizard-body .bundle-card > div span:last-child {
  font-size: 18px;
  line-height: 18px;
}
.wizard-body .bundle-card .features {
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}
.wizard-body .bundle-card .expire-date {
  font-size: 18px;
  line-height: 18px;
}
.wizard-body .agree {
  display: flex;
  align-items: center;
  margin-bottom: 66px;
}
.wizard-body .agree input {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  accent-color: #ee721a;
  color: #FFF;
}
.wizard-body .agree p {
  font-size: 29px;
  line-height: 50px;
  color: #374955;
}
.wizard-body .agree p a {
  font-weight: 700;
  color: #ee721a;
  text-decoration: underline;
}
.wizard-body .actions {
  margin: 0 -24px;
}
.wizard-body .actions a {
  width: 350px;
  height: 80px;
  margin: 0 24px;
}
.wizard-body .actions a.back {
  border: 2px solid #374955;
  font-size: 23px;
  color: #374955;
}
.wizard-body .actions a.buy {
  font-size: 23px;
  font-weight: 700;
}/*# sourceMappingURL=confirmation.css.map */