.project-hero-block {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 6.4rem 0 0 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  background-color: #FFFDF4;
  border-bottom: 1px solid #D7D4C1;
}
@media (min-width: 769px) {
  .project-hero-block {
    padding: 3.6rem 0 0 0;
    grid-template-columns: 1fr 124rem 1fr;
  }
}
.project-hero-block .project-hero-container {
  position: relative;
  width: 90%;
  margin-inline: auto;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-hero-block .project-hero-container .project-hero-top {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 6.7rem 0 0 0;
  min-height: 33.4rem;
  position: relative;
}
.project-hero-block .project-hero-container .project-hero-top::before, .project-hero-block .project-hero-container .project-hero-top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 10;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-top::before, .project-hero-block .project-hero-container .project-hero-top::after {
    display: none;
  }
}
.project-hero-block .project-hero-container .project-hero-top::before {
  top: 6.7rem;
}
.project-hero-block .project-hero-container .project-hero-top::after {
  top: 15rem;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-top {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    height: auto;
    flex-direction: row;
    padding: 8rem 0 5rem 0;
    flex: 0 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.project-hero-block .project-hero-container .project-hero-top .project-hero-title {
  font-size: 3.5rem;
  margin: 0;
  position: relative;
  inset-inline-start: 0;
  width: 100%;
  max-width: 33.5rem;
  margin-top: 5rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-top .project-hero-title {
    position: static;
    font-size: 5.5rem;
    max-width: 68.4rem;
    padding-inline-end: 6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.project-hero-block .project-hero-container .project-hero-top .project-hero-text {
  font-size: 1.6rem;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  max-width: 33.5rem;
  margin-bottom: 6rem;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-top .project-hero-text {
    position: relative;
    top: 1rem;
    padding: 0;
    max-width: 48.2rem;
    font-size: 2.2rem;
    text-align: start;
    max-width: 48.2rem;
  }
  .project-hero-block .project-hero-container .project-hero-top .project-hero-text ul, .project-hero-block .project-hero-container .project-hero-top .project-hero-text ol {
    margin: 2rem 0;
  }
}
.project-hero-block .project-hero-container .project-hero-image-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper::before, .project-hero-block .project-hero-container .project-hero-image-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  z-index: 10;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper::before {
  top: 0;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper::after {
  bottom: 0;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-image-wrapper {
    overflow: visible;
  }
  .project-hero-block .project-hero-container .project-hero-image-wrapper::before, .project-hero-block .project-hero-container .project-hero-image-wrapper::after {
    background-color: #D7D4C1;
  }
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::before, .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -100vh;
  width: 1px;
  background-color: rgba(243, 240, 225, 0.3019607843);
  z-index: 10;
  pointer-events: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::before, .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::after {
    background-color: #FFFDF4;
  }
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::before {
  inset-inline-start: 0;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image::after {
  inset-inline-end: 0;
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image img {
  width: 100%;
  height: 26rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image img {
    height: 54rem;
  }
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image-mobile {
  display: block;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image-mobile {
    display: none;
  }
}
.project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image-desktop {
  display: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-image-wrapper .project-hero-image-desktop {
    display: block;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom {
  width: 100%;
  margin: 0 auto;
  position: relative;
  flex: 0 0 8.3rem;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom {
    width: 100%;
    flex: 0 0 18.2rem;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes {
  position: absolute;
  top: 0;
  inset-inline: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .shapes-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .shapes-image-mobile {
  display: block;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .shapes-image-mobile {
    display: none;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .shapes-image-desktop {
  display: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .shapes-image-desktop {
    display: block;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square {
  position: absolute;
  border: 1px solid rgba(243, 240, 225, 0.3019607843);
  bottom: 0;
  height: 100%;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square {
    border-color: #FFFDF4;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(1) {
  inset-inline-start: 0;
  width: 8rem;
  border-top-right-radius: 100%;
  border-bottom: none;
  border-left: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(1) {
    width: 15%;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(2) {
  inset-inline-end: 8rem;
  width: 8rem;
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(2) {
    right: 15%;
    width: 15%;
  }
}
.project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(3) {
  inset-inline-end: 0;
  width: 8rem;
  border-top-left-radius: 55%;
  border-bottom: none;
  border-right: none;
}
@media (min-width: 769px) {
  .project-hero-block .project-hero-container .project-hero-bottom .project-hero-shapes .square:nth-child(3) {
    width: 15%;
  }
}
