html {
  background: none;
  padding: 0;
  margin: 0;
}
body {
  background: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #005aa0;
}
a:visited {
  color: inherit;
}
h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}
p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
data {
  display: none;
}
#content {
  height: 350px;
  display: flex;
  align-items: center;
}
#content .glide {
  display: flex;
}
#content .glide__track {
  flex: 1;
}
#content .glide__slide {
  height: 190px;
}
#content .glide__arrows {
  padding: 5px;
}
#content .glide__arrow {
  position: relative;
  top: 0;
  margin: 0;
  transform: none;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: #818999;
  transition: all 0.2s ease-in-out;
}
#content .glide__arrow:hover {
  background-color: #ed145b;
}
#content .ts-review--tile {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  border: 0.05em solid rgba(0, 0, 0, 0.1);
  white-space: normal;
  display: block;
  height: 100%;
  text-align: left;
  line-height: 1em;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
#content .ts-review--tile:hover {
  border: 0.05em solid rgba(93, 175, 241, 0.6);
  background: rgba(140, 198, 248, 0.03);
}
#content .ts-review--subline {
  clear: both;
  color: #575757;
}
#content .ts-review--subline p {
  padding-top: 3px;
  margin-bottom: 8px;
}
#content .ts-review--content h4 {
  line-height: 1.3;
}
#content .ts-review--content p {
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 8px;
}
#content .ts-review--footer .read-more {
  color: #005aa0;
}
#content .ts-review--rating {
  height: 20px;
  float: left;
}
#content .ts-review--rating .star img {
  width: 16px;
  height: 16px;
}
#content .stars-row {
  position: absolute;
  z-index: 0;
}
#content .stars-row .row--full {
  position: absolute;
  z-index: 1;
}
#content .ts-review--verified {
  float: right;
}
#content .ts-review--verified .verified img {
  width: 16px;
  height: 16px;
}
#zoom {
  display: none;
  position: absolute;
  background: none;
  border-radius: 8px;
  width: 400px;
  height: 328px;
  top: 20px;
  left: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  z-index: 10;
}
#zoom .ts-review--headline .close {
  width: 24px;
  height: 24px;
  float: right;
  display: inline-block;
  cursor: pointer;
}
#zoom .ts-review--headline .close::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url('/img/icons/ts-icon-close.svg') no-repeat 0 0;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -6px;
}
#zoom .ts-review--tile {
  padding: 22px;
  cursor: default;
}
#zoom .ts-review--tile .ts-review--rating {
  height: 38px;
}
#zoom .ts-review--tile .ts-review--rating .star img {
  width: 22px;
  height: 22px;
}
#zoom .ts-review--tile .ts-review--subline {
  margin-top: 10px;
  margin-bottom: 16px;
}
#zoom .ts-review--tile .ts-review--subline p {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-top: 0;
}
#zoom .ts-review--tile .ts-review--subline .ts-review--verified {
  display: inline-block;
  float: right;
}
#zoom .ts-review--tile .ts-review--subline .ts-review--verified .verified {
  float: left;
  padding-right: 6px;
  margin-top: -1px;
}
#zoom .ts-review--tile .ts-review--content {
  padding-top: 8px;
  clear: both;
  max-height: 216px;
  overflow: auto;
  padding-right: 10px;
}
#zoom .ts-review--tile .ts-review--content p {
  margin-bottom: 40px;
}
#zoom .ts-review--tile:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
}
#zoom .ts-review--footer {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  width: 84%;
  background: white;
  display: block;
}
#zoom .ts-review--footer .show-all {
  color: #005aa0;
  text-align: center;
  padding-bottom: 2px;
  padding-top: 10px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}
#zoom .ts-review--footer .show-all:hover {
  text-decoration: underline;
}
#zoom .ts-review--footer .show-all::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url('/img/icons/ts-icon-link.svg') no-repeat 0 0;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 2px;
}
#zoom .ts-review--verified {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#zoom .ts-review--verified .tooltip {
  visibility: hidden;
  width: 240px;
  background-color: #fff;
  color: #555;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 6px;
  padding: 10px 8px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 150%;
  right: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  line-height: 1.4;
}
#zoom .ts-review--verified .tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#zoom .ts-review--verified .tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 48.5px;
  border-width: 6.5px;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
#zoom .ts-review--verified:hover {
  color: #005aa0;
}
#zoom .ts-review--verified:hover .tooltip {
  visibility: visible;
}
#zoom::after {
  content: "";
  display: block;
  height: 19px;
  width: 90%;
  margin: -20px auto;
  background: white;
  z-index: 1000;
  position: relative;
}
.controls .nav {
  width: 122px;
  margin: -52px auto;
  z-index: 5;
}
.controls .prev,
.controls .next {
  background: #fff;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.controls .prev {
  float: left;
}
.controls .next {
  float: right;
}
.controls .prev:hover,
.controls .next:hover {
  background: #b6c6d7;
}
.controls .prev::before,
.controls .next::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url('/img/icons/icon-angle-left.svg') no-repeat 0 0;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 8px;
}
.controls .next:before {
  transform: rotate(180deg);
  left: 11px;
}
@media screen and (max-width: 540px) {
  .ts-review--verified {
    padding-top: 1px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=ts-reviews-carousel.css.map */