.block-footer {
  padding-top: 6rem;
  padding-bottom: 3rem;
  border-top: .0625rem solid #e6e5e1
}
.block-footer .footer-points {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  font-variant-numeric: var(--body-2-font-variant-numeric);
  margin-bottom: 3rem;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
  background-color: #f9f8f6
}
@media (min-width:48rem) {
  .block-footer .footer-points {
    margin-bottom: 4rem;
    padding: 2rem 3.25rem
  }
}
.block-footer .footer-points li {
  margin-bottom: 1.25rem
}
.block-footer .footer-points li:last-child {
  margin-bottom: 0
}
.block-footer .footer-points li p {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  font-variant-numeric: var(--body-2-font-variant-numeric)
}
.block-footer .footer-points li p a {
  color: #06070e
}
.block-footer .footer-points li p a:not([class]):hover {
  text-decoration: none!important
}
.block-footer.footer-small {
  padding-top: clamp(3rem,2.0714285714rem + 1.9345238095vw,3.8125rem);
  padding-bottom: clamp(3rem,2.0714285714rem + 1.9345238095vw,3.8125rem)
}
.has-cta .block-footer {
  border-top: 0
}