/*
 * 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-image {
  margin-right: auto;
  margin-left: auto;
  /* Quick fix */
}
.pd-image__figure {
  margin: 0;
  text-align: center;
}
.pd-image__image {
  display: block;
  width: 100%;
  height: auto;
}
.pd-image picture {
  pointer-events: none;
}
.pd-image a {
  display: block;
}

/* stylelint-disable selector-max-id */
#logo-live {
  max-width: 350px;
  margin-top: 3rem;
}
@media (min-width: 1025px) {
  #logo-live {
    margin-top: 1rem;
  }
}

#logo-premium {
  max-width: 850px;
  margin: 6rem 1rem 0;
  padding: 1.2rem;
}
@media (min-width: 1025px) {
  #logo-premium {
    margin: 6rem auto auto;
  }
}

#logo-premium-small {
  max-width: 225px;
  margin-top: 4rem;
}

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