.about {
  position: relative;
  min-height: 1000px;
  overflow-x: clip;
  display: flex;
  align-items: center;
  line-height: 100%;
  font-weight: 400;
  /*&__cta-button {
    max-width: 228px;
    margin: 0 auto;
  }*/
}
.about__parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  background-color: #f4f4f4;
}
.about__media-element {
  position: absolute;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.about__media-element img {
  width: 100%;
  height: 125%;
  object-fit: contain;
  border-radius: inherit;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.about__media-image {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.about__media-image.img-1 {
  top: 10%;
  left: -2%;
  width: 240px;
  height: 150px;
  z-index: 8;
}
.about__media-image.img-2 {
  top: 13%;
  left: 19%;
  width: 120px;
  height: 120px;
  z-index: 6;
}
.about__media-image.img-3 {
  top: 4%;
  left: 30%;
  width: 150px;
  height: 240px;
  z-index: 6;
}
.about__media-image.img-4 {
  top: 7.2%;
  left: 50%;
  width: 240px;
  height: 150px;
  z-index: 10;
}
.about__media-image.img-5 {
  top: 11%;
  right: 2%;
  width: 322px;
  height: 200px;
  z-index: 12;
}
.about__media-image.img-5 video {
  width: 322px;
  height: 200px;
}
.about__media-image.img-6 {
  top: 42%;
  left: 0%;
  width: 94px;
  height: 240px;
  z-index: 5;
}
.about__media-image.img-7 {
  bottom: 44%;
  left: 6%;
  width: 320px;
  height: 200px;
  flex-shrink: 0;
  z-index: 13;
}
.about__media-image.img-7 video {
  width: 320px;
  height: 200px;
}
.about__media-image.img-8 {
  top: 40%;
  right: 14%;
  width: 120px;
  height: 120px;
  z-index: 4;
}
.about__media-image.img-9 {
  top: 47%;
  right: -7%;
  width: 240px;
  height: 150px;
  z-index: 11;
}
.about__media-image.img-10 {
  bottom: -2%;
  left: 3%;
  width: 150px;
  height: 240px;
  z-index: 11;
}
.about__media-image.img-11 {
  bottom: 17%;
  left: 18%;
  width: 120px;
  height: 120px;
  z-index: 14;
}
.about__media-image.img-12 {
  bottom: -4%;
  left: 24%;
  width: 120px;
  height: 120px;
  z-index: 15;
}
.about__media-image.img-13 {
  bottom: 7%;
  left: 35%;
  width: 120px;
  height: 120px;
  z-index: 6;
}
.about__media-image.img-14 {
  bottom: -2%;
  right: 33%;
  width: 240px;
  height: 150px;
  z-index: 8;
}
.about__media-image.img-15 {
  bottom: 10%;
  left: 64.5%;
  width: 320px;
  height: 200px;
  z-index: 9;
}
.about__media-image.img-15 video {
  width: 320px;
  height: 200px;
}
.about__media-image.img-16 {
  bottom: -3%;
  right: 2%;
  width: 150px;
  height: 240px;
  z-index: 14;
}
.about__parallax-content {
  position: relative;
  z-index: 20;
  width: 100%;
}
.about__container {
  position: relative;
  max-width: 465px;
  margin: 0 auto;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__content-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*max-width: 432px;
  margin: 0 auto;*/
  text-align: center;
  /*background-color: #ffffff;*/
  padding: 64px 48px;
}
.about__section-title {
  font-size: 46px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #A6A9AB;
  line-height: 100%;
}
.about__text-content {
  margin-bottom: 32px;
}
.about__text-content p {
  font-size: 16px;
  line-height: 180%;
  color: #333;
  letter-spacing: normal;
  text-align: justify;
}

@media (prefers-reduced-motion: reduce) {
  .about .about__media-element img {
    transform: translate(-10%, -10%) !important;
    transition: none !important;
  }
  .about .about__media-element:hover img {
    transform: translate(-10%, -10%) scale(1.05) !important;
  }
}
@media (max-width: 960px) {
  .about {
    min-height: 837px;
  }
  .about__parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    background-color: #f4f4f4;
  }
  .about__media-element {
    position: absolute;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .about__media-element img {
    width: 100%;
    height: 125%;
    object-fit: contain;
    border-radius: inherit;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
  .about__media-image.img-1 {
    display: none;
  }
  .about__media-image.img-2 {
    display: none;
  }
  .about__media-image.img-3 {
    top: 7%;
    left: 0%;
    width: 105px;
    height: 168px;
  }
  .about__media-image.img-4 {
    top: 3%;
    right: 20%;
    left: auto;
    width: 168px;
    height: 105px;
  }
  .about__media-image.img-5 {
    top: 16%;
    right: -10%;
    width: 168px;
    height: 110px;
  }
  .about__media-image.img-5 video {
    width: 168px;
    height: 110px;
  }
  .about__media-image.img-6 {
    display: none;
  }
  .about__media-image.img-7 {
    bottom: 16%;
    left: 3%;
    width: 157px;
    height: 88px;
  }
  .about__media-image.img-7 video {
    width: 157px;
    height: 88px;
  }
  .about__media-image.img-8 {
    display: none;
  }
  .about__media-image.img-9 {
    display: none;
  }
  .about__media-image.img-10 {
    display: none;
  }
  .about__media-image.img-11 {
    display: none;
  }
  .about__media-image.img-12 {
    bottom: -2%;
    left: 12%;
    width: 84px;
    height: 84px;
  }
  .about__media-image.img-13 {
    bottom: 42%;
    left: -5%;
    width: 84px;
    height: 84px;
  }
  .about__media-image.img-14 {
    display: none;
  }
  .about__media-image.img-15 {
    bottom: 2%;
    left: auto;
    right: 0;
    width: 187px;
    height: 105px;
  }
  .about__media-image.img-15 video {
    width: 187px;
    height: 105px;
  }
  .about__media-image.img-16 {
    bottom: 20%;
    right: -5%;
    width: 105px;
    height: 168px;
  }
  .about__parallax-content {
    position: relative;
    z-index: 20;
    width: 100%;
  }
  .about__container {
    max-width: 283px;
    aspect-ratio: auto;
    overflow: visible;
    display: block;
  }
  .about__content-wrapper {
    /*max-width: 283px;*/
    position: static;
    display: block;
    padding: 32px;
  }
  .about__section-title {
    font-size: 30px;
    margin-bottom: 24px;
    letter-spacing: normal;
  }
  .about__text-content p {
    font-size: 15px;
  }
  .about__cta-button {
    max-width: 200px;
    margin: 0 auto;
  }
}
