﻿@charset "UTF-8";
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ratings {
  /* Targets displays using any of Windows' High Contrast Mode themes: */
  /* Targets displays using the Windows' "High Contrast White" theme: */
}
.ratings .block-link {
  padding: 0.5em 1em 0.75em !important;
}
.ratings.hidden {
  display: none;
}
.ratings.bg-blue-100 {
  --bg: #f3f9fc;
  position: relative;
}
.ratings.bg-blue-100:before {
  position: absolute;
  width: min(100vw, 1700px);
  left: 50%;
  transform: translate(-50%);
  height: 60rem;
  content: "";
  top: 0;
  background-color: var(--bg);
  z-index: -1;
}
.ratings.bg-blue-100 #reviews {
  padding-top: clamp(3rem, 4vw, 5rem);
  margin-top: clamp(3rem, 4vw, 5rem);
}
.ratings.bg-blue-100 #reviews:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .ratings.bg-blue-100 #reviews:before {
    inset: 0 clamp(1rem, 2.5vw, 3.5rem);
  }
}
.ratings .store-rating {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}
.ratings .store-rating h2 {
  width: 100%;
}
.ratings .store-rating p {
  margin-left: auto;
  margin-right: auto;
}
.ratings .store-rating .inner {
  background: var(--bg, white);
  padding: 3em 0 0;
}
.ratings .store-rating .star-wrap {
  height: 42px;
  margin: 0 5px;
  width: 42px;
}
.ratings .store-rating .star-wrap svg {
  fill: var(--bg, #fff);
}
.ratings .store-rating .rating-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5em;
}
.ratings .store-rating .rating-title span:not(.notranslate) {
  font-size: 2.25em;
}
.ratings .rating-title p {
  color: #707070;
}
.ratings .rating-title p strong {
  font-weight: 700;
}
.ratings .rating-title .numRating,
.ratings .rating-title .date {
  color: #2d2d2d;
  display: inline-block;
  font-size: 1.8rem;
}
.ratings .rating-title .review {
  margin-top: 14px;
  max-height: 100%;
  padding-top: 0;
  position: relative;
  transition: all 0.5s linear;
}
.ratings .rating-title .read-more {
  display: none;
  font-size: 16px;
  margin-top: 1em;
  padding-top: 0;
  position: relative;
}
.ratings .rating-title .read-more.less {
  margin-top: 1.5em;
}
.ratings .rating-title .read-more.less a:after {
  content: "−";
}
.ratings .rating-title .read-more a:after {
  content: "+";
  display: inline-block;
  margin-left: 7px;
  position: absolute;
}
.ratings .rating-title .date {
  border-left: 2px solid #d1e2e5;
  font-weight: 700;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 1.5rem;
  padding-left: 10px;
  padding-top: 0;
}
.ratings .rating-title-wrap {
  display: inline-block;
}
.ratings .shorten .read-more,
.ratings .full .read-more {
  display: block;
}
.ratings .shorten .review {
  height: 9rem;
  overflow: hidden;
}
.ratings .shorten .review:after {
  background: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  right: 0;
}
.ratings .star-wrap {
  display: inline-block;
  margin: 0 2.5px 0 0;
  overflow: hidden;
  position: relative;
  height: 26px;
  width: 26px;
}
.ratings .star-wrap svg {
  fill: #fff;
  z-index: 7;
}
.ratings .star-bg-color {
  background-color: #f3f9fc;
  height: 90%;
  left: 3px;
  position: relative;
  top: 3px;
  width: 90%;
}
.ratings .star-wrap svg,
.ratings .star-bg {
  left: 0;
  position: absolute;
}
.ratings .store-stars .star-bg,
.ratings .stars .star-bg {
  transform: skew(-60deg);
  transition: all 0.15s ease-out;
}
.ratings .store-stars :nth-child(1) .star-bg,
.ratings .stars :nth-child(1) .star-bg {
  transition-delay: 0.85s;
}
.ratings .store-stars :nth-child(2) .star-bg,
.ratings .stars :nth-child(2) .star-bg {
  transition-delay: 1s;
}
.ratings .store-stars :nth-child(3) .star-bg,
.ratings .stars :nth-child(3) .star-bg {
  transition-delay: 1.15s;
}
.ratings .store-stars :nth-child(4) .star-bg,
.ratings .stars :nth-child(4) .star-bg {
  transition-delay: 1.3s;
}
.ratings .store-stars :nth-child(5) .star-bg,
.ratings .stars :nth-child(5) .star-bg {
  transition-delay: 1.45s;
}
.ratings:not(.onScreen) .star-bg {
  width: 0;
}
.ratings .star-bg {
  background: #8fd8f2;
  background: -webkit-linear-gradient(top, #4ebee5 0%, #8fd8f2 100%);
  background: -moz-linear-gradient(top, #4ebee5 0%, #8fd8f2 100%);
  background: linear-gradient(to bottom, #4ebee5 0%, #8fd8f2 100%);
  height: 100%;
  width: 0;
  z-index: 6;
  /* -- IE svg overflow fix -- */
  bottom: 1px;
  left: 1px;
  max-height: 95%;
  max-width: 93%;
  top: 1px;
}
.ratings #reviews {
  position: relative;
}
.ratings #reviews > div {
  padding-bottom: 0;
}
.ratings #reviews :not(:nth-child(3)) .inner {
  border-bottom: 1px solid #d1e2e5;
}
.ratings #reviews .inner {
  padding: 3.2em calc(8% + 8px);
  background-color: white;
  position: relative;
  z-index: 1;
}
.ratings #reviews .star-wrap .star-bg-color {
  height: 83%;
  width: 83%;
}
.ratings .see-all {
  text-align: center;
  margin-top: 0.75em;
  width: 100%;
}
.ratings .see-all .see-all-link {
  color: #0077B3;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 0;
  text-decoration: none;
  padding: 0.5em 1em 0.75em;
  border: 1px solid #0077B3;
  border-radius: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
  .ratings .store-rating {
    max-width: none;
  }
  .ratings .store-rating .star-wrap {
    margin: 0 2.25px;
  }
  .ratings .star-wrap {
    margin: 0 1.5px 0 0;
  }
  .ratings #reviews .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ratings .store-rating .rating-title {
    font-size: 2rem;
    line-height: 1.75em;
  }
  .ratings .rating-title .numRating,
  .ratings .rating-title .date {
    font-size: 1.6rem;
  }
  .ratings .rating-title .read-more {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 970px) {
  .ratings .store-rating .rating-title span:not(.notranslate) {
    font-size: 1.5em;
  }
  .ratings #reviews .inner {
    padding: 3.2em 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .ratings .star-wrap svg {
    fill: #000;
  }
  .ratings .star-bg {
    background-color: #fff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ratings .star-wrap svg {
    fill: #fff;
  }
  .ratings .star-bg {
    background-color: #000;
  }
}
