@font-face {
  font-family: 'Acid Grotesk TRIAL';
  src: url("../../../../fonts/AcidGrotesk-Regular-TRIAL.woff2") format("woff2"), url("../../../../fonts/AcidGrotesk-Regular-TRIAL.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../../../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'GT America';
  src: url("../../../../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../../../../fonts/GTAmerica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Mobile H1 */
/* Mobile H3 */
/* Mobile H2 */
/* Card */
/* Custom select */
@media (min-width: 769px) {
  html {
    font-size: 1rem; } }

.label-with-text-and-icon {
  margin-right: 50px; }
  .label-with-text-and-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    pointer-events: none; }
  .label-with-text-and-icon .icon {
    height: 1.333rem;
    width: 1.333rem;
    margin-right: 1rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
    .label-with-text-and-icon .icon::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
  .label-with-text-and-icon .label-text {
    font-family: "Acid Grotesk TRIAL";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 0.777rem;
    line-height: 0.777rem;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0; }
