:root {
  --spacer-lg: 5rem;
  --spacer: 3rem;
  --spacer-md: 3rem;
  --spacer-sm: 2rem;
  --spacer-sm-md: 2rem;
}

@media (min-width: 782px) {
  :root {
    --spacer-lg: 6.5rem;
    --spacer: 4rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --spacer-lg: 8rem;
    --spacer: 6rem;
    --spacer-sm-md: 3rem;
  }
}
.latest-document + .latest-document {
  margin-top: 3rem;
}
.latest-document + .tab-group {
  margin-top: 5rem !important;
}
.latest-document a {
  display: block;
}
.latest-document a svg {
  width: 45px;
  height: 45px;
}
.latest-document a .circle {
  transition: fill 0.18s ease-in-out 0.15s;
}
.latest-document a .cover-wrap {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.latest-document a .cover {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 11/6;
  transition: transform 0.5s ease-in-out;
}
.latest-document a:hover, .latest-document a:active, .latest-document a:focus {
  text-decoration: none;
}
.latest-document a:hover .cover-wrap:after, .latest-document a:active .cover-wrap:after, .latest-document a:focus .cover-wrap:after {
  opacity: 0.75;
}
.latest-document a:hover .cover, .latest-document a:active .cover, .latest-document a:focus .cover {
  transform: scale(1.075);
}
.latest-document a:hover .circle, .latest-document a:active .circle, .latest-document a:focus .circle {
  fill: #a57c08;
}
.latest-document h3 {
  font-family: "Poppins", sans-serif;
  font-size: var(--wp--preset--font-size--r-2-2);
  color: #2b70a7;
  margin: 0 !important;
}
.latest-document .meta {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #a4a3a2;
  margin: 0 0 0.6ch 0;
}
.latest-document.title-bottom a .cover-wrap {
  position: relative;
}
.latest-document.title-bottom a svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.latest-document.title-cover a {
  position: relative;
}
.latest-document.title-cover a .cover-wrap {
  margin: 0;
}
.latest-document.title-cover a .cover-wrap:after {
  content: "";
  display: block;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.18s ease-in-out 0.05s;
}
.latest-document.title-cover a .title {
  padding: 0 10px 15px 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.latest-document.title-cover a .title svg {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.latest-document.title-cover a .title h3 {
  color: #fff;
}
.latest-document.title-cover a .title .meta {
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 1200px) {
  .latest-document a svg {
    width: 60px;
    height: 60px;
  }
  .latest-document.title-cover a .title {
    padding-left: 90px;
  }
}
@media (min-width: 1450px) {
  .latest-document a svg {
    width: 80px;
    height: 80px;
  }
  .latest-document.title-bottom a svg {
    bottom: 20px;
    left: 20px;
  }
  .latest-document.title-cover a .title {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 106px;
    padding-left: 130px;
  }
  .latest-document.title-cover a .title .meta {
    width: 100%;
  }
  .latest-document.title-cover a .title h3 {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .latest-document.title-cover a .title svg {
    bottom: 25px;
    left: 25px;
  }
}/*# sourceMappingURL=block-latest-document.css.map */