.wcf__priceTable {
  display: grid;
}
.wcf__priceTable h1, .wcf__priceTable h2, .wcf__priceTable h3, .wcf__priceTable h4, .wcf__priceTable h5, .wcf__priceTable h6, .wcf__priceTable p, .wcf__priceTable ul {
  padding: 0;
  margin: 0;
}
.wcf__priceTable li {
  list-style: none;
}
.wcf__priceTable .number {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.wcf__priceTable .name {
  color: #1C1D20;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.wcf__priceTable .pt-sale-price {
  color: #1C1D20;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .wcf__priceTable .pt-sale-price {
    font-size: 48px;
  }
}
.wcf__priceTable .pt-org-price {
  color: #1C1D20;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}
.wcf__priceTable .feature li {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-bottom: 5px;
}
.wcf__priceTable .pt-btn {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable .pt-btn {
    text-align: start;
  }
}
.wcf__priceTable svg {
  width: 1em;
  height: 1em;
}
.wcf__priceTable svg path {
  transition: all 0.3s;
}
.wcf__priceTable.style-1 {
  gap: 30px;
  align-items: center;
  grid-template-columns: 0.7fr 1fr 0.7fr;
  background-color: #233259;
  padding-inline-end: 25px;
  position: relative;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 {
    grid-template-columns: 1fr;
    padding-inline-end: 0;
    padding-bottom: 30px;
  }
}
.wcf__priceTable.style-1 .pt-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wcf__priceTable.style-1 .pt-name {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #7DDED8;
  text-align: center;
  padding: 15px;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .pt-name {
    height: auto;
    align-items: flex-start;
  }
}
.wcf__priceTable.style-1 .pt-name .icon {
  font-size: 30px;
  color: #16254C;
}
.wcf__priceTable.style-1 .name {
  color: #16254C;
  font-size: 18px;
}
.wcf__priceTable.style-1 .pt-price-wrap {
  height: 50%;
  background-color: #FCFAF5;
  padding: 15px;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .pt-price-wrap {
    height: auto;
  }
}
.wcf__priceTable.style-1 .pt-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .pt-price {
    justify-content: flex-start;
  }
}
.wcf__priceTable.style-1 .pt-sale-price {
  color: #16254C;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}
.wcf__priceTable.style-1 .pt-currency {
  color: #16254C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  align-self: flex-start;
}
.wcf__priceTable.style-1 .pt-period {
  color: #16254C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  align-self: flex-end;
  position: relative;
  inset-inline-end: 7px;
}
.wcf__priceTable.style-1 .pt-org-price {
  color: #16254C;
  margin-inline-end: 10px;
}
.wcf__priceTable.style-1 .pt-feature {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .pt-feature {
    padding: 0 15px;
  }
}
.wcf__priceTable.style-1 .feature {
  position: relative;
}
.wcf__priceTable.style-1 .feature::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  inset-inline-end: 0;
  top: 0;
  background-color: #30406A;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .feature::after {
    display: none;
  }
}
.wcf__priceTable.style-1 .feature li {
  color: #A4ABBB;
}
.wcf__priceTable.style-1 .feature i,
.wcf__priceTable.style-1 .feature svg {
  font-size: 14px;
  margin-inline-end: 5px;
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-1 .pt-btn {
    text-align: end;
  }
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .pt-btn {
    text-align: start;
    padding-inline-start: 15px;
  }
}
.wcf__priceTable.style-1 .pt-btn a {
  color: #FCFAF5;
  position: relative;
  background-color: #16254C;
  border-radius: 15px;
  padding: 22px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
}
.wcf__priceTable.style-1 .pt-btn a:hover:after {
  height: 400%;
  opacity: 1;
}
.wcf__priceTable.style-1 .pt-btn a::after {
  background-color: #E8BF96;
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.wcf__priceTable.style-1 .ribbon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -10px;
  inset-inline-start: -10px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .ribbon {
    inset-inline-start: unset;
    inset-inline-end: -10px;
  }
}
.wcf__priceTable.style-1 .ribbon::before,
.wcf__priceTable.style-1 .ribbon::after {
  position: absolute;
  content: "";
  z-index: -1;
  display: block;
  border: 5px solid #4606ac;
  border-top-color: transparent;
  border-inline-start-color: transparent;
}
.wcf__priceTable.style-1 .ribbon::before {
  top: 0px;
  inset-inline-end: 7px;
}
@media(max-width: 575px) {
  .wcf__priceTable.style-1 .ribbon::before {
    inset-inline-end: unset;
    inset-inline-start: 10px;
    transform: rotate(90deg);
  }
}
.wcf__priceTable.style-1 .ribbon::after {
  bottom: 9px;
  inset-inline-start: 0px;
}
@media(max-width: 575px) {
  .wcf__priceTable.style-1 .ribbon::after {
    inset-inline-start: unset;
    inset-inline-end: 0;
    transform: rotate(90deg);
  }
}
.wcf__priceTable.style-1 .ribbon span {
  position: absolute;
  top: 15px;
  width: 129px;
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  inset-inline-start: -30px;
  transform: rotate(-45deg);
  text-transform: capitalize;
  background-color: #16254C;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
@media (max-width: 575px) {
  .wcf__priceTable.style-1 .ribbon span {
    inset-inline-start: unset;
    inset-inline-end: -30px;
    transform: rotate(45deg);
  }
}
.wcf__priceTable.style-2 {
  gap: 30px;
  grid-template-columns: 0.6fr 1fr 0.6fr 1fr 0.8fr;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .wcf__priceTable.style-2 {
    grid-template-columns: 50px 0.8fr 0.7fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-2 {
    gap: 25px;
    grid-template-columns: 25px 0.8fr 0.6fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-2 {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.wcf__priceTable.style-2 .pt-price {
  display: flex;
  flex-wrap: wrap;
}
.wcf__priceTable.style-2 .pt-sale-price {
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-2 .pt-sale-price {
    font-size: 36px;
  }
}
.wcf__priceTable.style-2 .pt-org-price {
  font-size: 24px;
  line-height: 1;
  align-self: flex-start;
  margin-inline-start: 10px;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-2 .pt-org-price {
    font-size: 18px;
  }
}
.wcf__priceTable.style-2 .pt-currency {
  font-size: 30px;
  color: #1C1D20;
  align-self: flex-start;
  line-height: 1;
  margin-inline-end: 5px;
}
@media only screen and (max-width: 1199px) {
  .wcf__priceTable.style-2 .pt-currency {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-2 .pt-currency {
    font-size: 20px;
  }
}
.wcf__priceTable.style-2 .pt-period {
  color: #1C1D20;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  text-transform: capitalize;
}
.wcf__priceTable.style-2 .pt-name {
  gap: 10px;
  display: flex;
}
.wcf__priceTable.style-2 .name {
  gap: 20px;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-2 .name {
    gap: 10px;
  }
}
.wcf__priceTable.style-2 .ribbon {
  padding: 2px 10px 3px;
  background-color: #1C1D20;
  border-radius: 14px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  align-self: flex-start;
}
.wcf__priceTable.style-2 .pt-btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #1C1D20;
  border: 1px solid #1C1D20;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 32px 52px;
  text-align: center;
  transition: all 0.3s;
  border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
}
.wcf__priceTable.style-2 .pt-btn a:hover {
  color: #fff;
}
.wcf__priceTable.style-2 .pt-btn a:hover span {
  width: 400px;
  height: 400px;
}
.wcf__priceTable.style-2 .pt-btn a span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 100%;
  transition: all 1s;
  background-color: #1C1D20;
  transform: translate(-50%, -50%);
}
.wcf__priceTable.style-3 {
  gap: 30px;
  align-items: center;
  grid-template-columns: 0.6fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-3 {
    gap: 20px;
    grid-template-columns: 0.8fr 0.7fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-3 {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.wcf__priceTable.style-3 .pt-price {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-3 .pt-sale-price {
    font-size: 36px;
  }
}
.wcf__priceTable.style-3 .pt-currency {
  color: #1C1D20;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-3 .pt-currency {
    font-size: 36px;
  }
}
.wcf__priceTable.style-3 .pt-org-price {
  font-size: 24px;
  align-self: flex-start;
  margin-inline-end: 15px;
}
@media only screen and (max-width: 991px) {
  .wcf__priceTable.style-3 .pt-org-price {
    font-size: 20px;
    margin-inline-end: 10px;
  }
}
.wcf__priceTable.style-3 .pt-period {
  color: #1C1D20;
  font-size: 18px;
  align-self: flex-end;
}
.wcf__priceTable.style-3 .pt-name {
  gap: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.wcf__priceTable.style-3 .pt-name::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-3 .pt-name::after {
    display: none;
  }
}
.wcf__priceTable.style-3 .ribbon {
  padding: 2px 10px 3px;
  background: #1C1D20;
  border-radius: 14px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
.wcf__priceTable.style-3 .pt-btn a {
  text-transform: uppercase;
  text-align: center;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 16px 30px;
  border: 1px solid #1C1D20;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}
.wcf__priceTable.style-3 .pt-btn a:hover {
  border-color: #E8BF96;
}
.wcf__priceTable.style-3 .pt-btn a:hover:after {
  height: 120%;
  opacity: 1;
}
.wcf__priceTable.style-3 .pt-btn a::after {
  background-color: #E8BF96;
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.wcf__priceTable.style-4 {
  gap: 20px;
  grid-template-columns: 1fr 1fr 0.8fr;
  padding-bottom: 50px;
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-4 {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
    padding-top: 25px;
  }
}
.wcf__priceTable.style-4:hover .name {
  color: #1C1D20;
}
.wcf__priceTable.style-4 .pt-price {
  margin-bottom: 10px;
}
.wcf__priceTable.style-4 .pt-currency,
.wcf__priceTable.style-4 .pt-sale-price {
  color: #1C1D20;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.wcf__priceTable.style-4 .pt-org-price {
  font-size: 16px;
  padding-inline-end: 10px;
}
.wcf__priceTable.style-4 .pt-period {
  font-size: 14px;
  color: #1C1D20;
  text-transform: uppercase;
}
.wcf__priceTable.style-4 .pt-name {
  gap: 10px;
  display: flex;
  align-items: flex-end;
}
.wcf__priceTable.style-4 .name {
  color: #666;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .wcf__priceTable.style-4 .name {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .wcf__priceTable.style-4 .name {
    font-size: 24px;
  }
}
.wcf__priceTable.style-4 .ribbon {
  background-color: #1C1D20;
  text-align: center;
  border-radius: 100%;
  padding: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.wcf__priceTable.style-4 .feature li {
  color: #1C1D20;
  padding-bottom: 10px;
}
.wcf__priceTable.style-4 .feature i,
.wcf__priceTable.style-4 .feature svg {
  font-size: 14px;
  margin-inline-end: 5px;
}
.wcf__priceTable.style-4 .pt-btn a {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1C1D20;
  padding: 22px 40px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  gap: 10px;
}
.wcf__priceTable.style-4 .pt-btn a:hover {
  color: #fff;
}
.wcf__priceTable.style-4 .pt-btn a:hover::after {
  height: 400%;
  opacity: 1;
}
.wcf__priceTable.style-4 .pt-btn a::after {
  background-color: #E8BF96;
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}