/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/blocks/press.scss ***!
  \*************************************************************************************************************************************************************************************************/
.press {
  --row-height: 16rem;
}
.press__controls-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 70rem;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 30rem) {
  .press__controls-container {
    margin-top: -3rem;
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 64rem) {
  .press__controls-container {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 80rem) {
  .press__controls-container {
    padding: 1rem 3rem;
  }
}
.press__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 30rem) {
  .press__form {
    flex-direction: row;
  }
}
.press__search-container {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 30rem) {
  .press__search-container {
    width: 50%;
  }
}
.press__search-input {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 1rem;
  border: none;
  background: transparent;
  color: #000;
  flex-grow: 1;
  height: 1.875rem;
}
@media screen and (min-width: 48rem) {
  .press__search-input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.press__search-icon {
  height: 30px;
}
.press__content {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (min-width: 30rem) {
  .press__content {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .press__content {
    padding: 3rem 6rem;
  }
}
.press__publish-date-container {
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 30rem) {
  .press__publish-date-container {
    width: 50%;
  }
}
@media screen and (min-width: 48rem) {
  .press__publish-date-container {
    width: 35%;
  }
}
.press__date-lines-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 4rem;
  padding: 0 0.625rem;
  margin-bottom: -10px;
}
.press__date-line {
  background: var(--color-text-gray);
  width: 0.3125rem;
  height: 100%;
}
.press__date-line.active {
  background: var(--gradient-orangered);
}
.press__date-min-max {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.press__date-min-max-text {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
}
.press__date-range-container {
  display: grid;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  background: transparent;
}
.press__date-range-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: var(--color-text-gray);
}
.press__date-range-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  background: none;
  pointer-events: none;
}
.press__date-range-input::-webkit-slider-runnable-track, .press__date-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.press__date-range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
}
.press__date-range-input::-moz-range-track {
  background: none;
}
.press__date-range-input::-webkit-slider-thumb {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--color-text-gray);
  pointer-events: auto;
}
.press__date-range-input::-moz-range-thumb {
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--color-text-gray);
  pointer-events: auto;
}
.press__loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
.press__loader {
  display: block;
  font-size: 0;
  color: #333;
  position: relative;
  box-sizing: border-box;
  width: 120px;
  height: 96px;
}
.press__loader > div {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 12px;
  height: 96px;
  margin: 6px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  -webkit-animation-name: loader-animation;
          animation-name: loader-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.press__loader > div:nth-child(1) {
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s;
  -webkit-animation-delay: -0.23s;
          animation-delay: -0.23s;
}
.press__loader > div:nth-child(2) {
  -webkit-animation-duration: 0.62s;
          animation-duration: 0.62s;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.press__loader > div:nth-child(3) {
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s;
  -webkit-animation-delay: -0.44s;
          animation-delay: -0.44s;
}
.press__loader > div:nth-child(4) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: -0.31s;
          animation-delay: -0.31s;
}
.press__loader > div:nth-child(5) {
  -webkit-animation-duration: 0.74s;
          animation-duration: 0.74s;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
@-webkit-keyframes loader-animation {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.3);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes loader-animation {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.3);
  }
  100% {
    transform: scaleY(1);
  }
}
.press__content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 48rem) {
  .press__content-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* fr instead of % */
    grid-auto-flow: dense;
    grid-gap: 2rem;
    gap: 2rem;
    grid-auto-rows: minmax(-webkit-max-content, var(--row-height)) minmax(-webkit-max-content, calc(var(--row-height) * 2)) minmax(-webkit-max-content, calc(var(--row-height) * 2)) minmax(-webkit-max-content, calc(var(--row-height) * 2));
    grid-auto-rows: minmax(max-content, var(--row-height)) minmax(max-content, calc(var(--row-height) * 2)) minmax(max-content, calc(var(--row-height) * 2)) minmax(max-content, calc(var(--row-height) * 2));
  }
}
.press__button-pagination {
  display: none;
  margin: 2rem 0;
  cursor: pointer;
}
.press__pagination-container {
  display: flex;
  justify-content: center;
}
.press__none {
  grid-column: span 5;
  display: flex;
  justify-content: center;
}

.press-card {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
@media screen and (min-width: 30rem) {
  .press-card {
    flex-direction: row;
  }
}
@media screen and (min-width: 48rem) {
  .press-card {
    margin: 0;
  }
  .press-card:nth-child(7n+1) {
    grid-column: span 5;
  }
  .press-card:nth-child(7n+2), .press-card:nth-child(7n+3), .press-card:nth-child(7n+4), .press-card:nth-child(7n+5), .press-card:nth-child(7n+6), .press-card:nth-child(7n+7) {
    flex-direction: column;
  }
  .press-card:nth-child(7n+2) .press-card__image, .press-card:nth-child(7n+3) .press-card__image, .press-card:nth-child(7n+4) .press-card__image, .press-card:nth-child(7n+5) .press-card__image, .press-card:nth-child(7n+6) .press-card__image, .press-card:nth-child(7n+7) .press-card__image {
    min-height: 16rem;
  }
  .press-card:nth-child(7n+2) .press-card__content, .press-card:nth-child(7n+3) .press-card__content, .press-card:nth-child(7n+4) .press-card__content, .press-card:nth-child(7n+5) .press-card__content, .press-card:nth-child(7n+6) .press-card__content, .press-card:nth-child(7n+7) .press-card__content {
    padding: 2rem 0;
  }
  .press-card:nth-child(7n+2) {
    grid-column: 2/span 2;
  }
  .press-card:nth-child(7n+3) {
    grid-column: 4/span 2;
  }
  .press-card:nth-child(7n+4) {
    grid-column: 1/span 2;
  }
  .press-card:nth-child(7n+5) {
    grid-column: 3/span 2;
  }
  .press-card:nth-child(7n+6) {
    grid-column: 2/span 2;
  }
  .press-card:nth-child(7n+7) {
    grid-column: 4/span 2;
  }
}
.press-card__image {
  min-height: 50vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 30rem) {
  .press-card__image {
    min-width: 40%;
    min-height: 0;
  }
}
.press-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.press-card__content {
  flex-grow: 1;
  padding: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 30rem) {
  .press-card__content {
    padding: 2rem;
  }
}
.press-card__tag {
  display: inline-block;
  background-color: var(--color-red);
  color: #fff;
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.375rem 0.5rem;
  min-width: 6.25rem;
  margin-bottom: 1rem;
}
.press-card__title {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .press-card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.press-card__excerpt {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.press-card__link {
  text-transform: uppercase;
}
@media screen and (min-width: 0rem) and (max-width: 29.9375rem) {
  .press-card__link {
    box-shadow: none;
  }
}

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