/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 58:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.why-cdnce-section {
  padding: 3rem 1.5rem;
  background: #fff;
  font-family: inherit;
}
.why-cdnce-section h2, .why-cdnce-section h3 {
  font-weight: 700;
}
.why-cdnce-section summary {
  cursor: pointer;
  font-weight: 600;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.why-cdnce-section details[open] summary {
  background-color: #eee;
}
.why-cdnce-section p {
  margin: 0 0 1rem;
  line-height: 1.6;
}
.why-cdnce-section img {
  max-width: 100%;
  margin: 1rem 0;
}
.why-cdnce-section iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1.5rem 0;
}
.why-cdnce-section blockquote {
  font-style: italic;
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid #ccc;
}
.why-cdnce-section a.button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1rem;
}
</style>