#nav {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 88px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}
#nav.mobile-open {
  height: auto;
}
.nav__mobile-item.btn--orange {
  background-color: var(--orange);
  order: -1;
  transition: none;
}
@media (min-width: 984px) {
  #nav {
    position: static;
    height: auto;
  }
  #nav.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.nav__desktop {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.mobile-open .nav__desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (min-width: 984px) {
  .nav__desktop {
    display: flex;
  }
}
.nav__mobile {
  display: flex;
  gap: 0 15px;
  padding: 20px 15px;
  justify-content: space-between;
}
@media (min-width: 984px) {
  .nav__mobile {
    display: none;
  }
}
.nav__desktop-item {
  text-decoration: none;
  color: var(--off-black);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: color 0.25s ease-in-out;
  max-width: 152px;
  flex: 0 1 152px;
}
.nav__desktop-item:hover {
  color: var(--orange);
}
.nav__mobile-item {
  margin: 0;
  font-size: 9.9px;
  text-align: left;
  font-weight: 500;
  line-height: 1.1;
  color: #172a3a;
  padding: 12px 15px;
  border-width: 2px;
  height: 50px;
  box-sizing: border-box;
  flex: 0 1 50%;
}
.nav__mobile-item svg {
  transform: none;
}
.hero {
  position: relative;
  color: #fff;
}
.synchrony-finance {
  width: 50%;
}
.synchrony-image {
  width: 100%;
}
a[href="#^^"] {
  color: inherit;
  text-decoration: none;
}
.hero-link {
  all: unset;
}
#hero-form-anchor {
  position: relative;
  top: -50px;
}
@media (max-width: 984px) {
  .synchrony-finance {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
  }
  .synchrony-image {
    width: 100%;
    max-height: 300px;
    max-width: 460px;
  }
}
.hero__container {
  display: flex;
  padding: 0 1rem;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
  flex-direction: column;
}
@media (min-width: 984px) {
  .hero__container {
    flex-direction: row;
    padding: 0 2rem;
  }
}
.hero__content {
  width: 100%;
  z-index: 1;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .hero__content {
    padding: 2em 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero__content {
    width: 55%;
    padding: 4em 0;
  }
}
.hero__content h4 svg {
  margin-bottom: -4px;
}
.hero__content-location {
  font-weight: 500;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .hero__content-location {
    font-size: 20px;
  }
}
.hero__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.0625;
  margin: 0.25em 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 984px) {
  .hero__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 1.2380952381;
  }
}
@media screen and (min-width: 1200px) {
  .hero__title {
    font-size: 60px;
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
.hero__copy {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media (min-width: 1200px) {
  .hero__copy {
    width: clamp(50ch, 70%, 100%);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.hero__bullets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .hero__bullets {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.hero__bullet {
  display: flex;
  align-items: flex-start;
  flex: 0 1 100%;
}
@media (min-width: 1200px) {
  .hero__bullet {
    flex: 0 1 49%;
    margin-bottom: 20px;
  }
  .hero__bullet svg {
    flex: 0 0 34px;
  }
}
.hero__bullet-item {
  margin: 0 0 0 1.5rem;
}
.hero__bullet-item-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
  display: block;
}
@media (min-width: 768px) {
  .hero__bullet-item-heading {
    font-size: 20px;
  }
}
.hero__bullet-item-subheading {
  display: none;
  color: var(--grey);
  font-size: 14px;
}
@media (min-width: 1200px) {
  .hero__bullet-item-subheading {
    display: block;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__background:before {
  z-index: 2;
  background: var(--dark-blue);
  opacity: 0.8;
}
.hero__background:after,
.hero__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__background:after {
  z-index: 1;
  background-color: var(--dark-blue);
  background-size: cover;
  filter: grayscale(1);
}
@media (min-width: 768px) {
  .hero__background:after {
    background-image: url(/users/u0/1/imports/14118/_next/static/css/static/hero_background--desktop.webp);
  }
}
#offers {
  padding: 1rem 1rem 0;
}
@media (min-width: 984px) {
  #offers {
    padding: 4rem 0;
  }
}
.hide-offer {
  display: none;
}
.offers__intro-heading {
  font-size: 2.125rem;
  margin: 0 0 0.75rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 984px) {
  .offers__intro-heading {
    font-size: 2.125rem;
    margin: 0 0 0.75rem;
    font-weight: 900;
  }
}
.offers__intro-subheading {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  max-width: 37rem;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 984px) {
  .offers__intro-subheading {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.offers__flex {
  display: flex;
  flex-flow: column-reverse nowrap;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  background: none;
}
@media screen and (min-width: 480px) {
  .offers__flex {
    flex-flow: row nowrap;
    background: var(--dark-blue);
  }
}
.offers__image-wrapper {
  flex: 1 0;
  padding: 5.25rem 0;
  margin: 0 -1px 0 0;
  position: relative;
  overflow: hidden;
  border-radius: 11.25rem 0 0 0;
}
@media screen and (min-width: 480px) {
  .offers__image-wrapper {
    flex: 0 0 50%;
    padding: 5.25rem;
  }
}
@media screen and (min-width: 984px) {
  .offers__image-wrapper {
    flex: 0 0 50%;
    padding: 3.3125rem;
  }
}
.offers__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  object-fit: cover;
  background: var(--dark-blue);
}
.offers__text-wrapper {
  flex: 1 0;
  padding: 1.625rem 1.4375rem;
  background: var(--dark-blue);
}
@media screen and (min-width: 480px) {
  .offers__text-wrapper {
    flex: 0 0 50%;
    background: 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .offers__text-wrapper {
    flex: 0 0 60%;
    padding: 3.3125rem;
    background: 0 0;
  }
}
.offers__text-wrapper .offers__text {
  margin-bottom: 20px;
}
.offers__text-wrapper .offers__text > div {
  display: inline-block;
  border: 2px dashed hsla(0, 0%, 100%, 0.6);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  margin: 0 0 1rem;
}
@media (min-width: 1200px) {
  .offers__text-wrapper .offers__text > div {
    margin: 0 0 1.25rem;
  }
}
.offers__text-wrapper .offers__text > div > h5 {
  margin: 0;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.2;
  white-space: normal;
  padding-right: 0.25rem;
  color: #fffaf2;
}
@media screen and (min-width: 1200px) {
  .offers__text-wrapper .offers__text > div > h5 {
    font-size: 1.8rem;
  }
}
#offers .mobile-only {
  display: inline;
}
@media (min-width: 984px) {
  #offers .mobile-only {
    display: none;
  }
}
#offers .desktop-only {
  display: none;
}
@media (min-width: 984px) {
  #offers .desktop-only {
    display: inline;
  }
}
.sticky-header.sticky {
  transform: translateY(0);
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f3f3f3;
  z-index: 12;
  transform: translateY(-120px);
  transition: transform 0.3s ease-in-out;
}
.sticky-header_header {
  height: 60px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #f3f3f3;
}
.sticky-header_dropdown {
  display: none;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.4);
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
}
.open .sticky-header_dropdown {
  display: flex;
}
.sticky-header_header > img {
  height: 38px;
}
@media (min-width: 768px) {
  .sticky-header {
    display: none;
  }
}
.sticky-header .nav__desktop-item {
  flex: 0 0 auto;
  max-width: none;
  width: 280px;
  margin: 0 auto;
  text-align: left;
  padding: 8px 0;
}
.sticky-header .nav__desktop-item.btn {
  color: #fff;
  background-color: var(--orange);
  border-color: var(--orange);
  padding: 15px 40px;
  font-size: 12px;
  width: 200px;
  margin: 8px auto 0;
}
.sticky-header .nav__desktop-item.btn svg {
  margin: 2px 0 0 8px;
}
#ticker {
  background-color: var(--green);
  padding: 30px 0;
  color: var(--dark-blue);
  position: relative;
  overflow: hidden;
}
.ticker__wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transform: translate(100vw, -50%);
  animation: ticker__scroll 30s linear infinite;
}
@media (min-width: 984px) {
  .ticker__wrapper {
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
    animation: none;
  }
}
.ticker__wrapper:hover {
  animation-play-state: paused;
}
@keyframes ticker__scroll {
  0% {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
.ticker__wrapper .hide-mobile {
  display: none;
}
@media (min-width: 984px) {
  .ticker__wrapper .hide-mobile {
    display: inline;
  }
}
.ticker__item {
  font-size: 20px;
}
.ticker__wrapper hr {
  width: 8px;
  margin: 0 10px;
  text-align: center;
  border: none;
  border-top: 1px solid #172a3a;
  opacity: 0.5;
}
.ticker__wrapper a {
  color: var(--dark-blue);
  text-decoration: none;
}
@media (max-width: 984px) {
  #ticker {
    top: 0;
    z-index: 11;
  }
}
#credentials {
  padding: 3rem 0 0;
}
@media (min-width: 984px) {
  #credentials {
    padding: 4rem 0;
  }
}
.credentials__title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-align: center;
  margin: 0;
}
@media (min-width: 984px) {
  .credentials__title {
    font-size: 2.125rem;
    line-height: 1.2941176471;
    margin-bottom: 3rem;
  }
}
.credentials__flex {
  display: none;
  justify-content: center;
  gap: 0 2rem;
}
@media (min-width: 984px) {
  .credentials__flex {
    display: flex;
  }
}
.credentials__flex-item {
  display: flex;
  flex-direction: column;
  flex: 0 1 33%;
}
.credentials__flex-item__image-wrapper {
  flex-grow: 1;
}
.credentials__flex-item img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.credentials__flex-item p {
  max-width: 300px;
  text-align: center;
  margin: 8px auto 0;
  font-size: 1rem;
  line-height: 1.6875;
  font-weight: 300;
}
#credentials .video-text {
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin: 3rem auto 1.875rem;
  width: 80%;
  font-weight: 600;
}
@media (min-width: 984px) {
  #credentials .video-text {
    display: none;
  }
}
