.u-text-xl {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.u-text-lg {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-text-lg p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}
.u-text-lg p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.u-text-lg p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-md {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .u-text-md {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
.u-text-md p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}
.u-text-md p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.u-text-md p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-sm {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-text-sm p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}
.u-text-sm p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.u-text-sm p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-xs {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-text-xs p {
  padding: 0px 0px 0px 0px;
  padding: 0 0 0 0;
}
.u-text-xs p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.u-text-xs p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.u-text-width-md {
  max-width: 745px;
}

.u-text-width-sm {
  max-width: 445px;
}

.no-results-message {
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  margin: 48px 0px 96px 0px;
  margin: 3rem 0 6rem 0;
  padding: 24px;
  padding: 1.5rem;
  border-radius: 5px;
  background-color: #F7E1C8;
  color: #1A1A1A;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-bold {
  font-weight: 700;
}

.u-text-lead {
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .u-text-lead {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
