/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-ExtraLight.otf) format("opentype");
  font-weight: 200; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Hairline.otf) format("opentype");
  font-weight: 100; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Light.otf) format("opentype");
  font-weight: 300; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Medium.otf) format("opentype");
  font-weight: 500;  
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Roman.otf) format("opentype");
  font-weight: 400; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Thin.otf) format("opentype");
  font-weight: 250; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-UltraThin.otf) format("opentype");
  font-weight: 100; 
}    

main h1,
main h2,
main h3,
main p,
main a,
main div,
main button {
  font-family: "RHSans", "Synchrony Sans", sans-serif !important;
  }

.main-nav .logo .partner-link {
  height: 32px; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 24px !important; } }

.bumper-page-hero {
  background-color: #d3c8b5; }
  @media (max-width: 991px) {
    .bumper-page-hero .global-max-w {
      margin: 0 !important; } }
  @media (min-width: 992px) {
    .bumper-page-hero .a {
      width: 50% !important; } }
  .bumper-page-hero .a .a__content-wrapper {
    color: black; }
    .bumper-page-hero .a .a__content-wrapper .rh-card-art {
      width: 200px;
      height: auto;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper .rh-card-art {
          width: 180px;
          margin-bottom: 12px; } }
    .bumper-page-hero .a .a__content-wrapper h1 {
      font-weight: 100;
      text-transform: uppercase;
      line-height: 80%;
      letter-spacing: -3.84px;
      }
      .bumper-page-hero .a .a__content-wrapper p {
      font-weight: 200;
      font-size: 20px;
      }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper h1 {
          line-height: 1.25; } }
    @media (max-width: 991px) {
      .bumper-page-hero .a .a__content-wrapper .cta-buttons {
        justify-content: start; } }
    .bumper-page-hero .a .a__content-wrapper .other-links {
      line-height: 24px;
      font-weight: 300;
      }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper .other-links {
          text-align: left; } }
  .bumper-page-hero .b {
    overflow: hidden; }
    .bumper-page-hero .b img {
      -o-object-fit: cover !important;
      object-fit: cover !important;
      -o-object-position: 25% 75% !important;
      object-position: 25% 75% !important; }
    @media (min-width: 992px) {
      .bumper-page-hero .b {
        width: 50% !important; }
        .bumper-page-hero .b img {
          height: 100% !important;
          max-height: 100% !important; } }
    @media (max-width: 991px) {
      .bumper-page-hero .b {
        padding: 0 !important;
        padding-top: 16px !important;
        width: 100% !important; }
        .bumper-page-hero .b img {
          max-height: 500px !important;
          width: 100% !important; } }

@media (min-width: 992px) {
  .hero-content {
    max-height: 600px; } }
	
@media (min-width:1280px) and (max-width:1399px){
  .bumper-page-hero .hero-content .a{
    padding:0 40px !important;
  }
}

.hero-content .cta-buttons .button-basic {
  color: white;
  background-color: #937559;
  border-color: #937559;
  border-width: 1px;
  font-weight: 200;
  font-size: 18px;
  border-radius: 0 !important;
  letter-spacing: 1px;
  width: 245px !important;
  max-width:unset !important;
  text-transform: uppercase;
  }
  @media (max-width: 767px) {
    .hero-content .cta-buttons .button-basic {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .hero-content .cta-buttons .button-basic {
      width: 275px !important; } }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible {
    background-color: #4c3c30;
    border-color: #4c3c30; }

.faq {
  color: black; }
  .faq h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 80% !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: -0.84px;
    }
    @media (max-width: 991px) {
      .faq h2 {
        font-size: 32px;
        line-height: 1.25; } }
  .faq h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 250;
    }
    @media (max-width: 991px) {
      .faq h3 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .faq .accordions {
    gap: 16px; }
  .faq details summary,
  .faq details .answer {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    }
  .faq details .answer {
    font-weight:300 !important;
    color: #666666; }
    .faq details .answer ul {
      list-style-type: none;
      line-height: 24px; }
      .faq details .answer ul li {
        position: relative; }
        .faq details .answer ul li::before {
          content: "";
          width: 4px;
          height: 4px;
          background: #666666;
          position: absolute;
          left: -14px;
          top: 10px; }

.footnotes {
  color: #666666;
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 20px;
  font-weight: 400;
  }
  .footnotes strong {
    font-weight: 600; }
@media (max-width: 991px) {
    .bumper-page-hero .hero-content .a {
        padding-bottom:48px;
        padding-top:48px;
    }
}
@media (max-width: 991px) {
.bumper-page-hero .hero-content .a {
  place-items:flex-start;
  }
}
p.acumin {
  max-width:80%;
}
@media (max-width: 1024px){
  p.acumin {
    max-width: unset;
  }
}/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-ExtraLight.otf) format("opentype");
  font-weight: 200; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Hairline.otf) format("opentype");
  font-weight: 100; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Light.otf) format("opentype");
  font-weight: 300; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Medium.otf) format("opentype");
  font-weight: 500;  
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Roman.otf) format("opentype");
  font-weight: 400; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-Thin.otf) format("opentype");
  font-weight: 250; 
}

@font-face {
  font-family: "RHSans";
  font-display: fallback;
  src: url(/synchrony/fonts/RHSans-UltraThin.otf) format("opentype");
  font-weight: 100; 
}    

main h1,
main h2,
main h3,
main p,
main a,
main div,
main button {
  font-family: "RHSans", "Synchrony Sans", sans-serif !important;
  }

.main-nav .logo .partner-link {
  height: 32px; }
  @media (max-width: 767px) {
    .main-nav .logo .partner-link {
      height: 24px !important; } }

.bumper-page-hero {
  background-color: #d3c8b5; }
  @media (max-width: 991px) {
    .bumper-page-hero .global-max-w {
      margin: 0 !important; } }
  @media (min-width: 992px) {
    .bumper-page-hero .a {
      width: 50% !important; } }
  .bumper-page-hero .a .a__content-wrapper {
    color: black; }
    .bumper-page-hero .a .a__content-wrapper .rh-card-art {
      width: 200px;
      height: auto;
      margin-bottom: 24px; }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper .rh-card-art {
          width: 180px;
          margin-bottom: 12px; } }
    .bumper-page-hero .a .a__content-wrapper h1 {
      font-weight: 100;
      text-transform: uppercase;
      line-height: 80%;
      letter-spacing: -3.84px;
      }
      .bumper-page-hero .a .a__content-wrapper p {
      font-weight: 200;
      font-size: 20px;
      }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper h1 {
          line-height: 1.25; } }
    @media (max-width: 991px) {
      .bumper-page-hero .a .a__content-wrapper .cta-buttons {
        justify-content: start; } }
    .bumper-page-hero .a .a__content-wrapper .other-links {
      line-height: 24px;
      font-weight: 300;
      }
      @media (max-width: 991px) {
        .bumper-page-hero .a .a__content-wrapper .other-links {
          text-align: left; } }
  .bumper-page-hero .b {
    overflow: hidden; }
    .bumper-page-hero .b img {
      -o-object-fit: cover !important;
      object-fit: cover !important;
      -o-object-position: 25% 75% !important;
      object-position: 25% 75% !important; }
    @media (min-width: 992px) {
      .bumper-page-hero .b {
        width: 50% !important; }
        .bumper-page-hero .b img {
          height: 100% !important;
          max-height: 100% !important; } }
    @media (max-width: 991px) {
      .bumper-page-hero .b {
        padding: 0 !important;
        padding-top: 16px !important;
        width: 100% !important; }
        .bumper-page-hero .b img {
          max-height: 500px !important;
          width: 100% !important; } }

@media (min-width: 992px) {
  .hero-content {
    max-height: 600px; } }
	
@media (min-width:1280px) and (max-width:1399px){
  .bumper-page-hero .hero-content .a{
    padding:0 40px !important;
  }
}

.hero-content .cta-buttons .button-basic {
  color: white;
  background-color: #937559;
  border-color: #937559;
  border-width: 1px;
  font-weight: 200;
  font-size: 18px;
  border-radius: 0 !important;
  letter-spacing: 1px;
  width: 245px !important;
  max-width:unset !important;
  text-transform: uppercase;
  }
  @media (max-width: 767px) {
    .hero-content .cta-buttons .button-basic {
      font-size: 16px; } }
  @media (max-width: 479px) {
    .hero-content .cta-buttons .button-basic {
      width: 275px !important; } }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible {
    background-color: #4c3c30;
    border-color: #4c3c30; }

.faq {
  color: black; }
  .faq h2 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 80% !important;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: -0.84px;
    }
    @media (max-width: 991px) {
      .faq h2 {
        font-size: 32px;
        line-height: 1.25; } }
  .faq h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 33.6px;
    font-weight: 250;
    }
    @media (max-width: 991px) {
      .faq h3 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .faq .accordions {
    gap: 16px; }
  .faq details summary,
  .faq details .answer {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    }
  .faq details .answer {
    font-weight:300 !important;
    color: #666666; }
    .faq details .answer ul {
      list-style-type: none;
      line-height: 24px; }
      .faq details .answer ul li {
        position: relative; }
        .faq details .answer ul li::before {
          content: "";
          width: 4px;
          height: 4px;
          background: #666666;
          position: absolute;
          left: -14px;
          top: 10px; }

.footnotes {
  color: #666666;
  margin-top: 30px;
  margin-bottom: 80px;
  line-height: 20px;
  font-weight: 400;
  }
  .footnotes strong {
    font-weight: 600; }
@media (max-width: 991px) {
    .bumper-page-hero .hero-content .a {
        padding-bottom:48px;
        padding-top:48px;
    }
}
@media (max-width: 991px) {
.bumper-page-hero .hero-content .a {
  place-items:flex-start;
  }
}
p.acumin {
  max-width:80%;
}
@media (max-width: 1024px){
  p.acumin {
    max-width: unset;
  }
}