main section#banner {
  background: linear-gradient(to bottom right, rgba(3, 10, 68, 0.9), rgba(23, 35, 136, 0.9)), url(../content/images/ctaBackground.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
main section#banner .textBx {
  text-align: center;
}
main section#banner .textBx h1 {
  color: #f5f5f5;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 30px;
}
main section#banner .textBx p {
  color: #f5f5f5;
  font-weight: 600;
  font-size: 16px;
}
main section.info .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
main section.info .container h2 {
  font-weight: 800;
  font-size: 24px;
  color: #172388;
  margin-bottom: 30px;
}
main section.info .container p {
  color: #787878;
  font-weight: 600;
}
main section#prices {
  padding-bottom: 50px;
}
main section#prices h2 {
  font-weight: 800;
  font-size: 24px;
  color: #172388;
  margin-bottom: 30px;
}
main section#prices p {
  font-weight: 600;
  color: #5b5b5b;
}
main section#prices div.priceBox {
  display: flex;
  justify-content: center;
  border-radius: 25px;
  flex-direction: column;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  margin-bottom: 3rem;
}
main section#prices div.priceBox .boxContent {
  padding: 30px 15px;
  line-height: 1.2;
}
main section#prices div.priceBox .boxContent h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ff9900;
  margin-bottom: 1rem;
}
main section#prices div.priceBox .boxContent .info-paragraph {
  font-weight: 600;
}
main section#prices div.priceBox .boxContent .priceAmount {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 0.3rem;
}
main section#prices div.priceBox .boxContent .small-text {
  font-size: 15px;
  font-style: italic;
}
main section#prices div.priceBox .boxContent .ctaBtn {
  background: linear-gradient(to bottom right, #ff9900, #e27335);
  display: inline-block;
  color: #f5f5f5;
  margin-top: 10px;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 10px;
}
main section#prices div.priceBox .boxContent .ctaBtn.active {
  display: none;
}
main section#prices div.priceBox .boxContent .ctaBtn img {
  height: 16px;
  margin-bottom: 0;
}
main section#comparison {
  padding-bottom: 50px;
}
main section#comparison h2 {
  font-weight: 800;
  font-size: 24px;
  color: #172388;
  margin-bottom: 30px;
}
main section#comparison table {
  text-align: center;
  color: #787878;
  font-weight: 600;
  font-size: 0.7em;
}
main section#comparison table tr th {
  background-color: #030a44;
  color: white;
}
main section#comparison table tr th, main section#comparison table tr td {
  border: 1px solid #787878;
}

@media (min-width: 769px) {
  main section#banner {
    height: 50vh;
    margin-top: 116px;
  }
  main section#comparison table {
    font-size: 1em;
  }
  main section#comparison table th, main section#comparison table td {
    padding: 15px;
  }
}

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