
    /*
    // ----- variables -----
    // primaryColor: #307fe2;
    // secondaryColor: #00239c;
    // tertiaryColor: #00a9ce;
    // buttonColor: #e4002b;
    // buttonTextColor: #ffffff;
    // buttonBorderRadius: 0;
    // ----- variables -----
    */


    /*body a {
      color: #307fe2;
    }*/

    body .button {
      color: #ffffff;
      background: #e4002b;
      border-radius: 0;
    }

    body .button--outline {
      background: transparent;
      border-color: #307fe2;
      color: #307fe2;
    }

    body .button--outline-secondary {
      background: transparent;
      border-color: #ffffff;
    }

    body .button--outline-tertiary {
      background: transparent;
      border: 1px solid #AAAAAA;
      color: #AAAAAA;
    }

    body .nav__item {
      color: #307fe2;
    }

    body .nav__item--last {
      color: #e4002b;
    }

    body .card__header--blue {
      color: #00239c;
    }

    body .banner--main {
      background: #307fe2;
    }

    body .partner {
      background: #307fe2;
    }

    body .card__content--blue {
      background: #307fe2;
    }

    body .offer-table__checkmark::before {
      background: #307fe2;
    }

    body .offer-table__offer {
      color: #307fe2;
    }

    body .card__content--blue-dark {
      background: #00239c;
    }

    body .funnel__step--active .funnel__icon-container {
      background: #307fe2;
      border-color: #307fe2;
    }

    body .funnel__divider--activated {
      background: #307fe2;
    }

    body .card-secondary__header-container {
      background: #307fe2;
    }

    body .card-secondary__recommended {
      background: #00239c;
    }

    body .footer {
      background-color: #00239c;
    }

    body .footer__wrapper {
      background: #00a9ce;
    }

    