@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&family=Lexend+Deca:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --replace-offset: 50%;
  --replace-offset-2: calc((100% - var(--replace-offset) ) * -1) ;
}

.lw-active-grants {
  max-width: 1319px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media all and (max-width: 1160px) {
  .lw-active-grants {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 1024px) {
  .lw-active-grants {
    gap: 20px;
  }
}
@media all and (max-width: 950px) {
  .lw-active-grants {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 520px) {
  .lw-active-grants {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lw-active-grants__cards {
  background: #fff;
  padding: 50px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 20px;
  font-family: "Gabarito", sans-serif;
  position: relative;
  overflow: hidden;
}
.lw-active-grants__cards a.related-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lw-active-grants__cards:after {
  content: "";
  clip-path: polygon(0 0, 100% 58%, 100% 100%, 0% 100%);
  background: #FAAC1E url("../images/big-arrow.svg") no-repeat left center;
  position: absolute;
  bottom: -73px;
  left: 0;
  width: 100%;
  height: 73px;
  z-index: 1;
  transition: top 0.3s ease-in-out;
  background-position-x: 25px;
  background-position-y: 20px;
  transition: bottom 0.2s ease-in-out;
}
.lw-active-grants__cards:hover:after {
  bottom: 0;
}
.lw-active-grants__cards:hover .link-btn img {
  opacity: 0;
}
.lw-active-grants__cards .content {
  display: flex;
  flex-flow: column;
  gap: 28px;
}
.lw-active-grants__cards .content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.lw-active-grants__cards .content h3 a {
  color: #000;
  text-decoration: none;
}
@media all and (max-width: 667px) {
  .lw-active-grants__cards .content h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.lw-active-grants__cards .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #000;
}
@media all and (max-width: 667px) {
  .lw-active-grants__cards .content p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.lw-active-grants__cards .link-btn {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  text-decoration: none;
}
.lw-active-grants__cards .link-btn img {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
@media all and (max-width: 667px) {
  .lw-active-grants__cards .link-btn {
    font-size: 18px;
    line-height: 1.4;
  }
}

/*# sourceMappingURL=style.min.css.map */
