:root {
  --h2-font-family: MaxSans-Regular, Helvetica;
  --h2-font-weight: 700;
  --h2-font-size: 48px;
  --h2-letter-spacing: 0px;
  --h2-line-height: .9;
  --h2-font-style: normal;
  --body-font-family: MaxSans-Regular, Helvetica;
  --body-font-weight: 400;
  --body-font-size: 18px;
  --body-letter-spacing: 0px;
  --body-line-height: 150%;
  --body-font-style: normal;
  --h3-font-family: MaxSans-Regular, Helvetica;
  --h3-font-weight: 700;
  --h3-font-size: 31px;
  --h3-letter-spacing: 0px;
  --h3-line-height: 120.00000476837158%;
  --h3-font-style: normal;
  --navigation-font-family: MaxSans-Regular, Helvetica;
  --navigation-font-weight: 700;
  --navigation-font-size: 20px;
  --navigation-letter-spacing: 0px;
  --navigation-line-height: 100%;
  --navigation-font-style: normal;
  --h1-font-family: MaxSans-Regular, Helvetica;
  --h1-font-weight: 700;
  --h1-font-size: 62px;
  --h1-letter-spacing: 0px;
  --h1-line-height: 120.00000476837158%;
  --h1-font-style: normal;
  --card-title-font-family: MaxSans-Regular, Helvetica;
  --card-title-font-weight: 700;
  --card-title-font-size: 20px;
  --card-title-letter-spacing: 0px;
  --card-title-line-height: 120.00000476837158%;
  --card-title-font-style: normal;
  --h4-font-family: MaxSans-Regular, Helvetica;
  --h4-font-weight: 700;
  --h4-font-size: 23px;
  --h4-letter-spacing: 0px;
  --h4-line-height: 120.00000476837158%;
  --h4-font-style: normal;
  --text-small-normal-font-family: Roboto, Helvetica;
  --text-small-normal-font-weight: 400;
  --text-small-normal-font-size: 14px;
  --text-small-normal-letter-spacing: 0px;
  --text-small-normal-line-height: 150%;
  --text-small-normal-font-style: normal;
  --text-small-link-font-family: Roboto, Helvetica;
  --text-small-link-font-weight: 400;
  --text-small-link-font-size: 14px;
  --text-small-link-letter-spacing: 0px;
  --text-small-link-line-height: 150%;
  --text-small-link-font-style: normal;
  --card-default: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --variable-collection-HBO-1: rgba(24, 25, 25, 1);
  --variable-collection-HBO-2: rgba(55, 55, 55, 1);
  --variable-collection-color: var(--variable-collection-HBO-2);
  --variable-collection-white: rgba(255, 255, 255, 1);
  --variable-collection-max-light-blue: rgba(4, 219, 238, 1);
  --primitive-color-neutral-neutral-lighter: rgba(204, 204, 204, 1);
}

.dealer-dollars-hero ul,
.dealer-dollars-hero li {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--variable-collection-white);
  list-style-type: disc;
  margin-left: 1.5em; /* ensures bullets are visible */
  margin-top: 0;
}

.dealer-dollars-hero strong,
.dealer-dollars-hero b {
  font-weight: 700 !important;
  font-family: MaxSans-Bold, MaxSans-Regular, Helvetica, Arial, sans-serif !important;
}

.dealer-dollars-hero .section-header p {
  margin-bottom: 0;        /* remove extra space below paragraph */
}

.dealer-dollars-hero .section-header ul {
  margin-top: 0;            /* remove space above list */
  padding-top: 0;
}

.dealer-dollars-hero .section-header li {
  margin-top: 0;
  padding-top: 0;
}

.dealer-dollars-hero p {
  margin-bottom: 0; /* keep no extra space before a following list */
}

.dealer-dollars-hero ul {
  margin-top: 0;           /* remove space above list */
  margin-bottom: 1em;      /* add space after list for next paragraph */
  padding-top: 0;
}