/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/cards.entry.scss ***!
  \***************************************************************************************************************************/
@font-face {
  font-family: "RedHatDisplay";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(../../.././dist/css/build/font/RedHatDisplay-VariableFont_wght.ttf) format("truetype-variations");
}
.cards {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-block: 35px;
}
@media only screen and (min-width: 1200px) {
  .cards {
    padding-block: 60px;
  }
}
.cards--producers .cards__card {
  padding-top: 23px;
}
@media only screen and (min-width: 1200px) {
  .cards--producers .cards__card {
    padding-top: 34px;
  }
}
.cards--producers .cards__image-wrapper {
  padding: 0;
  background-color: transparent;
  margin-inline: auto;
}
.cards--producers .cards__card-image {
  max-width: 100px;
  object-fit: contain;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .cards--producers .cards__card-image {
    max-width: 118px;
  }
}
.cards--seed-varieties .cards__card {
  position: relative;
  padding: 14px 15px;
}
.cards--seed-varieties .cards__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 152px;
  border-radius: 5px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .cards--seed-varieties .cards__image-wrapper {
    border-radius: 10px;
    height: 220px;
  }
}
.cards--seed-varieties .cards__card-image {
  width: 100%;
  height: 152px;
  object-fit: cover;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .cards--seed-varieties .cards__card-image {
    border-radius: 10px;
    height: 220px;
  }
}
.cards--seed-varieties .cards__card-name {
  margin-top: auto;
  color: #ffffff;
}
.cards__container {
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .cards__container {
    max-width: 1518px;
    padding-inline: 24px;
  }
}
.cards__heading {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .cards__heading {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
.cards__subheading {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .cards__subheading {
    font-size: 18px;
    margin-bottom: 45px;
    max-width: 970px;
  }
}
.cards__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .cards__wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .cards__wrapper {
    gap: 30px;
  }
}
.cards__card, .cards__last-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 13px 15px 12px;
  height: 152px;
}
@media only screen and (min-width: 1200px) {
  .cards__card, .cards__last-card {
    padding: 20px 20px 24px 20px;
    height: 220px;
    border-radius: 10px;
  }
}
.cards__card:hover, .cards__last-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.cards__last-card:hover {
  background-color: #2675cc;
  border-color: #2675cc;
}
.cards__image-wrapper {
  display: grid;
  place-items: center;
  width: max-content;
}
.cards__image {
  width: 32px;
  height: 32px;
}
.cards__card-name {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .cards__card-name {
    font-size: 18px;
  }
}
.cards__last-card {
  border: none;
  background-color: #4c9bf2;
  padding: 17px 13px;
}
@media only screen and (min-width: 1200px) {
  .cards__last-card {
    padding: 18px;
  }
}
.cards__last-card-text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .cards__last-card-text {
    font-size: 22px;
  }
}
.cards__last-card-arrow {
  position: absolute;
  display: grid;
  place-items: center;
  right: 8px;
  bottom: 8px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 100%;
  height: 34px;
  width: 34px;
}

/*# sourceMappingURL=cards.min.60154ac09d7e3a6ce17b.css.map*/