#wb-hero-section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: auto !important;
  padding-bottom: 0;
  overflow: hidden;
  isolation: isolate;
}
#wb-hero-section .wb-hero-content {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#wb-hero-section .wb-hero-bottom {
  width: 100%;
  position: relative;
}
#wb-hero-section .wb-hero-bottom h1 {
  margin: 0;
  max-width: 830px;
  font-family: "Sedan", serif;
  font-weight: 500;
  color: #1F1F1F;
  line-height: 1.07;
  letter-spacing: -0.025em;
  margin-bottom: 25px;
}
#wb-hero-section .wb-hero-bottom p {
  margin: 0;
  max-width: 620px;
  font-weight: 400;
  color: #1F1F1F;
  opacity: 0.9;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.page {
  padding-bottom: 65px;
}

.projects-page .projects-list-section {
  position: relative;
  width: 100%;
}
.projects-page .projects-list-section .content {
  position: relative;
}
.projects-page .projects-list-section .content .text h2 {
  color: #1F1F1F;
  font-weight: 400;
  margin: 0;
}
.projects-page .projects-list-section .content .flex {
  display: flex;
  flex-direction: column;
}
.projects-page .projects-list-section .content .flex .project {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.projects-page .projects-list-section .content .flex .project .images {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.projects-page .projects-list-section .content .flex .project .images::-webkit-scrollbar {
  display: none;
}
.projects-page .projects-list-section .content .flex .project .images picture {
  display: block;
  flex-shrink: 0;
}
.projects-page .projects-list-section .content .flex .project .images img,
.projects-page .projects-list-section .content .flex .project .images video {
  display: block;
  width: auto;
  flex-shrink: 0;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-page .projects-list-section .content .flex .project h3 {
  color: #1F1F1F;
  font-weight: 400;
  margin-bottom: 6px;
}
.projects-page .projects-list-section .content .flex .project p {
  color: #1F1F1F;
  opacity: 0.8;
  margin: 0;
}

@media (max-width: 1139px) {
  #wb-hero-section .wb-hero-content {
    min-height: 360px;
    padding-inline: 20px;
    padding-bottom: 35px;
  }
  #wb-hero-section .wb-hero-bottom h1 {
    font-size: clamp(42.4px, 5.2vw, 68.4px);
  }
  #wb-hero-section .wb-hero-bottom p {
    font-size: 16px;
  }
}
@media (max-width: 1139px) and (max-width: 768px) {
  #wb-hero-section .wb-hero-bottom h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
}
@media (max-width: 1139px) {
  .projects-page .projects-list-section {
    padding-top: 25px;
    padding-bottom: 65px;
  }
  .projects-page .projects-list-section .content .text {
    padding-inline: 20px;
  }
  .projects-page .projects-list-section .content .text h2 {
    font-size: 26px;
  }
  .projects-page .projects-list-section .content .flex {
    margin-top: 40px;
    gap: 45px;
  }
  .projects-page .projects-list-section .content .flex .project .images {
    gap: 16px;
    padding-bottom: 8px;
  }
  .projects-page .projects-list-section .content .flex .project .images img,
  .projects-page .projects-list-section .content .flex .project .images video {
    height: 235px;
  }
  .projects-page .projects-list-section .content .flex .project h3 {
    padding-inline: 20px;
    font-size: 17px;
    margin-top: 23px;
  }
  .projects-page .projects-list-section .content .flex .project p {
    padding-inline: 20px;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 1140px) {
  #wb-hero-section .wb-hero-content {
    min-height: 420px;
    padding-inline: 25px;
    padding-bottom: 45px;
  }
  #wb-hero-section .wb-hero-bottom h1 {
    font-size: clamp(52.4px, 5.2vw, 78.4px);
  }
  #wb-hero-section .wb-hero-bottom p {
    font-size: 16px;
  }
  .page {
    padding-bottom: 80px;
  }
  .projects-page .projects-list-section {
    padding-top: 35px;
    padding-bottom: 95px;
  }
  .projects-page .projects-list-section .content .text {
    padding-inline: 25px;
  }
  .projects-page .projects-list-section .content .text h2 {
    font-size: clamp(32px, 3vw, 42px) !important;
  }
  .projects-page .projects-list-section .content .flex {
    margin-top: 50px;
    gap: 65px;
  }
  .projects-page .projects-list-section .content .flex .project .images {
    gap: 16px;
    padding-bottom: 8px;
  }
  .projects-page .projects-list-section .content .flex .project .images img,
  .projects-page .projects-list-section .content .flex .project .images video {
    height: 275px;
  }
  .projects-page .projects-list-section .content .flex .project h3 {
    padding-inline: 25px;
    font-size: 21px;
    margin-top: 23px;
  }
  .projects-page .projects-list-section .content .flex .project p {
    padding-inline: 25px;
    font-size: 18px;
  }
}/*# sourceMappingURL=projects.css.map */