@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
.value-props-list {
  padding: 64px 0;
}
.value-props-list__header {
  margin-bottom: 40px;
}
.value-props-list__title {
  text-align: center;
}
.value-props-list__wrapper .col-12 .item {
  padding: 32px 16px 16px 16px;
  border-radius: 16px;
  background: #F1F5F9;
  position: relative;
  height: 100%;
}
.value-props-list__wrapper .col-12 .item__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 24px;
  gap: 8px;
  flex-wrap: wrap;
  position: absolute;
  left: 16px;
  top: -16px;
}
.value-props-list__wrapper .col-12 .item__badge .icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}
.value-props-list__wrapper .col-12 .item__badge .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.value-props-list__wrapper .col-12 .item__badge .title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.value-props-list .pricebox {
  margin-top: 40px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
  border: 1px solid #D0D6DD;
  border-radius: 12px;
}
.value-props-list .pricebox .left,
.value-props-list .pricebox .right {
  flex: 0 0 100%;
  width: 100%;
}
.value-props-list .pricebox .right {
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.value-props-list .pricebox .left {
  max-width: calc(100% - 224px);
}
.value-props-list .pricebox .left .title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.value-props-list .pricebox .left .pricing {
  padding-bottom: 0;
}
.value-props-list .pricebox .left .pricing span.price {
  font-size: 32px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.value-props-list .pricebox .left .pricing span.tenor {
  font-size: 14px;
  line-height: 20px;
  color: #626B79;
}
.value-props-list .pricebox .left .notes {
  font-size: 14px;
  line-height: 20px;
  color: #626B79;
}
@media (max-width: 767px) {
  .value-props-list {
    padding: 32px 0;
  }
  .value-props-list__header {
    margin-bottom: 32px;
  }
  .value-props-list__wrapper .col-12 .item {
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 48px;
  }
  .value-props-list__wrapper .col-12:last-child .item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .value-props-list .pricebox .left,
  .value-props-list .pricebox .right {
    max-width: 100%;
  }
  .value-props-list .pricebox .right .action {
    width: 100%;
  }
  .value-props-list .pricebox .right .action .btn {
    width: 100%;
  }
  .value-props-list .pricebox .right .action .btn:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=value-props-list.css.map */