:root {
  --button-color: #182D4D; }

:root {
  --font-site: Klavika-Regular;
  --bullet-number-font: Klavika-Bold;
  --brand-neutral: #0C2340;
  --bullet-number-color: #182D4D;
  --fingerprint-color: #182D4D; }

.uch-list-bullet__text-wrapper {
  font-family: var(--font-site);
  color: var(--brand-neutral); }
  .uch-list-bullet__text-wrapper h1 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h2 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h3 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h4 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h5 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }
  .uch-list-bullet__text-wrapper h6 {
    font-family: var(--font-site) !important;
    color: var(--brand-neutral) !important; }

.uch-list-bullet__number-wrapper {
  font-family: var(--bullet-number-font);
  color: var(--bullet-number-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: normal; }

.uch-list-bullet__title {
  font-family: var(--bullet-number-font);
  color: var(--brand-neutral);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; }

.uch-list-bullet__text {
  font-family: var(--font-site);
  color: var(--brand-neutral);
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left; }

.uch-list-bullet svg path {
  fill: var(--fingerprint-color); }

.uch-list-bullet__enum-wrapper {
  margin-top: 7px;
  font-family: var(--font-adv);
  color: var(--adv-color); }

.uch-list-bullet__small-wrapper {
  background: var(--adv-color); }

.uch-list-bullet__logo-wrapper {
  display: inline-table;
  height: 20px;
  width: 20px; }

.uch-list-bullet__pretext-wrapper {
  margin-bottom: 28px; }

/*# sourceMappingURL=articleListBulleted.css.map*/