/** Shopify CDN: Minification failed

Line 126:1 Expected "}" to go with "{"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

/* ADDITIONS */
#shopify-section-template--15764074496209__764781c1-a031-4836-8500-dbee6c434f7e {
  background-image: 
    url(/cdn/shop/files/icon-diagonal-lines.svg?v=1692313673),
    url(/cdn/shop/files/icon-shape-checker.svg?v=1692313673),
    url(/cdn/shop/files/icon-shape-quarter-circles.svg?v=1692313673),
    url(/cdn/shop/files/icon-shape-triangles.svg?v=1692313673),
    url(/cdn/shop/files/icon-arc-2x2.svg?v=1692313581);
  background-position: 
    top 5% right 25vw,
    top 100% left 20%,
    top 20% left 90%,
    top 30% left 10%,
    top 85% left 80%;
  /* background-image: 
    url(/cdn/shop/files/icon-snake.svg?v=1692313673);
  background-position: 
    bottom -10% right 40vw; */
  background-repeat: no-repeat;
}

#shopify-section-template--15764074496209__764781c1-a031-4836-8500-dbee6c434f7e .content-container {
  background: transparent;
}

@media screen and (min-width: 990px) {
  #shopify-section-template--15764074496209__764781c1-a031-4836-8500-dbee6c434f7e {
    background-position:
      top 5% right 40vw,
      top 95% left 30%,
      top 30% left 78%,
      top 30% left 20%,
      top 75% left 50%;
}