.pricing {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .pricing {
    padding-bottom: 50px !important;
  }
}
.pricing .applications {
  width: 100vw;
  background: #2b2935;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 30px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  .pricing .applications {
    padding: 80px 0 40px 0 !important;
  }
  .pricing .applications .title {
    top: 40px !important;
  }
  .pricing .applications .inner {
    flex-direction: column;
    gap: 75px !important;
  }
  .pricing .applications .inner:after {
    height: 5px !important;
    width: 25% !important;
  }
}
.pricing .applications .title {
  font-size: 1.3rem;
  color: #f1f1f1;
  font-weight: 500;
  position: absolute;
  top: 30px;
  transform: translateY(-50%);
}
.pricing .applications .inner {
  margin: 0 auto;
  color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
  position: relative;
}
.pricing .applications .inner:after {
  content: "";
  position: absolute;
  height: 90%;
  width: 5px;
  border-radius: 25px;
  background: #e82cc7;
  top: 50%;
  transform: translateY(-50%);
}
.pricing .applications .inner > div {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
}
.pricing .applications .inner > div:hover {
  scale: 1.1;
  transition: all 0.1s ease-in;
}
.pricing .applications .inner > div img {
  height: 46px;
}
.pricing .applications .inner > div:last-of-type img {
  filter: invert(1);
}
.pricing .price-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  padding: 25px 0 50px 0;
  text-align: center;
}
.pricing .price-list h2 {
  margin: 0 0 50px 0;
}
.pricing .price-list .selection button {
  margin: 15px 0;
  width: 50px;
  aspect-ratio: 1;
  font-size: 1.1rem;
  font-weight: 500;
  background: transparent;
  color: #1a1a1a;
  border: 3px solid #e82cc7;
  transition: all 0.1s ease-out;
}
.pricing .price-list .selection button.selected, .pricing .price-list .selection button:hover {
  background: #e82cc7;
  color: #f1f1f1;
  transition: all 0.1s ease-in;
}
.pricing .price-list .prices-wrapper {
  margin: 25px 0 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.pricing .price-list .prices-wrapper .tile {
  width: clamp(280px, 20vw, 325px);
  aspect-ratio: 1;
  background: #251730;
  border-radius: 25px;
  color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
}
.pricing .price-list .prices-wrapper .tile .entries {
  font-size: 10rem;
  height: 65%;
}
.pricing .price-list .prices-wrapper .tile .entries.infinity {
  font-family: "Noto Sans KR", serif;
  transform: translateY(-10%);
}
.pricing .price-list .prices-wrapper .tile .title {
  font-size: 1.2rem;
  padding: 0 20px;
  transform: translateY(-35%);
  font-weight: 400;
}
.pricing .price-list .prices-wrapper .tile .price {
  margin-top: auto;
  padding: 8px 0;
  background: #B72CB8;
  border-radius: 25px;
  width: 50%;
  font-weight: 600;
  cursor: pointer;
}
.pricing .price-list .prices-wrapper .tile p {
  font-size: 0.9rem;
  position: absolute;
  bottom: 10px;
  opacity: 0.75;
}
.pricing .price-list .annotation {
  opacity: 0.75;
  font-size: 0.95rem;
}

/*# sourceMappingURL=pricing.css.map */
