main {
  background: #f9f9f9;
}
main .process-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  background-image: url("../../images/transaction/transaction_bg.png");
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 699px) {
  main .process-wrapper {
    display: none;
  }
}
main .process-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(43, 142, 148, 0.88);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}
main .process-wrapper > div {
  padding: 0 16px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1173px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: white;
}
main .process-wrapper > div span {
  position: relative;
  width: 100%;
  max-width: 197px;
  flex-shrink: 1;
  height: 1px;
  border-top: 2px solid white;
}
main .process-wrapper > div span::after {
  content: ">";
  position: absolute;
  right: -2px;
  top: calc(50% - 2.7px);
  transform: translateY(-50%);
}
main .process-wrapper > div span:nth-of-type(1), main .process-wrapper > div span:nth-of-type(2), main .process-wrapper > div span:nth-of-type(3), main .process-wrapper > div span:nth-of-type(4) {
  opacity: 0.5;
}
main .process-wrapper > div p {
  flex-shrink: 0;
}
main .process-wrapper > div p:nth-of-type(2), main .process-wrapper > div p:nth-of-type(3), main .process-wrapper > div p:nth-of-type(4), main .process-wrapper > div p:nth-of-type(5) {
  opacity: 0.5;
}
main > section {
  padding: 70px 30px 50px;
  width: 100%;
  max-width: 786px;
  margin: 0 auto;
}
main > section h1 {
  text-align: center;
}
main > section h1 .success {
  color: #1e1e1e;
}
main > section h1 .failure {
  color: #d3392f;
}
main > section > div {
  border-radius: 22px;
  background: white;
  box-shadow: 0px 4px 20px 0px rgba(207, 207, 207, 0.25);
  padding: 20px 28px;
}
main > section .package {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 44px auto 10px;
}
main > section .package img {
  width: 266px;
  aspect-ratio: 266/139;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
main > section .package .info {
  text-align: left;
}
main > section .package .info h2 {
  color: #1e1e1e;
}
main > section .package .info h3 {
  color: #9b9b9b;
  margin: 12px auto 20px;
}
main > section .package .info p {
  color: #1e1e1e;
}
main > section .purchaser-info > div {
  padding: 20px 0;
  border-bottom: 1px dashed rgba(75, 75, 75, 0.4);
  display: flex;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  text-align: left;
}
main > section .purchaser-info > div span {
  width: 65px;
  flex-shrink: 0;
  color: #4b4b4b;
  font-weight: 700;
}
main > section .purchaser-info > div p {
  color: #868686;
  font-weight: 400;
}
main > section .purchaser-info > div:last-of-type {
  border: none;
}
main > section .button {
  width: 100%;
  display: block;
  color: white;
  transition: 0.3s ease;
  border-radius: 40px;
  padding: 12px;
  background: #15aa93;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 400;
  text-align: center;
  margin-top: 44px;
}
main > section .button:hover {
  background: #007f9a;
}
@media screen and (max-width: 1023px) {
  main > section {
    padding: 30px 30px 50px;
  }
  main > section .package {
    margin: 20px auto 10px;
  }
  main > section .button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main > section .package img {
    width: 220px;
  }
  main > section .purchaser-info > div {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 599px) {
  main > section {
    padding: 30px 0 50px;
  }
  main > section > div {
    border-radius: 0;
  }
  main > section .button {
    width: 95%;
    margin: 15px auto 0;
  }
  main > section .purchaser-info > div {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  main > section .package {
    flex-direction: column;
    row-gap: 25px;
  }
  main > section .package img {
    width: 100%;
  }
  main > section .package .info {
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  main > section h1 {
    font-size: 36px;
  }
  main > section > div {
    padding: 20px;
  }
}
@media screen and (max-width: 374px) {
  main > section .purchaser-info > div {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}