/* Breakpoints */
/* Fonts */
/* Colors */
/* Margins */
.hero-wwa {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #191919;
  padding-top: 260px;
}
@media (max-width: 660px) {
  .hero-wwa {
    padding-top: 200px;
  }
}
.hero-wwa .hero-content {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.hero-wwa .hero-content h1 {
  font-family: "HelveticaNeue", sans-serif;
  display: inline-block;
  width: 100%;
  margin-bottom: min(150px, 9.9206349206vw);
  font-size: min(5.4232804233vw, 82px);
  line-height: 0.975em;
  font-weight: 300;
}
.hero-wwa .hero-content h1 strong {
  font-family: "HelveticaNeue-Bd", sans-serif;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .hero-wwa .hero-content h1 {
    font-size: 45.5px;
  }
}
@media (max-width: 800px) {
  .hero-wwa .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 660px) {
  .hero-wwa .hero-content h1 {
    margin-bottom: 100px;
  }
}
@media (max-width: 800px) {
  .hero-wwa .hero-content h1 br {
    display: none;
  }
}

.block-type-image figure {
  margin: 0;
}
.block-type-image figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.block-type-video figure {
  margin: 0;
  margin-block: 0;
  border: none;
  padding: 0;
}
.block-type-video figure video,
.block-type-video figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.word-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.word-slider .slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}
.word-slider li {
  padding: 10px 30px 7px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  letter-spacing: 0.05em;
  border: 1px solid #333;
  border-left: none;
  white-space: nowrap;
  box-sizing: content-box;
  margin: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slider {
  background-color: #000000;
}
.slider.noslider .slick-dots {
  display: none;
}
.slider .slide-item {
  width: 100%;
}
.slider .slide-item figure {
  width: 100%;
  height: min(817px, 54.03439153vw);
  position: relative;
  margin-bottom: 0;
}
.slider .slide-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(817px, 54.03439153vw);
  object-fit: cover;
}
.slider .slide-item svg {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  font-family: "HelveticaNeue-Bd", sans-serif;
  color: white;
  text-align: left;
  z-index: 2;
}

.team {
  background-color: #d3d5cd;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 660px) {
  .team {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.team .mel-container .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 75px;
}
.team .mel-container .title h2 {
  display: block;
  font-size: 82px;
  font-weight: 300;
  color: #191919;
  line-height: 0.97560976em;
  margin: 0;
  margin-bottom: 0;
  height: 160px;
  padding-top: 3px;
}
.team .mel-container .title h2 strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 800px) {
  .team .mel-container .title h2 {
    font-size: 62px;
    height: 121px;
  }
}
.team .mel-container .title .arrowdown {
  margin-bottom: 12px;
  line-height: 0.8em;
}
@media (max-width: 800px) {
  .team .mel-container .title .arrowdown {
    margin-bottom: 4px;
    transform: scale(0.75609756);
  }
}
.team .team-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  row-gap: min(75px, 4.96031746vw);
  column-gap: min(111px, 7.34126984vw);
  justify-content: flex-start;
}
@media (max-width: 660px) {
  .team .team-grid {
    justify-content: space-between;
    column-gap: unset;
    row-gap: 37px;
  }
}
.team .team-grid li {
  max-width: 400px;
  width: 23.14814815vw;
}
@media (max-width: 800px) {
  .team .team-grid li {
    width: 38vw;
  }
}
.team .team-grid li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .team .team-grid li a {
    width: 100%;
  }
}
.team .team-grid li a figure {
  width: 23.14814815vw;
  height: 23.14814815vw;
  max-width: 400px;
  max-height: 400px;
  border-radius: 20px;
  border-top-left-radius: 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .team .team-grid li a figure {
    width: 38vw;
    height: 38vw;
  }
}
.team .team-grid li a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.team .team-grid li a figure .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team .team-grid li a figure .overlay img {
  width: 79px;
  height: 42px;
}
.team .team-grid li a .info {
  margin-top: 21px;
  font-size: 18px;
  line-height: 1.55555556em;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
@media (max-width: 1000px) {
  .team .team-grid li a .info {
    font-size: 16px;
  }
}
.team .team-grid li a .info strong {
  font-family: "HelveticaNeue-Bd", sans-serif;
}
.team .team-grid li a .info .line {
  display: block;
  margin-top: 21px;
  width: 53px;
  border: 1px solid #000000;
}
@media (max-width: 1000px) {
  .team .team-grid li a .info .line {
    margin-top: 18px;
  }
}
.team .team-grid li:hover .overlay {
  opacity: 1;
}
.team .team-grid li:hover img {
  transform: scale(1.05);
}

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