.otw-team-widget {
  position: relative;
  width: 100%;
}
.otw-team-widget .swiper {
  overflow: hidden;
  width: 100%;
}
.otw-team-widget .swiper-wrapper {
  display: flex;
}
.otw-team-widget .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.otw-team-widget .otw-slide {
  width: 100%;
  gap: 11px;
}
.otw-team-widget .otw-member {
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.otw-team-widget .otw-photo {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.otw-team-widget .otw-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.otw-team-widget .otw-name {
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  font-size: 19.3333px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.otw-team-widget .otw-position {
  font-family: "Play";
  font-style: normal;
  font-weight: 400;
  font-size: 19.3333px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.otw-team-widget .otw-email {
  margin-top: auto;
  position: relative;
  min-height: 30px;
}
.otw-team-widget .otw-email .otw-toggle-email {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.otw-team-widget .otw-email .otw-toggle-email svg {
  width: 24.48px;
  height: auto;
}
.otw-team-widget .otw-email .otw-email-text {
  display: block;
  font-size: 0.9rem;
  color: #000;
}
.otw-team-widget .otw-scrollbar {
  width: 50% !important;
  height: 2px !important;
  background-color: #F2F5D6 !important;
  cursor: pointer;
  margin: 0 auto;
  position: relative !important;
  margin-top: 10px !important;
}
@media (max-width: 768px) {
  .otw-team-widget .otw-scrollbar {
    width: 266px !important;
  }
}
.otw-team-widget .otw-scrollbar .swiper-scrollbar-drag {
  background-color: #75A37E !important;
  transition: background-color 0.3s ease;
  border-radius: 0;
  height: 4px !important;
  position: relative;
  top: -2px !important;
}
.otw-team-widget .otw-scrollbar .swiper-scrollbar-drag:hover {
  background-color: #F37246;
}
.otw-team-widget .otw-pagination.swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Play", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #75A37E;
  margin-top: 18px;
  letter-spacing: 0.5px;
  background: none;
}
.otw-team-widget .otw-fraction-current {
  color: #F37246;
  font-size: 20px;
  font-weight: 700;
}
.otw-team-widget .otw-fraction-divider {
  color: #000;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 400;
}
.otw-team-widget .otw-fraction-total {
  color: #75A37E;
  font-size: 18px;
  font-weight: 700;
}
.otw-team-widget .swiper-button-prev, .otw-team-widget .swiper-button-next {
  background-color: #75A37E;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color 0.3s ease;
}
.otw-team-widget .swiper-button-prev svg, .otw-team-widget .swiper-button-next svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  color: #fff;
}
.otw-team-widget .swiper-button-prev:after, .otw-team-widget .swiper-button-next:after {
  display: none;
  content: "";
}
.otw-team-widget .swiper-button-prev:hover, .otw-team-widget .swiper-button-next:hover {
  background-color: #F37246;
}/*# sourceMappingURL=otw-team-widget.css.map */