/** Shopify CDN: Minification failed

Line 21:21 Expected ":"

**/
.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 {f
  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;
}

/* custom */
.icon-queer {
  padding-bottom: 0px;
}
.icon-queer svg {
  max-width: 175px;
  display: block;  
}
.rich-text__heading {
  font-size: 32px;
  line-height: 40px;
  margin-top: 15px;
}
.rich-text__text p {
  font-size: 18px;
  line-height: 26px;
  font-family: vulf-mono;
}
.rich-text__buttons a {
  font-family: var(--font-heading-family);
  font-size: 16px;
}
.rich-text__wrapper {
  width: unset;
}
.rich-text__image {
  margin: 0 -2.4rem;
}
.rich-text__image.rte img {
  margin: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .rich-text__text p {
    font-size: 20px;
    line-height: 28px;
    font-family: vulf-mono;
    max-width: 530px;
    margin: 0 auto;
  }
  .rich-text__image {
    margin: 0;
    max-width: 530px;
  }
  .rich-text__heading {
   margin-top: 24px;
  }
  .icon-queer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .rich-text__heading {
    font-size: 40px;
    line-height: 48px;
  }
  .icon-queer {
    margin-top: -30px;
  }
}
@media screen and (min-width: 1440px) {
  .icon-queer {
    padding-bottom: 90px;
    margin-top: 0;
  }
  .rich-text__heading {
    font-size: 64px;
    line-height: 60px;
  }
  .rich-text__text {
    margin-top: 47px;
  }
  .rich-text__text p {
    font-size: 24px;
    line-height: 32px;
    font-family: vulf-mono;
    max-width: 840px;
  }
  .rich-text__buttons a {
    font-size: 18px;
  }
  .icon-queer svg {
    max-width: unset;
  }
  .rich-text__image {
    max-width: 840px;
  }
}
