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

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

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

.one-sign-in {
  background-color: #222222;
  color: white; }

.hero-content {
  background-color: #f5f5f5; }

.hero-content .cta-buttons .button-basic {
  background-color: #222222;
  color: white; }
#login-button{
background-color: #fbc600 !important;
    color: #3b3d49 !important;}
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus-visible,
  #login-button:hover,
  #login-button:active,
  #login-button:focus-visible {
    background-color: #121212; }

.hero-content .cta-buttons .button-outlined {
  border-color: #222222;
  color: #222222; }
  .hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222; }

.hero-content .a__content-wrapper {
  color: #222222; }

.faq .flex dd ul,
      .faq .flex dd ol {
        padding-left: 24px;
        margin-bottom: 8px;
        line-height: 24px; }

.footnotes a {
    color: #3f647c;
    font-weight: 500;
    }
	
/* added 60,61 st line for padding issue in faq heading & subheading */
.faq .text-24 {
    font-weight: 500;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.faq {
      color: #3b3d49;
   }