/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.main-nav .logo .partner-link {
  height: 32px !important; }
  @media (max-width: 479px) {
    .main-nav .logo .partner-link {
      height: 20px !important; } }

.one-sign-in {
  background-color: #87189d;
  color: white; }

.hero-content {
  background-color: #f1e4f4;
  border-bottom: 2px solid #e6e6e6; }

.hero-content .cta-buttons .button-basic {
  background-color: #87189d;
  color: white; }
  .hero-content .cta-buttons .button-basic:hover, .hero-content .cta-buttons .button-basic:active, .hero-content .cta-buttons .button-basic:focus, .hero-content .cta-buttons .button-basic:focus-visible {
    background-color: #590776; }

.hero-content .cta-buttons .button-outlined {
  background-color: transparent;
  border-color: #87189d;
  color: #87189d !important; }
  .hero-content .cta-buttons .button-outlined:hover, .hero-content .cta-buttons .button-outlined:active, .hero-content .cta-buttons .button-outlined:focus {
    background-color: #f5d3fa; }

.hero-content .a__content-wrapper {
  color: #262626; }
  
  main-nav .main-nav__content-grid .login-area,#login-button {
   color: #3b3d49!important;
}

.faq{
color: #3b3d49 !important;
}

.faq h3 {
    font-weight: 500; }
	
details[open] {
    border: 1px solid #a0a8b7 !important;
}