/*NAV*/
.sodm-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  padding: 16px 0;
}

.sodm-nav-dropdown {
  width: 100%;
  position: relative;
  margin-right: 24px;
}

.sodm-nav-dropdown:before {
  content: "Index: ";
  position: absolute;
  font-family: "Messina Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.14px;
  left: -55px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sodm-nav-button {
  width: 100%;
  padding: 12px 16px;
  background: #efeeff;
  /* border: 1px solid #e5e7eb; */
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.sodm-nav-button:hover {
  border-color: #6b7280;
}

.sodm-nav-options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.sodm-nav-options.show {
  opacity: 1;
  visibility: visible;
}

.nav-option {
  display: block;
  padding: 12px 16px;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 14px;
}

.nav-option:hover {
  background: #efeeff;
  color: #4131f1;
}

.nav-option.active {
  background: #efeeff;
  font-weight: 600;
}

/* Animation for the dropdown arrow */
.sodm-nav-button svg {
  transition: transform 0.2s ease;
}

.sodm-nav-button.active svg {
  transform: rotate(180deg);
}
.sodm-cta-section,
.sodm-fw-section {
  position: relative;
}
.sodm-cta-section:before,
.sodm-fw-section:before {
  content: "";
  position: absolute;
  top: 48px;
  border-top: solid 1px rgba(39, 208, 232, 0.45);
  width: 100%;
}
.sodm-cta-section.magenta:before {
  border-top: solid 1px rgba(255, 255, 255, 0.45);
}
.sodm-cta-section:after,
.sodm-fw-section:after {
  content: "";
  position: absolute;
  bottom: 48px;
  border-top: solid 1px rgba(39, 208, 232, 0.45);
  width: 100%;
}
.sodm-cta-section.magenta:after {
  border-top: solid 1px rgba(255, 255, 255, 0.45);
}
.sodm-fw-section-inner {
  position: relative;
}

.sodm-fw-section-inner:before {
  content: url("https://cdn.prod.website-files.com/5e1e5c62fa3d4447af417098/67ad2cde8c043393a580471a_customer_spotlight.svg");
  left: -48px;
  position: absolute;
  top: 0px;
  height: 100%;

  width: 100%;
}
.sodm-fw-section-inner.personalization-at-scale:before {
  content: url("https://cdn.prod.website-files.com/5e1e5c62fa3d4447af417098/67ad30df2963be9754831ee1_personalization_at_scale.svg");
}
.sodm-fw-section-inner.data-driven-targeting:before {
  content: url("https://cdn.prod.website-files.com/5e1e5c62fa3d4447af417098/67ad579a1b953099f1bb1727_data-driven-target.svg");
}
.sodm-fw-section-inner:after {
  position: absolute;
  content: "";
  left: -48px;
  height: 100%;
  max-height: 50%;
  width: 100%;
  bottom: 20px;
  background-image: url("https://cdn.prod.website-files.com/5e1e5c62fa3d4447af417098/67b5122b7d5dbf3bd6a96963_4b2749a876f7798c7884aa3ddd1dbb46_new_wave_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.sodm-mobile-header {
  position: relative;
}
.sodm-mobile-header:before {
  content: "";
  position: absolute;
  left: 35px;
  border-left: solid 1px rgba(39, 208, 232, 0.45);
  height: 100%;
}
.sodm-mobile-header:after {
  content: "";
  position: absolute;
  right: 35px;
  border-left: solid 1px rgba(39, 208, 232, 0.45);
  height: 100%;
}
.sodm-mobile-afterline {
  position: relative;
}
.sodm-mobile-afterline::after {
  position: absolute;
  content: "";
  background-image: url("https://cdn.prod.website-files.com/5e1e5c62fa3d4447af417098/67b5452847b81946b391758e_dea783e21779a9b459b91fc6947536ae_yellow_line.svg");
  left: 5px;
  bottom: -20px;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
}

/*Charts*/
.canvas-container:has(#chart1) {
  min-height: 400px;
  max-height: 500px;
}
.canvas-container:has(#chart2) {
  min-height: 875px;
  max-height: 900px;
}
.canvas-container:has(#chart3) {
  min-height: 525px;
  max-height: 600px;
}
.canvas-container:has(#chart4) {
  min-height: 550px;
  max-height: 600px;
}
.canvas-container:has(#chart5) {
  min-height: 500px;
  max-height: 600px;
}
.canvas-container:has(#chart6) {
  min-height: 675px;
  max-height: 700px;
}
.canvas-container:has(#chart7) {
  min-height: 575px;
  max-height: 700px;
}
.canvas-container:has(#chart8) {
  min-height: 800px;
  max-height: 800px;
}
.canvas-container:has(#chart9) {
  min-height: 800px;
  max-height: 800px;
}
.canvas-container:has(#chart10) {
  min-height: 750px;
  max-height: 900px;
}
.canvas-container:has(#chart11) {
  min-height: 450px;
  max-height: 700px;
}
.canvas-container:has(#chart12) {
  min-height: 700px;
  max-height: 700px;
}
.canvas-container:has(#chart13) {
  min-height: 450px;
  max-height: 600px;
}
.canvas-container:has(#chart14) {
  min-height: 700px;
  max-height: 800px;
}
.canvas-container:has(#chart15) {
  min-height: 300px;
  max-height: 300px;
}
.canvas-container:has(#chart16) {
  min-height: 600px;
  max-height: 600px;
}
.canvas-container:has(#chart17) {
  min-height: 850px;
  max-height: 900px;
}

.canvas-container:has(#chart18),
.canvas-container:has(#chart19),
.canvas-container:has(#chart20),
.canvas-container:has(#chart21),
.canvas-container:has(#chart22),
.canvas-container:has(#chart23) {
  max-height: 260px;
}

@media (max-width: 768px) {
  .chart1 .canvas-container,
  .chart2 .canvas-container {
    min-height: 400px;
    max-height: 550px;
  }
  .chart14 .canvas-container {
    min-height: 300px;
    max-height: 400px;
  }
  .chart5 .canvas-container.canvas- {
    min-height: 400px;
  }
  .chart6 .canvas-container,
  .chart3 .canvas-container {
    min-height: 500px;
    max-height: 600px;
  }
  .chart7 .canvas-container {
    min-height: 550px;
  }
  .chart9 .canvas-container,
  .chart8 .canvas-container {
    min-height: 550px;
    max-height: 400px;
  }
  .chart10 .canvas-container {
    min-height: 800px;
  }
  .chart11 .canvas-container,
  .chart13 .canvas-container {
    min-height: 500px;
    max-height: 600px;
  }
  .chart12 .canvas-container {
    min-height: 600px;
  }

  .canvas-container:has(#chart18),
  .canvas-container:has(#chart19) {
    min-height: 400px;
  }
  .canvas-container:has(#chart20) {
    min-height: 450px;
  }
  .canvas-container:has(#chart21) {
    min-height: 420px;
  }
  .canvas-container:has(#chart22),
  .canvas-container:has(#chart23) {
    min-height: 490px;
  }
}
