/*
 * 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);
*/
.press-page__back-link {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.press-page__press-releases, .press-page__results {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.press-page__empty {
  text-align: center;
}

.press-page-section + .press-page-section {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .press-page-section + .press-page-section {
    margin-top: 4rem;
  }
}
.press-page-section:last-child {
  margin-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .press-page-section:last-child {
    margin-bottom: 12.5rem;
  }
}
.press-page-section__title {
  font-family: "AdFont", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.09;
  color: rgb(0, 0, 0);
  margin-bottom: 1rem;
}
@media (min-width: 1025px) {
  .press-page-section__title {
    font-size: 2rem;
    line-height: 1.12;
  }
}
@media (min-width: 1025px) {
  .press-page-section__title {
    margin-bottom: 2rem;
  }
}
.press-page-section--contact {
  padding-top: 3rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .press-page-section--contact {
    padding-bottom: 6.25rem;
  }
}

.press-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  padding: 0;
  list-style: none;
}
@media (min-width: 480px) {
  .press-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .press-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.press-grid__item {
  margin-bottom: 0.75rem;
}
@media (min-width: 480px) {
  .press-grid__item {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .press-grid__item {
    margin-bottom: 2.5rem;
  }
}

.press-card__image-wrapper {
  position: relative;
  display: block;
}
.press-card__view-all {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  color: rgb(0, 0, 0);
  transform: translate(-50%, -50%);
}
.press-card__pic {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.press-card__pic::before {
  display: block;
  width: 0;
  padding-bottom: 66.66%;
  content: "";
}
.press-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.press-card__date {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
}
.press-card__title {
  font-family: "AdFont", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.37;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin: 0;
}

.press-releases {
  padding: 0;
  list-style: none;
}
.press-releases__item + .press-releases__item {
  border-top: 1px solid rgb(224, 224, 224);
}
.press-releases__link {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0 0.5rem;
}
@media (min-width: 768px) {
  .press-releases__link {
    flex-direction: row;
    padding: 0.5rem 0 0.3125rem;
  }
}
.press-releases__date {
  min-width: 5.3125rem;
  margin-right: 1rem;
  font-weight: 600;
}
.press-releases__title {
  display: inline-flex;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.press-releases__title::after {
  flex-shrink: 0;
  width: 1.875rem;
  margin-left: auto;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22"><g fill="none" fill-rule="evenodd"><path fill="rgb(0, 0, 0)" d="M10.856 12.564L7 8.707 7.707 8l3.149 3.15L14.005 8l.707.707z"/><path d="M0 0h22v22H0z"/><path stroke="rgb(0, 0, 0)" stroke-linecap="square" d="M7.5 14.5h7"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 1.375rem;
  content: "";
}

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