/*! purgecss start ignore */
/*! purgecss end ignore */
.view-frontpage {
  position: relative;
}
.view-frontpage .view-title {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .view-frontpage .view-title {
    margin-bottom: 3.75rem;
  }
}
.view-frontpage .row {
  --bs-gutter-x: 1.5rem;
  position: relative;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .view-frontpage .row {
    --bs-gutter-x: 5rem;
    width: 90%;
  }
}
.view-frontpage .row:before {
  content: "";
  position: absolute;
  top: var(--bs-gutter-y);
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(75% - var(--bs-gutter-y));
  margin-top: auto;
  margin-right: -50vw;
  margin-bottom: auto;
  margin-left: -50vw;
  background-color: #ffd012;
  background-image: url("/themes/custom/base/src/assets/images/front-page-view-pattern.png");
}

/*# sourceMappingURL=view-frontpage.css.map*/