:root {
  --rp-blue: #18354C;
  --rp-green: #28A745;
  --rp-red: #E53E1E;
  --rp-slate: #647077;
  --rp-grey: #999999;
  --rp-grey-md: #CECECE;
  --rp-grey-lt: #F0F0F0;
}
.container-xl {
  max-width: 1080px;
}

/* overrides and bs5 addins */

h2 {
  font-size: clamp(2.25rem, 2.0785rem + 1.6279vw, 3.125rem);
}
h3 {
  font-size: clamp(1.25rem, 0.9128rem + 0.9302vw, 1.75rem);
}
h4 {
  font-size: clamp(1.125rem, 0.8721rem + 0.6977vw, 1.5rem);
}
a {
  color: var(--rp-blue);
  text-decoration: underline;
}
.shadow-sm {
  box-shadow: 0 .4rem .3rem rgba(0, 0, 0, .08) !important;
}
.balanced {
  text-wrap: balance;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.balance {
  text-wrap: balance;
}

/* default text/border/background colors */ 

.text-blue {
  color: var(--rp-blue);
}
.text-green {
  color: var(--rp-green);
}
.text-red {
  color: var(--rp-red);
}
.text-grey {
  color: var(--rp-grey);
}
.text-slate {
  color: var(--rp-slate);
}
.bg-green {
  background-color: var(--rp-green) !important;
}
.bg-red {
  background-color: var(--rp-red) !important;
}
.bg-grey {
  background-color: var(--rp-grey) !important;
}
.bg-grey-md {
  background-color: var(--rp-grey-md) !important;
}
.bg-grey-lt {
  background-color: var(--rp-grey-lt) !important;
}
.border-blue {
  border-color: var(--rp-blue) !important;
}
.border-green {
  border-color: var(--rp-green) !important;
}
.border-red {
  border-color: var(--rp-red) !important;
}
.border-grey {
  border-color: var(--rp-grey) !important;
}
.border-grey-md {
  border-color: var(--rp-grey-md) !important;
}
.rounded-md {
  border-radius: 0.8rem;
}

/* buttons */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  font-size: clamp(0.9375rem, 0.811rem + 0.3488vw, 1.125rem);
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
  transition: all 80ms linear;
}
.button.anchor-up:after,
.button.anchor-down:after {
  content: '';
  width: 0.85em;
  height: 0.85em;
  display: inline-block;
  margin-left: 8px;
}
.button.anchor-up:after,
.button.anchor-down:after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="white" d="M209.4 39.4C204.8 34.7 198.6 32 192 32s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8 .8 33.9s24.8 8.8 33.9-.8L168 115.9 168 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-340.1L342.6 248.6c9.2 9.6 24.3 9.9 33.9 .8s9.9-24.3 .8-33.9l-168-176z"/></svg>') no-repeat center;
}
.button.anchor-down:after {
  transform: rotate(180deg);
}
  .button:hover {
    color: #fff;
    text-decoration: none;
  }
.button.bg-green {
  box-shadow: 0 4px 0 0 #1F983B;
}
  .button.bg-green:hover {
    background: #1F983B !important;
    box-shadow: 0 4px 0 0 #17792e;
  }
.button.bg-grey {
  color: var(--rp-slate);
  background: var(--rp-grey-md) !important;
  box-shadow: 0 4px 0 0 #C2C2C2;
}
  .button.bg-grey:hover {
    color: var(--rp-slate);
    background: #B1B1B1 !important;
    box-shadow: 0 4px 0 0 #A4A4A4;
  }
.button.bg-red {
  box-shadow: 0 4px 0 0 #B22B11;
}
  .button.bg-red:hover {
    background: #B22B11 !important;
    box-shadow: 0 4px 0 0 #86200c;
  }

/* hero */

h1 {
  font-size: clamp(2.625rem, 2.2878rem + 0.9302vw, 3.125rem);
  font-weight: 700;
}
h1 + h2 {
  font-size: clamp(1.25rem, 0.9971rem + 0.6977vw, 1.625rem);
  font-weight: 600;
  color: var(--rp-blue);
}
#brand-logos {
  gap: 15px 20px;
  opacity: 0.5;
}

/* pricing */

#pricing-cards {
  max-width: 100%;
  gap: 20px;
}
.pricing-card {
  transition: all 200ms ease;
}
.pricing-card.active {
  border-color: var(--rp-green) !important;
}
  .pricing-card .plan-type {
    font-size: clamp(1.125rem, 0.9564rem + 0.4651vw, 1.375rem);
  }
  .pricing-card h2 {
    font-size: clamp(2.25rem, 1.9128rem + 0.9302vw, 2.75rem);
  }
    .pricing-card h2 span {
      font-size: clamp(1.0625rem, 0.936rem + 0.3488vw, 1.25rem);
    }
  .pricing-card .pricing-cta {
    margin-top: auto;
  }
  .pricing-card .button {
    min-width: 130px;
  }
@media screen and (max-width: 768px) {
  #pricing {
    flex-direction: column;
    gap: 30px;
  }
  #pricing-cards {
    flex-direction: row !important;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 580px) {
  #pricing-cards {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 386px) {
  .pricing-card .pricing-cta {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
  .pricing-card .pricing-cta span {
    margin-left: 0 !important;
  }
}

/* features/checkout */

#features-checkout {
  max-width: 100%;
}
#features-checkout > div,
#features-checkout > ul {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease;
  opacity: 0;
  pointer-events: none;
}
#features-checkout > ul {
  position: relative;
}
#features-checkout > div.show,
#features-checkout > ul.show {
  opacity: 1;
  pointer-events: auto;
}
.features-list {
  list-style: none;
  gap: 20px;
  padding-inline-start: 0;
  font-size: clamp(1.125rem, 0.9564rem + 0.4651vw, 1.3rem);
  line-height: 1.8rem;
}
  .features-list li {
    position: relative;
    padding-left: 2.5rem;
  }
  .features-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1.7rem;
    height: 1.7rem;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2328A745" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M6.003 11.803L2.201 8l1.414-1.414L6.003 8.975l6.382-6.382 1.414 1.414z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }

/* testimonials */

.testimonial {
  line-height: 1.4;
}
.testimonial .author-name {
  font-size: clamp(1.125rem, 0.9564rem + 0.4651vw, 1.375rem);
}
.testimonial .author-role {
  font-size: clamp(0.875rem, 0.7907rem + 0.2326vw, 1rem);
  color: var(--rp-blue);
}

/* large cta cards */

.cta-card h2 {
  font-size: clamp(1.625rem, 1.3721rem + 0.6977vw, 2rem);
}
.cta-card p {
  font-size: clamp(1.0625rem, 0.936rem + 0.3488vw, 1.25rem);
}

/* feature ctas */

.feature-ctas .feature-cta > div {
  margin-left: 20px;
}
.feature-ctas .feature-cta h2 {
  font-size: clamp(1.25rem, 1.1657rem + 0.2326vw, 1.375rem);
  line-height: 1.2;
}
.feature-ctas.sub-ctas img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .feature-ctas.sub-ctas * {
    flex-direction: column !important;
    text-align: center;
    align-items: center !important
  }
}

/* faq */

.faq-list .faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
}
  .faq-list .faq-item .question:after {
    flex-shrink: 0;
    content: '';
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M6 9l6 6 6-6" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    transition: all 0.15s ease-out;
  }
  .faq-list .faq-item.active .question:after {
    transform: rotate(180deg);
  }
.faq-list .faq-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-list .faq-item.active .answer {
  max-height: 500px;
}