.insurance-page {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 132px;
}
h1 span,
h2 span {
  color: #4000a9;
}

.l {
  position: absolute;
  left: 30px;
  top: 60px;
  overflow: visible;
  aspect-ratio: 1;
}
.r {
  position: absolute;
  right: 30px;
  bottom: 0px;
  overflow: visible;
  aspect-ratio: 1;
}
.feature-gradient-bg {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  padding: 60px 40px 0px 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.feature-gradient-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.feature-gradient-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 40px;
}

.proven-results {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.card-stats {
  display: flex;
  gap: 30px;
}
.card-stats-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.card-stats-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-stats-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.label-wrapper {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  border-style: solid;
  border-color: #4000a9;
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-flex;
}

.label-text {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-stat-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.card-stats-title {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.card-stats-bold {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.card-stats-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.card-stats-table {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}

.top-left {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}

.top-right {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.bottom-left {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.bottom-right {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.stat {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 50%;
  font-weight: 700;
  position: relative;
}
.stat-text {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.small-texts {
  font-family: "Inter-Medium", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
.small-text {
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
}

/* ===== FEATURES SECTION ===== */
.features-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.6) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 8px;
  padding: 60px 60px 0px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.three-blocks {
  padding: 0px 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.three-blocks h2 {
  color: 290074;
}

/* ===== FEATURE COMPONENT ===== */
.feature {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

/* ===== NUDGE FEATURE CARDS ===== */
.nudge-feature-cards {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  align-items: stretch;
}

.nudge-feature-card-container {
  flex: 1;
  display: flex;
}

.nudge-feature-card-wrapper {
  background: linear-gradient(146.69deg, #290074 0%, #1e0059 100%);
  border-radius: 8px;
  padding: 82px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  flex: 1;
}

.nudge-feature-icon-wrapper {
  background: #ffffff;
  border-radius: 100px;
  border: 1px solid #290074;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
}

.nudge-feature-card-icon {
  width: 40px;
  height: auto;
}

.nudge-feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
}

.nudge-feature-card-title {
  color: #ffffff;
  font-family: "Albert Sans", sans-serif;
  font-size: 32px;
  line-height: 110%;
  font-weight: 600;
  margin: 0;
}

.nudge-feature-card-text {
  color: #ffffff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  margin: 0;
}

/* ===== RESEARCH FOUNDATIONAL SECTION ===== */
.research-foundational-section {
  padding: 0px 100px;
  width: 100%;
  box-sizing: border-box;
}

.research-foundational-content {
  background: linear-gradient(
      94.94deg,
      rgba(64, 0, 169, 0.2) 0%,
      rgba(225, 0, 255, 0.2) 100%
    ),
    linear-gradient(93.4deg, rgba(52, 46, 119, 1) 0%, rgba(35, 31, 81, 1) 100%);
  border-radius: 8px;
  padding: 52px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.research-foundational-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 650px;
}

/* remove space under the last child */
.research-foundational-text > *:last-child {
  margin-bottom: 0;
}

.research-foundational-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0;
}

.research-foundational-title__main {
  color: #ffffff;
}

.research-foundational-title__highlight {
  color: #ffffff;
}

.research-foundational-description {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0;
}

.research-foundational-buttons {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}

.research-foundational-image {
  position: relative;
  padding-bottom: 27px;
}

.research-foundational-bg {
  position: absolute;
  top: 20px;
  opacity: 0.5;
  height: 215px;
  object-fit: contain;
  right: 33px;
}

/* ===== INSIGHTS SECTION ===== */
.insights-section {
  padding: 0px 100px;
  width: 100%;
  box-sizing: border-box;
}

.insights-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}

.insights-title {
  color: #290074;
  font-family: "Albert Sans", sans-serif;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.insights-filters {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

.filter-btn {
  background: #fff;
  border: 1px solid #4000a9;
  border-radius: 24px;
  padding: 8px 24px;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn--active {
  background: #4000a9;
  border-color: #4000a9;
  color: #ffffff;
}

.filter-btn:hover {
  border-color: #4000a9;
  color: #4000a9;
}

.filter-btn--active:hover {
  color: #ffffff;
}

.insights-cards {
  display: flex;
  gap: 32px;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}

.insight-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 300px;
  max-width: calc(50% - 16px);
  width: calc(50% - 16px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.insight-card-header {
  display: flex;
  align-items: center;
}

.insight-type {
  background: #f8f4ff;
  color: #4000a9;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.insight-card-title {
  color: #1a1a1a;
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  margin: 0;
}

.insight-card-description {
  color: #666666;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
  flex: 1;
}

.insight-card-btn {
  background: transparent;
  border-radius: 60px;
  border: 1px solid #323232;
  padding: 12px 24px;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4000a9;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.insight-card-btn:hover {
  background: #4000a9;
  border-color: #4000a9;
  color: #ffffff;
}

/* ===== DOTTED LINE SECTION ===== */
.dotted-line-section {
  padding: 0;
  width: 100%;
}

.dotted-line-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.dotted-line-header {
  text-align: center;
  margin-bottom: 8px; /* reduced to tighten spacing above chips */
}

.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* Ensure canvas sits directly under connector and behind it */
.dotted-line-canvas {
  position: relative;
  height: 24px;
  width: 100%;
  display: block;
  margin-top: 0;
  pointer-events: none;
  z-index: 1;
  background: transparent;
}

/* Slightly reduce bottom padding under chips to keep tight */
.dotted-line-chips {
  padding-bottom: 4px;
}

.dotted-line-title {
  font-size: 40px;
  font-weight: 700;
  color: #290074;
  margin: 0 0 16px 0;
  font-family: "Albert Sans", sans-serif;
}

.dotted-line-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding-top: 24px;
  width: 100%;
}

.dotted-line-item {
  flex: 0 0 calc(33.33% - 15px);
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: none;
  width: calc(33.33% - 15px);
  box-sizing: border-box;
  padding: 0 10px;
}

.dotted-line-item:nth-child(3) {
  flex: 0 0 calc(33.33% - 15px);
  width: calc(33.33% - 15px);
  margin-left: 0;
  margin-right: 0;
}

/* Center the second row (items 4-5) */
.dotted-line-item:nth-child(4),
.dotted-line-item:nth-child(5) {
  flex: 0 0 calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}

/* Add margin to center the second row */
.tab-content--active {
  justify-content: center;
}

.dotted-line-number {
  width: 32px;
  height: 32px;
  background: #4000a9;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.dotted-line-text {
  flex: 1;
  text-align: center;
}

.dotted-line-item h2 {
  font-size: 40px;
  font-weight: 700;
  color: #4000a9;
  margin: 0 0 8px 0;
  font-family: "Albert Sans", sans-serif;
}

.dotted-line-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #290074;
  margin: 0 0 8px 0;
  font-family: "Albert Sans", sans-serif;
}

.dotted-line-text p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #323232;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Tab Content Styling */
.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content--active {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Ensure all tabs have the same layout */
.tab-content--active .dotted-line-item:nth-child(n + 4) {
  margin-top: 20px;
}

/* Center the second row items */
.tab-content--active .dotted-line-item:nth-child(4):last-child {
  margin-left: auto;
  margin-right: auto;
}

/* When there are 5 items, center them in the second row */
.tab-content--active .dotted-line-item:nth-child(4):not(:last-child),
.tab-content--active .dotted-line-item:nth-child(5) {
  margin-left: auto;
  margin-right: auto;
}

/* Breakpoint 1 - Tablet */
@media (max-width: 768px) {
  .l {
    position: absolute;
    left: -90px;
    top: -20px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: 0px;
    bottom: -140px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .tab-content--active {
    flex-direction: column;
    justify-content: flex-start;
  }
  .dotted-line-item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .dotted-line-text {
    text-align: left;
  }
  .tab-content--active .dotted-line-item:nth-child(4):not(:last-child),
  .tab-content--active .dotted-line-item:nth-child(5) {
    margin: 0;
  }
  .dotted-line-item:nth-child(3),
  .dotted-line-item:nth-child(4),
  .dotted-line-item:nth-child(5) {
    flex: 1;
    width: 100%;
  }

  .features-section {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .three-blocks {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .nudge-feature-cards {
    flex-direction: column;
    gap: 20px;
  }

  .nudge-feature-card-container {
    flex: none;
    margin-top: 45px;
    padding: 0 150px;
  }

  .nudge-feature-card-wrapper {
    padding: 60px 20px 20px;
  }

  .nudge-feature-icon-wrapper {
    top: -45px;
  }

  .nudge-feature-card-content {
    justify-content: flex-start;
  }

  .research-foundational-section {
    padding: 0px 20px;
  }

  .research-foundational-content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .research-foundational-text {
    align-items: center;
  }

  .research-foundational-buttons {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .research-foundational-bg {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .insights-section {
    padding: 0px 20px;
  }

  .insights-cards {
    flex-direction: column;
    gap: 24px;
  }

  .insight-card {
    max-width: 100%;
    min-width: auto;
  }

  .insights-title {
    font-size: 32px;
  }
}

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  .l {
    position: absolute;
    left: -90px;
    top: -80px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: -100px;
    bottom: -180px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .feature {
    padding: 0px 15px;
    text-align: center;
  }
  .features-section {
    padding: 30px 15px;
    gap: 40px;
  }

  /* Mobile styles for dotted line items */
  .dotted-line-item {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .dotted-line-text h4 {
    font-size: 16px;
  }

  .dotted-line-text p {
    font-size: 13px;
  }

  .three-blocks {
    padding: 0px 20px;
    gap: 40px;
  }

  .research-foundational-section {
    padding: 0px 15px;
  }

  .research-foundational-title {
    font-size: 30px;
  }
  .research-foundational-buttons {
    justify-content: center;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .research-foundational-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
  }
  .cta-button--secondary {
    width: 100%;
  }

  .insights-section {
    padding: 0px 15px;
  }

  .insights-title {
    font-size: 28px;
  }

  .insights-filters {
    flex-wrap: wrap;
    gap: 12px;
  }

  .filter-btn {
    font-size: 12px;
    padding: 6px 16px;
  }

  .insight-card {
    padding: 24px;
  }

  .insight-card-title {
    font-size: 20px;
  }
}

/* Pills styling to match design */
.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* Duplicate canvas rules removed */

.dotted-line-title {
  font-size: 40px;
  font-weight: 700;
  color: #290074;
  margin: 0 0 16px 0;
  font-family: "Albert Sans", sans-serif;
}

/* Breakpoint 1 - Tablet */
@media (max-width: 768px) {
  .l {
    position: absolute;
    left: -90px;
    top: -20px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: 0px;
    bottom: -140px;
    overflow: visible;
    aspect-ratio: 1;
  }

  .features-section {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .three-blocks {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .nudge-feature-cards {
    flex-direction: column;
    gap: 20px;
  }

  .nudge-feature-card-container {
    flex: none;
    margin-top: 45px;
    padding: 0 150px;
  }

  .nudge-feature-card-wrapper {
    padding: 60px 20px 20px;
  }

  .nudge-feature-icon-wrapper {
    top: -45px;
  }

  .nudge-feature-card-content {
    justify-content: flex-start;
  }

  .research-foundational-section {
    padding: 0px 20px;
  }

  .research-foundational-content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .research-foundational-text {
    align-items: center;
  }

  .research-foundational-buttons {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .research-foundational-bg {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .insights-section {
    padding: 0px 20px;
  }

  .insights-cards {
    flex-direction: column;
    gap: 24px;
  }

  .insight-card {
    max-width: 100%;
    min-width: auto;
  }

  .insights-title {
    font-size: 32px;
  }
}

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  .l {
    position: absolute;
    left: -90px;
    top: -80px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: -100px;
    bottom: -180px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .feature {
    padding: 0px 15px;
    text-align: center;
  }
  .features-section {
    padding: 30px 15px;
    gap: 40px;
  }

  .three-blocks {
    padding: 0px 20px;
    gap: 40px;
  }

  .research-foundational-section {
    padding: 0px 15px;
  }

  .research-foundational-title {
    font-size: 30px;
  }
  .research-foundational-buttons {
    justify-content: center;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .research-foundational-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
  }
  .cta-button--secondary {
    width: 100%;
  }

  .insights-section {
    padding: 0px 15px;
  }

  .insights-title {
    font-size: 28px;
  }

  .insights-filters {
    flex-wrap: wrap;
    gap: 12px;
  }

  .filter-btn {
    font-size: 12px;
    padding: 6px 16px;
  }

  .insight-card {
    padding: 24px;
  }

  .insight-card-title {
    font-size: 20px;
  }
}
/* Pills styling to match design */
.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* Final duplicate canvas rules removed */

.dotted-line-title {
  font-size: 40px;
  font-weight: 700;
  color: #290074;
  margin: 0 0 16px 0;
  font-family: "Albert Sans", sans-serif;
}

/* Duplicate content rule removed - using the correct flexbox layout defined earlier */

.dotted-line-title {
  color: #4000a9;
}
.chip-container {
  flex: 0 0 auto;
  display: flex;
}

.dotted-line-chips .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 9999px;
  border: 1.5px solid #4000a9;
  background-color: #ffffff;
  color: #4000a9;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    transform 0.05s ease;
}
.dotted-line-chips .chip:hover {
  background-color: rgba(64, 0, 169, 0.06);
}
.dotted-line-chips .chip--active,
.dotted-line-chips .chip[aria-selected="true"] {
  background-color: #4000a9;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(64, 0, 169, 0.18);
}
.dotted-line-chips .chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(64, 0, 169, 0.3);
}
.proven-impact {
  padding: 0px 100px;
}
@media (min-width: 769px) {
  .dotted-line-chips {
    justify-content: center;
  }
}
.dotted-line-text p {
  color: #323232;
}

.proven-impact {
  padding: 0px 100px;
}

/* Breakpoint 1 - Tablet */
@media (max-width: 768px) {
  .l {
    position: absolute;
    left: -90px;
    top: -20px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: 0px;
    bottom: -140px;
    overflow: visible;
    aspect-ratio: 1;
  }

  .features-section {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .three-blocks {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .nudge-feature-cards {
    flex-direction: column;
    gap: 20px;
  }

  .nudge-feature-card-container {
    flex: none;
    margin-top: 45px;
    padding: 0 150px;
  }

  .nudge-feature-card-wrapper {
    padding: 60px 20px 20px;
  }

  .nudge-feature-icon-wrapper {
    top: -45px;
  }

  .nudge-feature-card-content {
    justify-content: flex-start;
  }

  .research-foundational-section {
    padding: 0px 20px;
  }

  .research-foundational-content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .research-foundational-text {
    align-items: center;
  }

  .research-foundational-buttons {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .research-foundational-bg {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .insights-section {
    padding: 0px 20px;
  }

  .insights-cards {
    flex-direction: column;
    gap: 24px;
  }

  .insight-card {
    max-width: 100%;
    min-width: auto;
  }

  .insights-title {
    font-size: 32px;
  }
}

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  .l {
    position: absolute;
    left: -90px;
    top: -80px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: -100px;
    bottom: -180px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .feature {
    padding: 0px 15px;
    text-align: center;
  }
  .features-section {
    padding: 30px 15px;
    gap: 40px;
  }

  .three-blocks {
    padding: 0px 20px;
    gap: 40px;
  }

  .research-foundational-section {
    padding: 0px 15px;
  }

  .research-foundational-title {
    font-size: 30px;
  }
  .research-foundational-buttons {
    justify-content: center;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .research-foundational-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
  }
  .cta-button--secondary {
    width: 100%;
  }

  .insights-section {
    padding: 0px 15px;
  }

  .insights-title {
    font-size: 28px;
  }

  .insights-filters {
    flex-wrap: wrap;
    gap: 12px;
  }

  .filter-btn {
    font-size: 12px;
    padding: 6px 16px;
  }

  .insight-card {
    padding: 24px;
  }

  .insight-card-title {
    font-size: 20px;
  }
}
/* Pills styling to match design */
.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* --- Design parity overrides for dotted-line section (appended) --- */

.dotted-line-title {
  color: #4000a9;
}
.dotted-line-chips .chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 9999px;
  border: 1.5px solid #4000a9;
  background-color: #ffffff;
  color: #4000a9;
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease,
    transform 0.05s ease;
}
.dotted-line-chips .chip:hover {
  background-color: rgba(64, 0, 169, 0.06);
}
.dotted-line-chips .chip--active,
.dotted-line-chips .chip[aria-selected="true"] {
  background-color: #4000a9;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(64, 0, 169, 0.18);
}
.dotted-line-chips .chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(64, 0, 169, 0.3);
}
@media (min-width: 769px) {
  .dotted-line-chips {
    justify-content: center;
  }
}
.dotted-line-text p {
  color: #323232;
}
/* Pills styling to match design */
.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* Last duplicate canvas rules removed */

.dotted-line-title {
  font-size: 40px;
  font-weight: 700;
  color: #290074;
  margin: 0 0 40px 0;
  font-family: "Albert Sans", sans-serif;
}

/* Breakpoint 1 - Tablet */
@media (max-width: 768px) {
  .l {
    position: absolute;
    left: -90px;
    top: -20px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: 0px;
    bottom: -140px;
    overflow: visible;
    aspect-ratio: 1;
  }

  .features-section,
  .proven-impact {
    padding: 40px 20px 0px;
    flex-direction: column;
  }

  .three-blocks {
    padding: 0px 20px 0px;
    flex-direction: column;
  }

  /* Tablet styles for dotted line items */
  .dotted-line-item {
    flex: 1;
    width: 100%;
  }

  .dotted-line-text h4 {
    font-size: 17px;
  }

  .dotted-line-text p {
    font-size: 14px;
    max-width: 100%;
  }

  .nudge-feature-cards {
    flex-direction: column;
    gap: 20px;
  }

  .nudge-feature-card-container {
    flex: none;
    margin-top: 45px;
    padding: 0 150px;
  }

  .nudge-feature-card-wrapper {
    padding: 60px 20px 20px;
  }

  .nudge-feature-icon-wrapper {
    top: -45px;
  }

  .nudge-feature-card-content {
    justify-content: flex-start;
  }

  .research-foundational-section {
    padding: 0px 20px;
  }

  .research-foundational-content {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .research-foundational-text {
    align-items: center;
  }

  .research-foundational-buttons {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .research-foundational-bg {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .insights-section {
    padding: 0px 20px;
  }

  .insights-cards {
    flex-direction: column;
    gap: 24px;
  }

  .insight-card {
    max-width: 100%;
    min-width: auto;
  }

  .insights-title {
    font-size: 32px;
  }
}

/* Breakpoint 2 - Mobile */
@media (max-width: 576px) {
  .l {
    position: absolute;
    left: -128px;
    top: -12px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .r {
    position: absolute;
    right: -200px;
    bottom: -170px;
    overflow: visible;
    aspect-ratio: 1;
  }
  .feature,
  .proven-impact {
    padding: 0px 15px;
    text-align: center;
  }
  .features-section {
    padding: 30px 15px;
    gap: 40px;
  }

  .three-blocks {
    padding: 0px 20px;
    gap: 40px;
  }

  .research-foundational-section {
    padding: 0px 15px;
  }

  .research-foundational-title {
    font-size: 30px;
  }
  .research-foundational-buttons {
    justify-content: center;
  }
  .research-foundational-image {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .research-foundational-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
  }
  .cta-button--secondary {
    width: 100%;
  }

  .insights-section {
    padding: 0px 15px;
  }

  .insights-title {
    font-size: 28px;
  }

  .insights-filters {
    flex-wrap: wrap;
    gap: 12px;
  }

  .filter-btn {
    font-size: 12px;
    padding: 6px 16px;
  }

  .insight-card {
    padding: 24px;
  }

  .insight-card-title {
    font-size: 20px;
  }
}
/* Pills styling to match design */
.dotted-line-chips {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 6px; /* prevents overlap with connector */
}

/* Vertical connector from active chip to dotted line */
.chip-connector {
  position: relative;
  width: 100%;
  height: 80px; /* increased vertical spacing */
  pointer-events: none;
  z-index: 2; /* render above canvas so it can overlap into it */
}

.chip-connector::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--connector-left, 0px);
  width: 2px;
  height: calc(100% + 20px);
  background-image: linear-gradient(to bottom, #4000a9 50%, transparent 50%);
  background-size: 2px 18px;
  background-repeat: repeat-y;
  background-position: left;
  transform: translateX(-2px);
}

.chip-connector .bottom-dot {
  position: absolute;
  bottom: 82px;
  left: var(--connector-left, 0px);
  width: 7px;
  height: 7px;
  background: #4000a9;
  border-radius: 50%;
  transform: translateX(-4px);
}
.proven-results {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0px 100px;
}

.frame-1000008366,
.frame-1000008366 * {
  box-sizing: border-box;
}
.frame-1000008366 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.frame-1000008365 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1000008364 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-1000008261 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  border-style: solid;
  border-color: #4000a9;
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-1000008360 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.customer-support-excellence {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.problem-highly-dissatisfied-customers-were-churning-away-to-competitors-worxogo-nudge-coach-transformed-their-cx-operations-and-turned-around-things-for-them {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.problem-highly-dissatisfied-customers-were-churning-away-to-competitors-worxogo-nudge-coach-transformed-their-cx-operations-and-turned-around-things-for-them-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.problem-highly-dissatisfied-customers-were-churning-away-to-competitors-worxogo-nudge-coach-transformed-their-cx-operations-and-turned-around-things-for-them-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.how-worxogo-helped-transformed-customer-service-operations-with-personalized-coaching-for-inbound-and-outbound-support-teams {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.how-worxogo-helped-transformed-customer-service-operations-with-personalized-coaching-for-inbound-and-outbound-support-teams-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.how-worxogo-helped-transformed-customer-service-operations-with-personalized-coaching-for-inbound-and-outbound-support-teams-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.frame-1000008373 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.results {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.frame-1000007998 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}
.frame-1000007991 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._28 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.customer-experience-improvement {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007992 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._10 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.aht-reduction {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007993 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._06 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.better-adherence {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007994 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._67 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.fewer-escalations {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008363 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1000008374 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.frame-10000079982 {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}
.frame-10000079912 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._20 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.agent-productivity-increase {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-10000079922 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._3-mins {
  color: #4000a9;
  text-align: left;
  position: relative;
}
._3-mins-span {
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
._3-mins-span2 {
  font-family: "Inter-Medium", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}
.frame-10000079932 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._25 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.achievement-increase {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
._09 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.better-communication {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008362 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.claims-processing-optimization {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.problem-agents-were-busy-as-per-the-system-records-but-output-could-not-be-measured-teams-struggled-to-match-efforts-with-outputs-resulting-in-high-attrition {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.problem-agents-were-busy-as-per-the-system-records-but-output-could-not-be-measured-teams-struggled-to-match-efforts-with-outputs-resulting-in-high-attrition-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.problem-agents-were-busy-as-per-the-system-records-but-output-could-not-be-measured-teams-struggled-to-match-efforts-with-outputs-resulting-in-high-attrition-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.how-worxogo-helped-enhanced-claims-operations-across-multiple-lines-of-business-with-ai-powered-productivity-coaching {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.how-worxogo-helped-enhanced-claims-operations-across-multiple-lines-of-business-with-ai-powered-productivity-coaching-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.how-worxogo-helped-enhanced-claims-operations-across-multiple-lines-of-business-with-ai-powered-productivity-coaching-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.proven-results-across-carriers-and-broker-orgs,
.proven-results-across-carriers-and-broker-orgs * {
  box-sizing: border-box;
}
.proven-results-across-carriers-and-broker-orgs {
  color: #290074;
  text-align: center;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
}
.frame-1000008368,
.frame-1000008368 * {
  box-sizing: border-box;
}
.frame-1000008368 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.frame-1000008365 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1000008364 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.frame-1000008261 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  border-style: solid;
  border-color: #4000a9;
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.label {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame-1000008360 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.boosting-reliability-service-quality-of-customer-service-teams {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.problem-inconsistent-service-quality-and-low-reliability-scores-resulted-in-poor-cx {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.problem-inconsistent-service-quality-and-low-reliability-scores-resulted-in-poor-cx-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.problem-inconsistent-service-quality-and-low-reliability-scores-resulted-in-poor-cx-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.how-worxogo-helped-by-deploying-worxogo-nudge-coach-agents-received-daily-personalized-coaching-tips-and-managers-got-tips-to-coach-their-teams {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.how-worxogo-helped-by-deploying-worxogo-nudge-coach-agents-received-daily-personalized-coaching-tips-and-managers-got-tips-to-coach-their-teams-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.how-worxogo-helped-by-deploying-worxogo-nudge-coach-agents-received-daily-personalized-coaching-tips-and-managers-got-tips-to-coach-their-teams-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.frame-1000008373 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.results {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.frame-1000007998 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}
.frame-1000007991 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._60 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.improved-their-productivity {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007992 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._11 {
  color: #4000a9;
  text-align: left;
  position: relative;
}
._11-span {
  font-family: "Inter-Light", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}
._11-span2 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
.higher-reliability-score {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007993 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._4-50 {
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
._4-50-span {
  color: #4000a9;
}
._4-50-span2 {
  color: #eaeae8;
}
.points-better-csat {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000007994 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._4-70 {
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
._4-70-span {
  color: #4000a9;
}
._4-70-span2 {
  color: #eaeae8;
}
.qa-score {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008363 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1000008374 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.frame-10000079982 {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}
.frame-10000079912 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._75 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.team-improved-their-performance {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-10000079922 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._6 {
  color: #4000a9;
  text-align: left;
  position: relative;
}
._6-span {
  font-family: "Inter-Light", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}
._6-span2 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
.higher-increase-in-production-hours {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-10000079932 {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
._96 {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  position: relative;
}
.accuracy-improved-to {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
._2 {
  color: #4000a9;
  text-align: left;
  position: relative;
}
._2-span {
  font-family: "Inter-Light", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}
._2-span2 {
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
}
.lower-handle-times {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.frame-1000008362 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.driving-accuracy-efficiency-in-customer-support-teams {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.problem-carrier-faced-productivity-gaps-and-and-high-handle-times-that-impacted-overall-team-performance-and-customer-service {
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.problem-carrier-faced-productivity-gaps-and-and-high-handle-times-that-impacted-overall-team-performance-and-customer-service-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.problem-carrier-faced-productivity-gaps-and-and-high-handle-times-that-impacted-overall-team-performance-and-customer-service-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}
.how-worxogo-helped-by-deploying-worxogo-nudge-coach-agents-received-daily-personalized-coaching-tips-and-managers-got-tips-to-coach-their-teams-span {
  color: #4000a9;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-weight: 600;
}
.how-worxogo-helped-by-deploying-worxogo-nudge-coach-agents-received-daily-personalized-coaching-tips-and-managers-got-tips-to-coach-their-teams-span2 {
  color: #616160;
  font-family: "AlbertSans-Regular", sans-serif;
}

/* Proven Results*/
.proven-results {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.card-stats {
  display: flex;
  gap: 30px;
}
.card-stats-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.card-stats-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.card-stats-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.label-wrapper {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  border-style: solid;
  border-color: #4000a9;
  border-width: 1px;
  padding: 12px 16px 12px 16px;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-flex;
}

.label-text {
  color: #4000a9;
  text-align: center;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-stat-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.card-stats-title {
  color: #342e77;
  text-align: left;
  font-family: "AlbertSans-Bold", sans-serif;
  font-size: 32px;
  line-height: 112%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.card-stats-bold {
  color: #4000a9;
  text-align: left;
  font-family: "AlbertSans-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}
.card-stats-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.card-stats-table {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 520px;
  position: relative;
}

.top-left {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}

.top-right {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.bottom-left {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.bottom-right {
  background: #eaeae8;
  border-style: solid;
  border-color: #b1b1af;
  border-width: 1px;
  padding: 20px 12px 20px 12px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  height: 92px;
  min-width: 240px;
  position: relative;
}
.stat {
  color: #4000a9;
  text-align: left;
  font-family: "Inter-Bold", sans-serif;
  font-size: 40px;
  line-height: 50%;
  font-weight: 700;
  position: relative;
}
.stat-text {
  color: #616160;
  text-align: left;
  font-family: "AlbertSans-Regular", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.small-texts {
  font-family: "Inter-Medium", sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
}

@media (max-width: 767px) {
  .card-stats {
    flex-direction: column;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}

@media (max-width: 576px) {
  .insurance-page {
    gap: 60px;
  }
  .card-stats-table {
    min-width: 100%;
  }
  .nudge-feature-card-container {
    padding: 0 50px;
  }
  .proven-results-across-carriers-and-broker-orgs {
    font-size: 28px;
  }
  .proven-results {
    padding: 0 20px;
  }
  .card-stats-table {
    min-width: 100%;
  }
}
