@charset "UTF-8";
.wr {
  margin-bottom: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  --star-color: rgba(254, 155, 6, 0.6);
  --star-background: rgba(254, 155, 6, 1);
  background-color: #f5f8fa;
}

@media (min-width: 992px) {
  .wr {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-bottom: 3.125rem;
  }
}

.wr-star {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 0.875rem;
  font-family: Times;
  line-height: 1;
}

.wr-star::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  position: relative;
}

.wr .sh .arrows-nav {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  line-height: 0;
}

.wr .sh .arrows-nav path {
  fill: var(--black);
  transition: 0.3s all ease;
}

.wr .sh .arrows-nav:hover path {
  opacity: 0.5;
}

.wr .sh .arrows-prev {
  transform: rotate(180deg);
  margin-right: 0.875rem;
}

@media (min-width: 992px) {
  .wr-slide {
    margin-right: calc((100vw - 940px)*-.5);
  }
}

.wr-slide .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.wr-slide .slick-slide {
  height: auto;
  background-color: var(--white);
  max-width: 460px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0.625rem;
}

.wr-slide-item {
  padding: 2.5rem;
  max-width: 460px !important;
}

.wr-slide-item p {
  margin-bottom: 2.5rem;
}

.wr-slide-item-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.wr-slide-item-bottom .wr-star {
  font-size: 21px;
}

.wr-rating {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  margin-top: 3.75rem;
}

.wr-rating-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.875rem;
}

.wr-rating-item span {
  background-color: var(--white);
  padding: 0.375rem 0.625rem;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
}

.wr-rating-item span::after {
  content: '';
  position: absolute;
  width: 0;
  border-top: 20px solid var(--white);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9px;
  border-radius: 5%;
  z-index: 1;
}

.wr-rating-item span strong {
  font-weight: 500;
  font-family: 'Pridi', serif;
  margin-left: 0.5rem;
}

.wr-rating-item img {
  max-width: 135px;
}
