.cta__title {
  font-family: var(--font-sf-display);
  font-size: max(2.4375rem, 12px);
  line-height: 113%;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.25rem;
}
.cta__link {
  font-family: var(--font-sf-text);
  font-size: max(1.0625rem, 13px);
  line-height: 147%;
  letter-spacing: -0.02em;
}
.cta__link:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.cta__link > a {
  color: #5b77d7;
}
.cta__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
}
.cta__wrapper--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta__wrapper--column .cta__button {
  width: 100%;
}
.cta__wrapper--column .cta__button .btn {
  width: 100%;
}
.cta__wrapper--column .cta__button:first-child:last-child {
  -ms-flex-preferred-size: unset;
  flex-basis: unset;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
.cta__wrapper--column .cta__button:first-child:last-child .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 10.6875rem;
}
.cta__wrapper--column .cta__button:not(:last-child) {
  margin-right: unset;
  margin-bottom: 1.25rem;
}
.cta__button {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cta__button:not(:last-child) {
  margin-right: 0.5rem;
}
.cta__button .btn {
  width: 100%;
  height: 100%;
  min-width: unset;
}
/*# sourceMappingURL=cta.css.map */