:root {
  --cw-deep: #041a71;
  --cw-bright: #7dd3fc;
  --cw-fun: #ff9f1c;
  --cw-fresh: #84cc16;
  --cw-pop: #ff4d8d;
  --cw-ink: #334155;
  --cw-navy: #041a71;
  --cw-navy-deep: #041a71;
  --cw-orange: #ff9f1c;
  --cw-orange-hover: #e88f0a;
  --cw-teal: #7dd3fc;
  --cw-sky: #f3f8fc;
  --cw-black: #041a71;
  --cw-white: #ffffff;
  --cw-text: #1f2937;
  --cw-text-muted: #334155;
  --cw-success: #10b981;
  --cw-error: #ef4444;
  --cw-border-light: rgba(4, 26, 113, 0.15);
  --cw-font: Plus Jakarta Sans, system-ui, -apple-system, sans-serif;
  --cw-font-heading: Rubik, system-ui, -apple-system, sans-serif;
  --cw-fs-h1: clamp(2.5rem, 6vw, 4.8125rem);
  --cw-fs-h2: clamp(1.75rem, 3vw, 2.5rem);
  --cw-fs-h3: 1.3125rem;
  --cw-fs-body: 1rem;
  --cw-fs-small: 0.875rem;
  --cw-container: 75rem;
  --cw-gutter: clamp(1rem, 4vw, 2rem);
  --cw-radius-pill: 9999px;
  --cw-shadow-cta: 0 0.25rem 0.875rem rgba(255, 159, 28, 0.35);
  --cw-transition: 0.2s ease;
}

.reviews-section {
  position: relative;
  overflow: hidden;
  background-image: url("../../src/images/review-bkg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f3f8fc;
}

.reviews-section__wave {
  display: block;
  line-height: 0;
  color: #ffffff;
  position: absolute;
}
.reviews-section__wave--top {
  background: url("../../src/images/r-shape-top.svg") no-repeat center;
  top: -4px;
  width: 100%;
  height: 150px;
  background-size: cover;
}
.reviews-section__wave--bottom {
  background: url("../../src/images/r-shape-bottom.svg") no-repeat center;
  bottom: -13px;
  width: 100%;
  height: 100px;
  background-size: cover;
}

.reviews-section__wave-svg {
  display: block;
  width: 100%;
  height: clamp(2rem, 5vw, 3.5rem);
}

.reviews-section__panel {
  background-size: 24px 24px;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.reviews-section__inner {
  position: relative;
  z-index: 1;
}

.reviews-section--has-badge {
  margin-top: 60px;
  overflow: visible;
}

.reviews-section--has-carousel {
  overflow: visible;
}

.reviews-section--has-carousel .reviews-section__panel,
.reviews-section--has-carousel .reviews-section__inner {
  overflow: visible;
}

.reviews-section__badge {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: 4px 2px 12px 0 rgba(4, 26, 113, 0.07);
  overflow: hidden;
}
.reviews-section__badge .es-badge-container,
.reviews-section__badge [class*=es-badge-container],
.reviews-section__badge .es-card-badge-container,
.reviews-section__badge [class*=es-card-badge-container] {
  border: none !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.reviews-section__badge .ddNjLx {
  height: 100%;
  width: 200px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  gap: 4px;
  padding: 16px 24px 20px;
  border-radius: 24px;
  background: #fff;
}

.reviews-section--has-badge .reviews-section__badge {
  margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .reviews-section--has-badge .reviews-section__badge {
    margin-top: -90px;
  }
}

.reviews-section__header {
  max-width: 75rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  text-align: center;
}

.reviews-section__title {
  margin: 0 0 0.75rem;
  font-family: "Rubik", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: #041a71;
}

.reviews-section__subtitle {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  font-weight: 600;
  line-height: 1.55;
  color: #041a71;
}
.reviews-section__subtitle p {
  margin: 0;
}
.reviews-section__subtitle p + p {
  margin-top: 0.75rem;
}

.reviews-section__widget {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto clamp(2rem, 4vw, 2.5rem);
  min-height: 12rem;
  position: relative;
  overflow: visible;
  padding-inline: 40px;
}

.reviews-section__editor-hint {
  max-width: 36rem;
  margin: 0 auto 2rem;
  padding: 1rem 1.25rem;
  border-radius: 0.75rem;
  background: rgba(4, 26, 113, 0.06);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #041a71;
  text-align: center;
}

.reviews-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}

.reviews-section [class*=es-carousel-arrow-control-container-next],
.reviews-section .es-carousel-arrow-control-container-next,
.reviews-section .es-carousel-arrow-control-right {
  right: -40px !important;
}
.reviews-section [class*=es-carousel-arrow-control-container-previous],
.reviews-section .es-carousel-arrow-control-container-previous,
.reviews-section .es-carousel-arrow-control-container-prev,
.reviews-section .es-carousel-arrow-control-left {
  left: -40px !important;
}
.reviews-section [class*=es-review-link-container],
.reviews-section .es-review-link-container {
  pointer-events: none !important;
  cursor: default !important;
}
.reviews-section [class*=es-review-link-container] a,
.reviews-section .es-review-link-container a {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: inherit;
  color: #fff !important;
}

/*# sourceMappingURL=reviews-section.css.map */
