@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
:root {
  --grid-max-width: calc(1300px + 2 * var(--grid-padding));
  --grid-padding: 16px;
}
@media screen and (min-width: 1440px) {
  :root {
    --grid-padding: 40px;
  }
}

.header {
  background-color: var(--white);
  padding-top: 32px;
  padding-bottom: 36px;
}
@media screen and (max-width: 650px) {
  .header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.header--with-border {
  border-bottom: 1px solid var(--border-colour);
}

.header__title {
  margin-top: 0;
  margin-bottom: 0;
}

.header__desc-wrap {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  .header__desc-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
}

.header__desc {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .header__desc {
    flex: 0 0 auto;
    width: calc(75% - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }
}

blockquote {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  color: var(--black);
  position: relative;
  font-style: italic;
  text-align: center;
}

blockquote > p {
  margin-top: 0;
  font-weight: var(--normal);
  quotes: "“" "”";
}
blockquote > p::before {
  content: open-quote;
}
blockquote > p::after {
  content: close-quote;
}
blockquote > p:empty::before, blockquote > p:empty::after {
  display: none;
}

.section-content-aside > blockquote {
  margin: 48px 0;
}

blockquote footer {
  font-size: var(--body-small-font-size);
  line-height: var(--body-small-line-height);
  font-style: normal;
  position: relative;
  padding-top: 32px;
}
blockquote footer::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 56px;
  border-top: 1px solid var(--border-colour);
}

.blockquote__footer--with-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.avatar + .blockquote__author {
  margin-left: 16px;
}

.blockquote__author-expert_title {
  color: var(--text-black-dim);
}

.avatar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar--x-small {
  height: 24px;
  width: 24px;
}

.avatar__verified-badge--x-small {
  height: 8px;
  width: 8px;
}

.avatar__online-status--x-small {
  height: 4px;
  width: 4px;
  bottom: 2px;
  right: 2px;
}

@media screen and (min-width: 651px) {
  .avatar.avatar--medium-up-x-small {
    height: 24px;
    width: 24px;
  }
  .avatar__verified-badge.avatar__verified-badge--medium-up-x-small {
    height: 8px;
    width: 8px;
  }
  .avatar__online-status.avatar__online-status--medium-up-x-small {
    height: 4px;
    width: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .avatar.avatar.avatar--large-up-x-small {
    height: 24px;
    width: 24px;
  }
  .avatar__verified-badge.avatar__verified-badge.avatar__verified-badge--large-up-x-small {
    height: 8px;
    width: 8px;
  }
  .avatar__online-status.avatar__online-status.avatar__online-status--large-up-x-small {
    height: 4px;
    width: 4px;
    bottom: 4px;
    right: 4px;
  }
}
.avatar__top-rated-badge--x-small {
  color: var(--blue);
  background-color: var(--black);
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
  width: 24px;
}

.avatar--small {
  height: 48px;
  width: 48px;
}

.avatar__verified-badge--small {
  height: 16px;
  width: 16px;
}

.avatar__online-status--small {
  height: 8px;
  width: 8px;
  bottom: 2px;
  right: 2px;
}

@media screen and (min-width: 651px) {
  .avatar.avatar--medium-up-small {
    height: 48px;
    width: 48px;
  }
  .avatar__verified-badge.avatar__verified-badge--medium-up-small {
    height: 16px;
    width: 16px;
  }
  .avatar__online-status.avatar__online-status--medium-up-small {
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .avatar.avatar.avatar--large-up-small {
    height: 48px;
    width: 48px;
  }
  .avatar__verified-badge.avatar__verified-badge.avatar__verified-badge--large-up-small {
    height: 16px;
    width: 16px;
  }
  .avatar__online-status.avatar__online-status.avatar__online-status--large-up-small {
    height: 8px;
    width: 8px;
    bottom: 4px;
    right: 4px;
  }
}
.avatar__top-rated-badge--small {
  color: var(--blue);
  background-color: var(--black);
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
  width: 48px;
}

.avatar--medium {
  height: 64px;
  width: 64px;
}

.avatar__verified-badge--medium {
  height: 24px;
  width: 24px;
}

.avatar__online-status--medium {
  height: 12px;
  width: 12px;
  bottom: 2px;
  right: 2px;
}

@media screen and (min-width: 651px) {
  .avatar.avatar--medium-up-medium {
    height: 64px;
    width: 64px;
  }
  .avatar__verified-badge.avatar__verified-badge--medium-up-medium {
    height: 24px;
    width: 24px;
  }
  .avatar__online-status.avatar__online-status--medium-up-medium {
    height: 12px;
    width: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .avatar.avatar.avatar--large-up-medium {
    height: 64px;
    width: 64px;
  }
  .avatar__verified-badge.avatar__verified-badge.avatar__verified-badge--large-up-medium {
    height: 24px;
    width: 24px;
  }
  .avatar__online-status.avatar__online-status.avatar__online-status--large-up-medium {
    height: 12px;
    width: 12px;
    bottom: 4px;
    right: 4px;
  }
}
.avatar__top-rated-badge--medium {
  color: var(--blue);
  background-color: var(--black);
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
  width: 64px;
}

.avatar--large {
  height: 96px;
  width: 96px;
}

.avatar__verified-badge--large {
  height: 32px;
  width: 32px;
}

.avatar__online-status--large {
  height: 16px;
  width: 16px;
  bottom: 4px;
  right: 4px;
}

@media screen and (min-width: 651px) {
  .avatar.avatar--medium-up-large {
    height: 96px;
    width: 96px;
  }
  .avatar__verified-badge.avatar__verified-badge--medium-up-large {
    height: 32px;
    width: 32px;
  }
  .avatar__online-status.avatar__online-status--medium-up-large {
    height: 16px;
    width: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .avatar.avatar.avatar--large-up-large {
    height: 96px;
    width: 96px;
  }
  .avatar__verified-badge.avatar__verified-badge.avatar__verified-badge--large-up-large {
    height: 32px;
    width: 32px;
  }
  .avatar__online-status.avatar__online-status.avatar__online-status--large-up-large {
    height: 16px;
    width: 16px;
    bottom: 4px;
    right: 4px;
  }
}
.avatar__top-rated-badge--large {
  color: var(--blue);
  background-color: var(--black);
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small);
  width: 96px;
}

.avatar__img {
  border: 2px solid var(--grey-light);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  background: var(--white);
  height: 100%;
  width: 100%;
}

.avatar__top-rated-img {
  background-color: var(--blue);
  border-top-right-radius: var(--border-radius-small);
  border-top-left-radius: var(--border-radius-small);
  width: -moz-max-content;
  width: max-content;
}
.avatar__top-rated-img .avatar__img {
  height: 85%;
  width: 85%;
  border: none;
}

.avatar__verified-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: var(--green);
  border-radius: 50%;
  padding: 4px;
  top: 0;
  right: 0;
  z-index: 2;
}

.avatar__online-status {
  box-sizing: content-box;
  background-color: var(--green);
  border-radius: 50%;
  position: absolute;
  border: 2px solid var(--white);
  z-index: 1;
}

.avatar__placeholder {
  display: flex;
  z-index: 0;
}
.avatar__placeholder .inline-icon {
  height: auto;
  z-index: 1;
}
.avatar__placeholder::before {
  background-color: var(--white);
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 2px;
  z-index: 0;
}

.avatar__initial {
  width: 100%;
  height: 100%;
  background-color: var(--green-extra-light);
  border-radius: 50%;
  border: 1px solid var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar__initial p {
  color: var(--green-dark);
}

.avatar--x-small {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  font-weight: var(--bold);
}

.avatar--small {
  font-size: 24px;
}

.avatar--medium {
  font-size: 32px;
}

.avatar--large {
  font-size: 48px;
}

.top-rated-label--small {
  font-size: 9px;
  line-height: 16px;
}

.top-rated-label--medium {
  font-size: var(--caption-font-size);
  line-height: var(--caption-line-height);
  line-height: 20px;
}

.top-rated-label--large {
  font-size: var(--body-large-font-size);
}

.carwow-reviews {
  background-color: var(--grey-extra-light);
  padding-top: 24px;
  padding-bottom: 24px;
}

.trustpilot-link {
  background-color: var(--grey-extra-light);
  width: 100%;
  text-align: center;
  padding: 32px;
}