.pricing-table__pass-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-table__pass-group {
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 12px;
  border-bottom: 1px solid #007ACC;
}
.pricing-table__pass-group--title {
  color: #AA273E;
  text-align: center;
  font-family: "Dunbar Tall";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.pricing-table__pass-types {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing-table__pass-type {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}
.pricing-table__pass-type--subtitle {
  color: #000;
  text-align: center;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.pricing-table__pass-type--footer {
  text-align: center;
}
.pricing-table__tiers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.pricing-table__tier {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(0, 122, 204, 0.2);
}
@media only screen and (min-width: 768px) {
  .pricing-table__tier {
    width: calc(25% - 15px);
  }
  .pricing-table__tier:only-child {
    width: 100%;
  }
  .pricing-table__tier:nth-last-child(2):first-child, .pricing-table__tier:nth-last-child(2):first-child ~ .pricing-table__tier {
    width: calc(50% - 10px);
  }
  .pricing-table__tier:nth-last-child(3):first-child, .pricing-table__tier:nth-last-child(3):first-child ~ .pricing-table__tier {
    width: calc(33.333% - 13.33px);
  }
}
@media only screen and (min-width: 1400px) {
  .pricing-table__tier {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1600px) {
  .pricing-table__tier {
    width: calc(25% - 15px);
  }
  .pricing-table__tier:only-child {
    width: 100%;
  }
  .pricing-table__tier:nth-last-child(2):first-child, .pricing-table__tier:nth-last-child(2):first-child ~ .pricing-table__tier {
    width: calc(50% - 10px);
  }
  .pricing-table__tier:nth-last-child(3):first-child, .pricing-table__tier:nth-last-child(3):first-child ~ .pricing-table__tier {
    width: calc(33.333% - 13.33px);
  }
}
.pricing-table__tier--amount {
  color: #AA273E;
  font-family: "Dunbar Tall";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pricing-table__tier--label {
  color: #000;
  font-family: "Dunbar Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pricing-table__button-container {
  display: flex;
  justify-content: center;
}
.pricing-table__footer-information {
  padding-top: 20px;
}

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