@charset "UTF-8";
.process .list--disc {
  margin-top: 4rem;
}
.process .process__ratingGoogle {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6rem 2rem;
  border-radius: 2rem;
  margin: 10rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  width: 100%;
  max-width: 80rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process .process__ratingGoogle:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .process .process__ratingGoogle {
    padding: 4rem 1.5rem;
    margin: 5rem auto;
    font-size: 1.8rem;
  }
}
.process .process__ratingGoogle::before, .process .process__ratingGoogle::after {
  all: unset;
}
.process .process__ratingGoogle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}
.process .process__ratingGoogle .process__rating {
  font-size: 7.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-family: "Cinzel", serif;
  margin-top: 0.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .process .process__ratingGoogle .process__rating {
    font-size: 5.6rem;
    gap: 1.2rem;
  }
}
.process .process__ratingGoogle .process__rating::before {
  content: "★★★★★";
  font-size: 3rem;
  display: block;
  letter-spacing: 0.15em;
  background: -webkit-gradient(linear, left top, right top, from(#fbbc04), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, #fbbc04 var(--rating-percent), rgba(255, 255, 255, 0.1) var(--rating-percent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .process .process__ratingGoogle .process__rating::before {
    font-size: 2.4rem;
  }
}
.process .pageNavigation {
  margin-top: 0;
}
/*# sourceMappingURL=process.css.map */