.section-testimonialSingle__author, .section-testimonialSingle__texts {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
  letter-spacing: var(--tg-letter-spacing-text);
  color: var(--color-grey-darker);
}

/**
 *
 * Testimonial Single
 *
 */
.section-testimonialSingle {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section-testimonialSingle {
    padding: 40px 0;
  }
}
.section-testimonialSingle .container {
  max-width: 900px;
  display: grid;
  grid-template-areas: "text     text" "line     line" "author   rating";
  gap: 20px;
}
@media (max-width: 767px) {
  .section-testimonialSingle .container {
    grid-template-areas: "text text" "line line" "rating rating" "author author";
    grid-template-columns: 64px 1fr;
    place-items: center stretch;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-testimonialSingle .container[data-with-image] {
    grid-template-areas: "text text" "line line" "rating rating" "image author";
  }
}
@media (min-width: 768px) {
  .section-testimonialSingle .container[data-with-image] {
    grid-template-areas: "image    text     text" "image    line     line" "image    author   rating";
    grid-auto-columns: 100px auto auto;
  }
}
.section-testimonialSingle .container[data-with-buttom]:after {
  content: "";
  background-color: var(--color-grey-light);
  grid-area: line;
  height: 1px;
}
.section-testimonialSingle .container:not([data-with-buttom]) {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .section-testimonialSingle .container:not([data-with-buttom]) {
    gap: 0 30px;
  }
}
.section-testimonialSingle__texts {
  grid-area: text;
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-testimonialSingle__texts {
    font-size: 18px;
    padding-bottom: 0;
  }
}
.section-testimonialSingle__texts:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='74' height='43' viewBox='0 0 74 43' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.3872 0C66.3246 6.08435 67.555 13.0463 69.0784 20.8857C70.7189 28.7252 72.3595 36.0966 74 43H55.1924C52.2629 36.5646 49.3919 29.6612 46.5796 22.2898C43.8844 14.9184 41.7165 8.13197 40.076 1.93062L41.3064 0H65.3872ZM25.3112 0C26.2486 6.08435 27.479 13.0463 29.0024 20.8857C30.6429 28.7252 32.2835 36.0966 33.924 43H15.1164C12.1869 36.5646 9.31591 29.6612 6.50356 22.2898C3.80839 14.9184 1.64054 8.13197 0 1.93062L1.2304 0H25.3112Z' fill='%23E3F2FF'/%3E%3C/svg%3E%0A");
  height: 43px;
  width: 74px;
  top: -20px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-testimonialSingle__texts:before {
    height: 37px;
    width: 63px;
    top: -15px;
  }
}
.section-testimonialSingle__texts-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 0.3em;
}
@media (max-width: 767px) {
  .section-testimonialSingle__texts-title {
    font-size: 20px;
  }
}
.section-testimonialSingle__texts-text p {
  margin: 0;
}
.section-testimonialSingle__texts-text p + p {
  margin-top: 0.6em;
}
.section-testimonialSingle__author {
  grid-area: author;
  line-height: 1.15;
}
.section-testimonialSingle__author p {
  margin: 0;
}
.section-testimonialSingle__author-name {
  font-weight: 600;
}
.section-testimonialSingle__author-image {
  grid-area: image;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
}
.section-testimonialSingle__author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-testimonialSingle__author-image {
    width: 64px;
    height: 64px;
  }
}
.section-testimonialSingle__rating {
  grid-area: rating;
  display: flex;
  align-items: center;
  place-self: end;
  gap: 20px;
  line-height: 1;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .section-testimonialSingle__rating {
    justify-content: space-between;
    place-self: stretch;
  }
}
.section-testimonialSingle__rating-stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-testimonialSingle__rating-stars img {
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .section-testimonialSingle__rating-stars img {
    width: 24px;
    height: 24px;
    margin: 0 4px;
  }
}
.section-testimonialSingle__rating-logo {
  height: 23px;
}
@media (max-width: 767px) {
  .section-testimonialSingle__rating-logo {
    height: 30px;
  }
}
.section-testimonialSingle__rating-logo img {
  height: 100%;
  width: auto;
}
.section-testimonialSingle[data-style=new-style] {
  background-color: #F6F7FE;
  padding: 80px 20px;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__texts {
  padding: 0;
  order: 1;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__texts:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='36' viewBox='0 0 45 36' fill='none'%3E%3Cpath d='M11.1342 16.3724C9.60304 16.3776 8.09898 16.7767 6.76676 17.5315C8.64239 12.6766 11.7532 8.39565 15.7914 5.11223C16.0225 4.92195 16.2138 4.68803 16.3544 4.42382C16.4951 4.15961 16.5823 3.87029 16.6112 3.57237C16.64 3.27445 16.6099 2.97377 16.5225 2.68749C16.4351 2.40122 16.2922 2.13496 16.1019 1.90391C15.9117 1.67286 15.6777 1.48155 15.4135 1.34091C15.1493 1.20026 14.86 1.11303 14.5621 1.0842C14.2642 1.05537 13.9635 1.0855 13.6772 1.17288C13.3909 1.26025 13.1247 1.40315 12.8936 1.59342C4.61408 8.32054 0.929688 17.635 0.929688 23.41C0.943953 25.4519 1.55245 27.4455 2.68089 29.1474C3.80933 30.8492 5.40887 32.1857 7.28423 32.9935C8.49793 33.5815 9.82705 33.8926 11.1756 33.9043C12.3626 33.962 13.549 33.778 14.6627 33.3635C15.7765 32.949 16.7945 32.3127 17.655 31.493C18.5154 30.6733 19.2005 29.6874 19.6686 28.5951C20.1366 27.5028 20.378 26.3267 20.378 25.1383C20.378 23.9499 20.1366 22.7739 19.6686 21.6816C19.2005 20.5893 18.5154 19.6034 17.655 18.7837C16.7945 17.964 15.7765 17.3277 14.6627 16.9132C13.549 16.4987 12.3626 16.3147 11.1756 16.3724H11.1342Z' fill='%23C7CEFF'/%3E%3Cpath d='M34.1926 16.3724C32.6612 16.3757 31.1567 16.775 29.8252 17.5315C31.7001 12.6817 34.8027 8.40214 38.8292 5.1122C39.0812 4.93054 39.2934 4.69923 39.4526 4.4325C39.6119 4.16578 39.7149 3.86928 39.7553 3.56125C39.7957 3.25322 39.7727 2.94018 39.6876 2.6414C39.6025 2.34262 39.4571 2.06442 39.2605 1.82392C39.0638 1.58341 38.82 1.38569 38.5441 1.24293C38.2682 1.10017 37.966 1.01538 37.6561 0.993788C37.3461 0.972195 37.0351 1.01425 36.742 1.11737C36.449 1.22049 36.1801 1.38249 35.952 1.5934C27.6725 8.32052 23.9881 17.635 23.9881 23.41C23.9979 25.4288 24.5887 27.4021 25.6898 29.0941C26.7909 30.7862 28.3559 32.1255 30.1978 32.9521C31.4422 33.5573 32.8089 33.8689 34.1926 33.8629C35.3796 33.9206 36.566 33.7366 37.6797 33.3221C38.7935 32.9076 39.8115 32.2712 40.672 31.4516C41.5325 30.6319 42.2175 29.646 42.6856 28.5537C43.1537 27.4613 43.395 26.2853 43.395 25.0969C43.395 23.9085 43.1537 22.7325 42.6856 21.6402C42.2175 20.5478 41.5325 19.5619 40.672 18.7423C39.8115 17.9226 38.7935 17.2862 37.6797 16.8717C36.566 16.4572 35.3796 16.2733 34.1926 16.331V16.3724Z' fill='%23C7CEFF'/%3E%3C/svg%3E");
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  top: -47px;
  width: 100%;
  height: 24px;
  background-size: contain;
}
@media (max-width: 991px) {
  .section-testimonialSingle[data-style=new-style] .section-testimonialSingle__texts:before {
    height: 24px;
    background-size: contain;
  }
}
.section-testimonialSingle[data-style=new-style] .container {
  max-width: 1026px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.section-testimonialSingle[data-style=new-style] .container[data-with-buttom]:after {
  display: none;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__rating {
  display: none;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__author {
  text-align: center;
  line-height: 22px;
  order: 3;
  position: relative;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__author .section-testimonialSingle__author-name {
  font-weight: 700;
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__author .section-testimonialSingle__author-position {
  font-weight: 300;
}
@media (max-width: 991px) {
  .section-testimonialSingle[data-style=new-style] .section-testimonialSingle__author .section-testimonialSingle__author-position {
    padding: 0 4vw;
  }
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__texts-text p {
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .section-testimonialSingle[data-style=new-style] .section-testimonialSingle__texts-text p {
    font-size: 3.9vw;
    font-weight: 400;
    line-height: 1.4;
  }
}
.section-testimonialSingle[data-style=new-style] .section-testimonialSingle__author-image {
  order: 2;
  width: 50px;
  height: 50px;
}
/*# sourceMappingURL=section-testimonialsingle.css.map */
