/** CSS Easing functions */ /* Bulma Utilities */
.wp-block-starter-documents-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-documents-grid {
    height: 100%;
  }
}
.wp-block-starter-documents-grid article {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 56px 6.25% 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 600px) {
  .wp-block-starter-documents-grid article {
    width: 50%;
    padding: 56px 24px 22px 34px;
  }
}
@media only screen and (min-width: 900px) {
  .wp-block-starter-documents-grid article {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-documents-grid article {
    width: 50%;
  }
}
@media only screen and (min-width: 1340px) {
  .wp-block-starter-documents-grid article {
    width: 33.333%;
  }
}
.wp-block-starter-documents-grid article .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
}
.wp-block-starter-documents-grid article .thumbnail::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 26, 30, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.wp-block-starter-documents-grid article .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-starter-documents-grid article .title {
  border-left: 4px solid var(--wp--preset--color--white);
  padding-left: clamp(0.9375rem, 0.3571rem + 2.381vw, 1.25rem);
  max-width: 93.75%;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--size-5);
  font-weight: bold;
  color: var(--wp--preset--color--white);
  position: relative;
  z-index: 1;
  text-wrap: balance;
}
@media only screen and (min-width: 600px) {
  .wp-block-starter-documents-grid article .title {
    padding-left: clamp(0.9375rem, 0.3125rem + 1.6667vw, 1.25rem);
  }
}
@media only screen and (min-width: 900px) {
  .wp-block-starter-documents-grid article .title {
    padding-left: clamp(0.9375rem, 0.1974rem + 1.3158vw, 1.25rem);
  }
}
.wp-block-starter-documents-grid article .hover {
  opacity: 0;
  position: relative;
  padding-left: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.wp-block-starter-documents-grid article .hover .excerpt {
  font-weight: 300;
  line-height: 1.2;
  padding-right: 10px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.wp-block-starter-documents-grid article .hover .dl-button {
  margin: auto 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  gap: 15px;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-starter-documents-grid article .hover .dl-button .icon {
  width: 48px;
  height: auto;
}
.wp-block-starter-documents-grid article:hover .thumbnail::before {
  opacity: 1;
}
.wp-block-starter-documents-grid article:hover .hover {
  opacity: 1;
}
@media only screen and (min-width: 1340px) {
  .wp-block-starter-documents-grid[data-count="3"] article {
    height: 60vh;
    margin: auto;
  }
}
@media only screen and (min-width: 900px) {
  .wp-block-starter-documents-grid[data-count="2"] {
    padding-left: 6.25%;
  }
  .wp-block-starter-documents-grid[data-count="2"] article {
    margin-right: clamp(1.875rem, 0.414rem + 5.9937vw, 4.25rem);
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-starter-documents-grid[data-count="2"] {
    padding-left: 0;
  }
  .wp-block-starter-documents-grid[data-count="2"] article {
    width: 50%;
    height: 60vh;
    margin: auto;
  }
}
@media only screen and (min-width: 1340px) {
  .wp-block-starter-documents-grid[data-count="2"] {
    padding-left: 6.25%;
  }
  .wp-block-starter-documents-grid[data-count="2"] article {
    width: 40%;
    margin: auto clamp(1.875rem, -3.0282rem + 6.129vw, 4.25rem) auto 0;
  }
}

.block-editor-block-list__block.wp-block-starter-documents-grid {
  display: block;
}
.block-editor-block-list__block.wp-block-starter-documents-grid > div {
  height: 100%;
}
