.oupute_customer_reviews_main {
  position: relative;
  z-index: 1;
  overflow: visible;
  color: var(--oupute-color-title, #222222);
  font-family: var(--oupute-font-family, var(--font-family));
}

.oupute_customer_reviews_main.has-latest-news-overlap {
  margin-top: -120px;
}

.oupute_customer_reviews_main.is-tooltip-open {
  z-index: 10000;
}

.oupute_customer_reviews_main *,
.oupute_customer_reviews_main *::before,
.oupute_customer_reviews_main *::after {
  box-sizing: border-box;
}

.oupute_customer_reviews_main img,
.oupute_customer_reviews_main svg {
  display: block;
}

.oupute_customer_reviews_main .oupute-customer-reviews-shell {
  position: relative;
  min-height: 1099px;
  overflow: hidden;
}

.oupute_customer_reviews_main .oupute-customer-reviews-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.oupute_customer_reviews_main .oupute-customer-reviews-bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: fill;
  object-position: center top;
  transform: translateX(-50%);
}

.oupute_customer_reviews_main .oupute-customer-reviews-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 240px 0 120px;
}

.oupute_customer_reviews_main .oupute-customer-reviews-header {
  width: 100%;
  text-align: center;
}

.oupute_customer_reviews_main .oupute-customer-reviews-title {
  width: min(785px, 100%);
  margin: 0 auto;
  color: #222222;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.oupute_customer_reviews_main .oupute-customer-reviews-desc {
  width: 100%;
  margin: 30px auto 0;
  color: #222222;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.oupute_customer_reviews_main .oupute-customer-reviews-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 85px;
}

.oupute_customer_reviews_main .oupute-customer-review-feature-card {
  display: grid;
  grid-template-columns: 322.8px minmax(0, 1fr);
  gap: 28.8px;
  min-height: 317px;
  padding: 19.2px;
  border: 1.2px solid #E1E4EB;
  border-radius: 20px;
  background: #F9FAFB;
}

.oupute_customer_reviews_main .oupute-customer-review-feature-media {
  width: 322.8px;
  height: 277.2px;
  overflow: hidden;
  border-radius: 16px;
}

.oupute_customer_reviews_main .oupute-customer-review-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oupute_customer_reviews_main .oupute-customer-review-feature-body {
  min-width: 0;
  padding-top: 15px;
}

.oupute_customer_reviews_main .oupute-customer-review-feature-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 51.6px;
  gap: 0;
  align-items: start;
  min-height: 70.4px;
}

.oupute_customer_reviews_main .oupute-customer-review-name {
  margin: 0;
  color: #222222;
  font-family: var(--oupute-title-font-family, var(--title-font-family));
  font-size: 30px;
  font-weight: 600;
  line-height: 1.27;
}

.oupute_customer_reviews_main .oupute-customer-review-role {
  margin: 2.4px 0 0;
  color: #A4A4A4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.oupute_customer_reviews_main .oupute-customer-review-quote {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 51.6px;
  height: 51.6px;
  color: #DADEE7;
  font-family: Georgia, serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.7;
  transform: translateY(-4px);
}

.oupute_customer_reviews_main .oupute-customer-review-text {
  display: -webkit-box;
  margin: 28.8px 0 0;
  overflow: hidden;
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: default;
}

.oupute_customer_reviews_main .oupute-customer-reviews-marquee {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  direction: ltr;
}

.oupute_customer_reviews_main .oupute-customer-reviews-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  direction: ltr;
  animation: ouputeCustomerReviewsMarquee 26s linear infinite;
  will-change: transform;
}

.oupute_customer_reviews_main .oupute-customer-reviews-marquee.is-paused .oupute-customer-reviews-track,
.oupute_customer_reviews_main .oupute-customer-reviews-marquee:hover .oupute-customer-reviews-track {
  animation-play-state: paused;
}

.oupute_customer_reviews_main .oupute-customer-review-card {
  flex: 0 0 420px;
  width: 420px;
  min-height: 237.6px;
  padding: 28.8px;
  border: 1.2px solid #E1E4EB;
  border-radius: 24px;
  background: #F9FAFB;
}

.oupute_customer_reviews_main .oupute-customer-review-card-head {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 51.6px;
  gap: 14.4px;
  align-items: center;
}

.oupute_customer_reviews_main .oupute-customer-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.oupute_customer_reviews_main .oupute-customer-review-card-person {
  min-width: 0;
}

.oupute_customer_reviews_main .oupute-customer-review-card .oupute-customer-review-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oupute_customer_reviews_main .oupute-customer-review-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 14.4px;
  background: #E7E9EF;
}

.oupute_customer_reviews_main .oupute-customer-review-card .oupute-customer-review-text {
  margin-top: 14.4px;
}

.oupute_customer_reviews_main .oupute-customer-reviews-marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 92.4px;
  pointer-events: none;
}

.oupute_customer_reviews_main .oupute-customer-reviews-marquee-fade.is-left {
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.oupute_customer_reviews_main .oupute-customer-reviews-marquee-fade.is-right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

[dir="rtl"] .oupute_customer_reviews_main .oupute-customer-review-card {
  direction: rtl;
}

[dir="rtl"] .oupute_customer_reviews_main .oupute-customer-review-card .oupute-customer-review-name,
[dir="rtl"] .oupute_customer_reviews_main .oupute-customer-review-card .oupute-customer-review-role,
[dir="rtl"] .oupute_customer_reviews_main .oupute-customer-review-card .oupute-customer-review-text {
  text-align: right;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip {
  --oupute-tooltip-mobile-left: 50%;
  --oupute-tooltip-mobile-top: 50%;
  --oupute-tooltip-vh: 100vh;
  position: fixed;
  z-index: 9999;
  display: none;
  width: 378px;
  max-height: calc(100vh - 32px);
  padding: 28px;
  border-radius: 20px;
  background: #ffffff;
  color: #666666;
  box-shadow: 0 20px 48px rgba(24, 29, 39, 0.18);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  overflow: visible;
  pointer-events: none;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip::before {
  content: "";
  position: absolute;
  left: var(--oupute-tooltip-arrow-left, 20px);
  width: 20px;
  height: 13px;
  background: #ffffff;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-below::before {
  top: -13px;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-above::before {
  bottom: -13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-visible {
  display: block;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-mobile {
  left: var(--oupute-tooltip-mobile-left) !important;
  right: auto;
  top: var(--oupute-tooltip-mobile-top) !important;
  bottom: auto;
  width: min(520px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: min(520px, calc(var(--oupute-tooltip-vh) - 64px));
  padding: 52px 22px 24px;
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 48px rgba(24, 29, 39, 0.22), 0 0 0 9999px rgba(24, 29, 39, 0.34);
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-mobile::before {
  display: none;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #F4F5F7;
  color: #333333;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip-content {
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #666666;
  font-weight: 500;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip:not(.is-mobile) .oupute-customer-review-tooltip-content {
  max-height: calc(var(--oupute-tooltip-vh) - 88px);
  font-size: 20px;
  line-height: 1.5;
}

.oupute_customer_reviews_main .oupute-customer-review-tooltip.is-mobile .oupute-customer-review-tooltip-content {
  max-height: calc(var(--oupute-tooltip-vh) - 140px);
  font-size: 17px;
  line-height: 1.6;
}

@supports (height: 100dvh) {
  .oupute_customer_reviews_main .oupute-customer-review-tooltip {
    --oupute-tooltip-vh: 100dvh;
    max-height: calc(100dvh - 32px);
  }

  .oupute_customer_reviews_main .oupute-customer-review-tooltip.is-mobile {
    max-height: min(520px, calc(var(--oupute-tooltip-vh) - 64px));
  }

  .oupute_customer_reviews_main .oupute-customer-review-tooltip.is-mobile .oupute-customer-review-tooltip-content {
    max-height: calc(var(--oupute-tooltip-vh) - 140px);
  }
}

@keyframes ouputeCustomerReviewsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

@media screen and (max-width: 1600px) {
  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    padding-top: 220px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-card {
    grid-template-columns: minmax(230px, 322.8px) minmax(0, 1fr);
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-media {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .oupute_customer_reviews_main.has-latest-news-overlap {
    margin-top: -96px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-shell {
    min-height: auto;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    width: min(1180px, calc(100% - 48px));
    padding-top: 196px;
    padding-bottom: 96px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-title {
    font-size: 52px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-featured {
    margin-top: 72px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-card {
    grid-template-columns: minmax(210px, 0.95fr) minmax(0, 1fr);
    min-height: auto;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-media {
    height: auto;
    aspect-ratio: 322.8 / 277.2;
  }

  .oupute_customer_reviews_main .oupute-customer-review-name {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .oupute_customer_reviews_main.has-latest-news-overlap {
    margin-top: -76px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    padding-top: 156px;
    padding-bottom: 80px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-featured {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-card {
    grid-template-columns: minmax(260px, 322.8px) minmax(0, 1fr);
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-marquee {
    margin-top: 28px;
  }
}

@media screen and (max-width: 992px) {
  .oupute_customer_reviews_main.has-latest-news-overlap {
    margin-top: -56px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-bg img {
    min-width: 1200px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    padding-top: 116px;
    padding-bottom: 64px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-title {
    font-size: 44px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-desc {
    font-size: 18px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-card {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-media {
    max-width: 322.8px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-text {
    cursor: pointer;
  }

  .oupute_customer_reviews_main .oupute-customer-review-tooltip:not(.is-mobile) {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .oupute_customer_reviews_main.has-latest-news-overlap {
    margin-top: -40px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    width: calc(100% - 40px);
    padding-top: 88px;
    padding-bottom: 56px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-title {
    font-size: 36px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-desc {
    margin-top: 20px;
    font-size: 16px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-featured {
    margin-top: 44px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-card,
  .oupute_customer_reviews_main .oupute-customer-review-card {
    padding: 20px;
    border-radius: 18px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-body {
    padding-top: 0;
  }

  .oupute_customer_reviews_main .oupute-customer-review-name {
    font-size: 24px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-role,
  .oupute_customer_reviews_main .oupute-customer-review-text {
    font-size: 17px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-card {
    flex-basis: min(360px, calc(100vw - 64px));
    width: min(360px, calc(100vw - 64px));
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-marquee-fade {
    width: 38px;
  }
}

@media screen and (max-width: 576px) {
  .oupute_customer_reviews_main.has-latest-news-overlap {
    margin-top: -28px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-inner {
    width: calc(100% - 32px);
    padding-top: 68px;
    padding-bottom: 44px;
  }

  .oupute_customer_reviews_main .oupute-customer-reviews-title {
    font-size: 32px;
  }

  .oupute_customer_reviews_main .oupute-customer-review-feature-media {
    max-width: none;
    width: 100%;
  }

  .oupute_customer_reviews_main .oupute-customer-review-quote {
    width: 42px;
    height: 42px;
    font-size: 78px;
  }
}
