.links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.links a {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  text-transform: none;
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}
.links a:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.links a:focus, .links a:focus-visible {
  outline-color: #3b3c43;
}
.links a.-disabled {
  cursor: not-allowed;
}
.links a.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.links a.-disabled:focus, .links a.-disabled:focus-visible {
  outline: none;
}
.links a:hover {
  background-color: #fcd74c;
  color: #3b3c43;
}

.section-description {
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .section-description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-description {
    font-size: 18px;
    line-height: 20px;
  }
}

.section-margin {
  margin: 80px auto;
}
@media screen and (max-width: 991px) {
  .section-margin {
    margin: 40px auto;
  }
}

.hero__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch !important;
}
.hero__inner .hero__heading {
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .hero__inner .hero__subheading {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.hero__inner .hero__cta {
  text-transform: none;
  font-weight: 700;
}

.why-synchrony {
  padding-right: 40px;
  padding-left: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .why-synchrony {
    padding: 0;
    margin-top: 40px;
  }
}
.why-synchrony__content {
  background: #3b3c43;
  color: white;
  padding: 40px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.why-synchrony__content h2 {
  font-size: 46px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .why-synchrony__content h2 {
    font-size: 32px;
  }
}
.why-synchrony__content > p {
  max-width: 1120px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .why-synchrony__content > p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .why-synchrony__content > p {
    font-size: 18px;
    line-height: 20px;
  }
}
.why-synchrony__content .cards {
  width: 100%;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .why-synchrony__content .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why-synchrony__content .cards .card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .why-synchrony__content .cards .card:not(:last-of-type) {
    border-right: 2px solid white;
    padding-right: 16px;
  }
}
.why-synchrony__content .cards .card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 16px;
}
.why-synchrony__content .cards .card .number-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 24px;
  font-weight: 700;
}
.why-synchrony__content .cards .card .number-ticker .number {
  color: #fbc600;
  font-size: 100px;
  font-weight: 700;
}
.why-synchrony__content .cards .card .number-ticker .percent {
  font-size: 60px;
}
.why-synchrony__content .cards .card p {
  max-width: 270px;
  margin: 0 auto;
  margin-top: -16px;
}
.why-synchrony__content .cards hr {
  width: 100%;
  margin: 24px 0;
  height: 2px;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .why-synchrony__content .cards hr {
    display: none;
  }
}

.financing-options {
  max-width: 1120px;
  padding: 0 16px;
}
.financing-options h2 {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 32px;
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  .financing-options h2 {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .financing-options h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
.financing-options__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .financing-options__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.financing-options__flex .option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 992px) {
  .financing-options__flex .option {
    max-width: 500px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.financing-options__flex .option img {
  height: 120px;
  width: auto;
}
.financing-options__flex .option h3 {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #3b3c43;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .financing-options__flex .option h3 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .financing-options__flex .option h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.financing-options__flex .option ul {
  margin: 0;
  padding-left: 24px;
  line-height: 24px;
}
.financing-options__flex .divider {
  width: 2px;
  background-color: #3b3c43;
}

.emphasis-path {
  background-color: transparent;
}
.emphasis-path__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.emphasis-path__inner h2 {
  margin-top: 0;
}
.emphasis-path__inner .benefits_list {
  margin-top: 0;
  margin-bottom: 0;
}
.emphasis-path__inner .benefits_list .bullet_content p {
  margin-top: 0;
}
.emphasis-path__inner .emphasis-path__image {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .emphasis-path__inner .emphasis-path__image {
    margin-top: 24px;
  }
}

.footnotes__footnote {
  text-align: left !important;
}