/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-project-features/block-project-features.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.errorPage {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .errorPage__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .errorPage__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .errorPage__text {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .errorPage__text p {
      margin: 0 0 48px; }
    .errorPage__text h1 {
      margin: 0 0 48px; }
    .errorPage__text .btn.show {
      animation: fadeInUp 0.3s forwards; }

.projectFeatures {
  padding: 96px 0;
  background: #f3f0ec; }
  .projectFeatures__wrapper {
    max-width: 1305px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      .projectFeatures__wrapper {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      .projectFeatures__wrapper {
        padding: 0 20px; } }
    .projectFeatures__wrapper > p {
      margin: 0 0 48px;
      opacity: 0; }
    .projectFeatures__wrapper h2 {
      margin: 0 0 64px;
      opacity: 0; }
    .projectFeatures__wrapper.show > p {
      animation: fadeInUp 0.7s forwards; }
    .projectFeatures__wrapper.show h2 {
      animation: fadeInUp 0.7s forwards 0.3s; }
    .projectFeatures__wrapper-items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 173px;
      grid-row-gap: 65px; }
      @media screen and (max-width: 1440px) {
        .projectFeatures__wrapper-items {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 80px; } }
      @media screen and (max-width: 991px) {
        .projectFeatures__wrapper-items {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 768px) {
        .projectFeatures__wrapper-items {
          grid-template-columns: repeat(1, 1fr); } }
      .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item {
        animation: enterRight 0.3s forwards; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(1) {
          animation-delay: 0.4s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(2) {
          animation-delay: 0.5s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(3) {
          animation-delay: 0.6s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(4) {
          animation-delay: 0.7s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(5) {
          animation-delay: 0.8s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(6) {
          animation-delay: 0.9s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(7) {
          animation-delay: 1s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(8) {
          animation-delay: 1.1s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(9) {
          animation-delay: 1.2s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(10) {
          animation-delay: 1.3s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(11) {
          animation-delay: 1.4s; }
        .projectFeatures__wrapper-items.show .projectFeatures__wrapper-items--item:nth-child(12) {
          animation-delay: 1.5s; }
      .projectFeatures__wrapper-items--item {
        display: flex;
        align-items: center;
        opacity: 0; }
        .projectFeatures__wrapper-items--item img {
          width: 24px;
          height: 24px;
          margin: 0 16px 0 0; }

