/*
 * Colors: Base
\* -------------------------------------------------------------------------- */
/*
 * Colors: System color
\* -------------------------------------------------------------------------- */
/*
 * Colors: Overrides
\* -------------------------------------------------------------------------- */
/*
 * Colors: ADN-club
\* -------------------------------------------------------------------------- */
/** System monospace */
/**
 * Returns a rem value from a number of pixels.
 * Its uses 16px as root font-size
 */
/* -- Not on redesign -- */
/* 1025 is used instead of 1024 because touch devices design is not specified */
/* Scrollbars customization */
/**
 * Returns an url encoded SVG with the given color
 * @param {String} $icon - SVG code
 * @param {String} $color - Final color
 * @return {String} URL encoded svg
 */
/* stylelint-disable function-parentheses-newline-inside */
/* stylelint-enable function-parentheses-newline-inside */
/*
 * https://allyjs.io/tutorials/hiding-elements.html#2017-edition-of-visuallyhidden
 */
/* Mixin to use if touch devices design is specified */
/** Vertical scrollbar with custom color & size
*     @include ad-scrollbars(color, size);
*/
/** Horizontal scrollbar with custom color & size
*     @include ad-scrollbars();
*     @include ad-scrollbars-horizontal(color, size);
*/
.pd-heading {
  text-align: center;
}
.pd-heading__title, .pd-heading__subtitle {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .pd-heading__title, .pd-heading__subtitle {
    margin-top: 1.5rem;
  }
}
.pd-heading > :first-child {
  margin-top: 0;
}
.pd-heading__subtitle {
  font-family: "AdFont", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  display: block;
  width: 75%;
  margin: 1rem auto auto;
}
@media (min-width: 1025px) {
  .pd-heading__subtitle {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.pd-heading .title-small {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.27;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
.pd-heading .title-medium {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .pd-heading .title-medium {
    font-size: 2rem;
    line-height: 1.12;
  }
}
.pd-heading .title-big {
  font-family: "AdFont", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .pd-heading .title-big {
    font-size: 2.5rem;
    line-height: 1;
  }
}
.pd-heading .title-extrabig {
  color: rgb(0, 0, 0);
  font-family: "AdFont", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pd-heading .title-extrabig {
    font-size: 5rem;
  }
}
@media (min-width: 1280px) {
  .pd-heading .title-extrabig {
    font-size: 10.625rem;
  }
}

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