.venn-wrap {
  width: 100%;
  max-width: px;
  margin: 0 auto;
  position: relative;
}
.venn-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.venn-title {
  text-align: ;
  font-family: , ;
  font-size: ;
  font-weight: {% if module.title_font.bold %}700{% else %}400{% endif %};
  font-style: {% if module.title_font.italic %}italic{% else %}normal{% endif %};
  color: ;
  line-height: 1.2;
  margin-bottom: 1rem;
}
circle {
  transition: r 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
              fill-opacity 0.35s ease;
  cursor: pointer;
}
.venn-label-inner {
  font-family: 'Open Sans SemiCondensed', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #122130;
  text-align: center;
  line-height: 1.3;
  word-wrap: break-word;
}
.venn-body {
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  pointer-events: none;
}
.venn-body-inner {
  font-family: 'Open Sans SemiCondensed', 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #122130;
  text-align: center;
  line-height: 1.5;
}
.venn-overlap-text {
  font-family: 'Open Sans SemiCondensed', 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  fill: #fdfdfd;
  pointer-events: none;
}

