.about {
  overflow-x: hidden;
  width: 100%;
}

.about-hero {
  position: relative;
  width: 100%;
}
.banner-wrapper {
  width: 100%;
  height: min(100vh, 770px);
  max-height: 70vw;
  position: relative;
  overflow: hidden;
}
.banner-wrapper img {
  position: relative;
  height: 120%;
  top: -10%;
  width: 100%;
  object-fit: cover;
}
.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #000000d6, transparent),
              linear-gradient(to top, #00000024 20%, transparent 70%);
  z-index: 1;
}
.banner-content {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  z-index: 1;
}
.banner-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 280px;
  padding: 47px 54px;
  margin: 0;
  box-sizing: border-box;
}
.banner-content h1 {
  font-size: 100px;
  font-weight: 100;
  letter-spacing: -0.03em;
  line-height: 87%;
  max-width: 800px;
  margin: 0;
  flex: 1;
  padding: 47px 54px 54px 48px;
}
.banner-row {
  border-top: 1px solid #cccccc59;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .banner-content h1 {
    font-size:  54px; 
    padding: 22px;
  }
  .banner-content h3 {
    padding: 22px;
    max-width: 100%;
    font-size: 14px;
  }
  .banner-row {
    flex-direction: column;
  }
  .banner-wrapper {
    height: 420px;
    max-height: 90vw;
  }
  .banner-wrapper img {
    object-position: 65% 0;
  }
}


.about-grid-pattern {
  background: var(--dots);
  background-size: 13px 6px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(17%) saturate(5461%) hue-rotate(175deg) brightness(93%) contrast(102%);
  height: 70px;
  width: 100%;
}

.about-text {
  display: flex;
  background-color: #F1EBEB;
}

.about-text.text-right {
  flex-direction: row-reverse;
}

.about-text.color {
  padding-top: 70px;
  margin-top: -70px;
  background-color: var(--worten);
  color: white;
}
.about-text-inner {
  width: 50%;
  padding: 84px 88px;
  margin-left: max(0px, calc(50% - 690px));
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 200;
  display: flex;
  align-items: center;
}

.about-text.text-right .about-text-inner {
  margin-right: max(0px, calc(50% - 690px));
  margin-left: 0;
}

@media screen and (min-width: 1460px) {
  .about-text-inner,
  .about-text.text-right .about-text-inner {
    font-size: 30px;
    line-height: 42px;
    margin-left: 0;
    margin-right: 0;
  }
  .about-text-inner  p {
    max-width: 600px;
    margin: 30px auto 45px;
  }
}

.about-text-inner b {
  font-weight: 700;
}

.about-image-wrapper {
  width: 50%;
  min-width: 50%;
  overflow: hidden;
}
.about-image-wrapper img {
  width: 100%;
  height: 120%;
  top: -10%;
  position: relative;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .about-text, .about-text.text-right {
    flex-direction: column;
  }
  .about-text-inner {
    width: 100%;
    padding: 42px 24px;
  }
  .about-text-inner p {
    font-size: 18px;
    line-height: 32px;
  }
  .about-image-wrapper {
    width: 100%;
    height: 80vw;
    max-height: 450px;
  }
}

.catalog-cta {
  margin: 70px auto 200px;
  box-sizing: border-box;
  color: white;
  padding: 0 22px;
  max-width: 1342px;
}
.catalog-cta-inner {
  display: flex;
  padding: 0px 70px;
  background-color: var(--worten);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.catalog-cta-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 50px 0;
}
.catalog-cta-text h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.03em;
  max-width: 460px;
  margin: 0;
}
.catalog-cta .cta-button {
  background-color: var(--secondary);
  font-weight: 300;
}

.catalog-cta .cta-button:hover {
  background-color: var(--secondary-hover);
}

@media (max-width: 991px) {
  .catalog-cta {
    margin-bottom: 94px;
  }
  .catalog-cta-inner {
    /* padding-left: 42px; */
    flex-direction: column;
    padding: 0px 22px;
  }

  .catalog-cta-inner img {
    margin-top: -22px;
    margin-bottom: 22px;
    align-self: center;
  }
  .catalog-cta-text {
    align-self: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .catalog-cta-text h2 {
    font-size: 22px;
    line-height: 34px;
  }

}

.team-slider.swiper {
  max-width: 1220px;
  margin: 100px auto 120px;
  overflow: visible;
}
.team-slider .swiper-slide {
  height: auto;
  box-sizing: border-box;
  padding: 22px;
  color: #5B808F;
  font-size: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 0 !important;
  font-weight: 300;
}
.team-slider .swiper-slide img {
  height: 271px;
  mask-image: var(--mask);
  mask-size: 100% 100%;
  object-fit: cover;
}

.team-slider .swiper-slide b {
  font-weight: 600;
}

.team-pagination, .claim-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  --swiper-theme-color: var(--worten);
}

.claim-pagination {
  margin-top: 54px;
}

.team-claim {
  color: var(--worten);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.03em;
  max-width: 520px;
  padding: 0 24px;
  margin-bottom: 110px;
}

.team-background {
  position: absolute;
  left: -10%;
  width: 120%;
  max-width: 120%;
  margin-top: -100px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(48%) saturate(271%) hue-rotate(152deg) brightness(88%) contrast(85%);
}


@media (max-width: 991px) {
  .team-slider.swiper {
    margin-top: 140px;
  }
  .team-background {
    top: 50%;
  }
  .team-claim {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 32px;
  }

}

.sustainable {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 110px;
}

.sustainable-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  padding: 24px;
  position: relative;
  height: 40vw;
  max-height: 660px;
  box-sizing: border-box;
}

.sustainable h2 {
  max-width: 1020px;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  position: relative;
  z-index: 1;
  color: white;
}

.sustainable-background {
  position: absolute;
  top: -10%;
  height: 120%;
  width: 100%;
  left: 0;
  object-fit: cover;
}

@media (max-width: 991px) {
  .sustainable {
    margin-bottom: 54px;
    padding: 12px;
  }
  .sustainable-inner {
    height: 110vw;
    max-height: 660px;
  }
  .sustainable h2 {
    font-size: 24px;
    line-height: 32px;
  }

}
@media (max-width: 350px) {
  .sustainable h2 {
    font-size: 18px;
    line-height: 28px;
  }
}