.about {
  padding-bottom: 100px;
}
.about .page-title h1, .about .page-title p {
  z-index: 2;
}
.about .clubs-description {
  width: min(1700px, 100%);
  margin: 0 auto;
  padding: 50px 25px 225px 25px;
  background: #f3f3f3;
  border-radius: 0 0 25px 25px;
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media screen and (max-width: 1250px) {
  .about .clubs-description {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .about .clubs-description h2 {
    line-height: 1.2 !important;
  }
  .about .clubs-description .img-wrapper {
    aspect-ratio: auto !important;
    width: min(1000px, 100%);
    height: auto !important;
  }
  .about .clubs-description .img-wrapper img {
    object-position: center !important;
  }
  .about .clubs-description .description {
    align-items: center !important;
    text-align: center;
  }
  .about .clubs-description .description h2:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .about .clubs-description .description p {
    text-align: center;
  }
  .about .clubs-description .description b {
    text-align: center;
  }
}
.about .clubs-description .img-wrapper {
  aspect-ratio: 4/3;
  height: 500px;
  border-radius: 25px;
  overflow: hidden;
}
.about .clubs-description .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about .clubs-description .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  max-width: 600px;
  line-height: 1.5em;
  white-space-collapse: collapse;
  font-size: 1rem;
}
.about .clubs-description .description li {
  margin-bottom: 5px;
}
.about .clubs-description .description h2 {
  font-size: 2.5rem;
  margin: 25px 0 50px 0;
}
.about .clubs-description .description h2:after {
  left: 0;
  transform: translateX(0);
}
.about .clubs-description .description a {
  color: #e82cc7;
}
.about .clubs-description .description b {
  color: #b959ba;
}
@media screen and (max-width: 730px) {
  .about .clubs-description {
    padding-bottom: 50px !important;
  }
  .about .statistics {
    height: auto !important;
    transform: translateY(0) !important;
    padding: 50px 25px !important;
  }
  .about .statistics .wrapper {
    flex-wrap: wrap;
  }
  .about .statistics .wrapper .tile.highlighted {
    scale: 1 !important;
  }
  .about .team {
    margin: 0 auto 0 auto !important;
    padding-top: 0 !important;
  }
}
.about .statistics {
  width: 100%;
  transform: translateY(-50%);
  padding: 0 25px;
  height: 250px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .about .statistics .wrapper {
    gap: 7vw !important;
  }
  .about .statistics .wrapper .tile {
    width: 200px !important;
  }
  .about .statistics .wrapper .tile .number {
    font-size: 5rem !important;
  }
  .about .statistics .wrapper .tile .number span {
    font-size: 4rem !important;
  }
  .about .statistics .wrapper .tile .text {
    font-size: 1rem !important;
  }
}
.about .statistics .wrapper {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}
.about .statistics .wrapper .tile {
  width: 250px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background: white;
  padding: 15px;
  -webkit-box-shadow: 8px 8px 24px 0px rgba(48, 48, 52, 0.63);
  -moz-box-shadow: 8px 8px 24px 0px rgba(48, 48, 52, 0.63);
  box-shadow: 8px 8px 24px 0px rgba(48, 48, 52, 0.63);
}
.about .statistics .wrapper .tile.highlighted {
  background: #82348a;
  scale: 1.15;
}
.about .statistics .wrapper .tile.highlighted .number, .about .statistics .wrapper .tile.highlighted .text {
  color: #f1f1f1;
}
.about .statistics .wrapper .tile .number {
  font-size: 6rem;
  font-weight: 600;
  color: #b959ba;
  position: relative;
}
.about .statistics .wrapper .tile .number span {
  position: absolute;
  font-size: 5rem;
  transform: translateY(-30%) translateX(-35%);
}
.about .statistics .wrapper .tile .text {
  font-size: 1.2rem;
  text-align: center;
  opacity: 0.9;
  font-style: italic;
}
.about .team {
  width: min(1700px, 100%);
  margin: -225px auto 0 auto;
  padding: 125px 25px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f3f3f3;
  border-radius: 25px;
  gap: 200px;
}
.about .team .section-title {
  margin-bottom: 25px;
}
.about .team .inner {
  display: flex;
  flex-direction: column;
  gap: 250px;
}
@media screen and (max-width: 1050px) {
  .about .team {
    gap: 100px;
  }
  .about .team .inner {
    gap: 100px;
  }
}
@media screen and (max-width: 800px) {
  .about .team {
    padding: 125px 25px 50px 25px;
  }
  .about .team .item {
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }
  .about .team .item .image-wrapper {
    position: relative !important;
    transform: translateY(0) !important;
  }
  .about .team .item .description {
    margin: 0 !important;
  }
}
@media screen and (max-width: 450px) {
  .about .team .item .image-wrapper {
    width: 100%;
    height: auto !important;
  }
}
.about .team .item {
  width: min(1250px, 100%);
  display: flex;
  gap: 25px;
  position: relative;
  height: 375px;
}
@media screen and (max-width: 1050px) {
  .about .team .item .image-wrapper {
    height: 400px !important;
    transform: translateY(-25px) !important;
  }
  .about .team .item .description {
    margin-left: 400px !important;
  }
}
.about .team .item .image-wrapper {
  height: 500px;
  aspect-ratio: 1;
  transform: translateY(-25%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .team .item .image-wrapper img {
  height: 100%;
}
.about .team .item .description {
  max-width: 40em;
  margin-left: 500px;
}
@media screen and (max-width: 800px) {
  .about .team .item .description {
    margin-left: 0 !important;
    text-align: center;
  }
  .about .team .item .description .title:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.about .team .item .description .title {
  position: relative;
  margin-bottom: 25px;
}
.about .team .item .description .title h3 {
  font-size: 2rem;
}
.about .team .item .description .title p {
  font-size: 1.2rem;
  opacity: 0.8;
  font-style: italic;
}
.about .team .item .description .title:after {
  position: absolute;
  bottom: -12.5px;
  left: 0;
  border-bottom: 4px solid #e82cc7;
  width: 30%;
  content: "";
  border-radius: 25px;
}
.about .team .item .description .content {
  line-height: 1.5em;
}
.about .studio-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 50px 15px;
}
.about .studio-gallery .gallery-wrapper {
  display: grid;
  width: min(1700px, 100%);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}
.about .studio-gallery .gallery-wrapper .item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  background: rgba(37, 23, 48, 0.15);
  cursor: pointer;
  transition: all 0.1s ease-out;
  min-height: 100px;
}
.about .studio-gallery .gallery-wrapper .item:hover {
  scale: 1.015;
  transition: all 0.1s ease-in;
}
.about .studio-gallery .gallery-wrapper .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/*# sourceMappingURL=about.css.map */
