/** Shopify CDN: Minification failed

Line 129:0 Unexpected "="
Line 191:0 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));
}


@media screen and (min-width: 750px) {

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

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

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

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

.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;
}

.section-template--16826233520315__rich_text_ciAWY9-padding
  .rich-text__wrapper {
  justify-content: start;
}

.section-template--16826233520315__rich_text_ciAWY9-padding
  .rich-text__heading {
  color: #212121;
  font-size: 32px;
  line-height: 110%;
}

.section-template--16826233520315__rich_text_ciAWY9-padding .rich-text__text p {
  color: #212121;
  font-size: 16px;
  line-height: 140%;
  font-weight: 350;
}

@media (max-width: 750px) {
  .section-template--16826233520315__rich_text_ciAWY9-padding
    .rich-text__wrapper {
    width: 100%;
  }
  .section-template--16826233520315__rich_text_ciAWY9-padding
    .rich-text__heading {
    font-size: 20px;
    line-height: 110%;
  }
  .section-template--16826233520315__rich_text_ciAWY9-padding .rich-text__text {
    font-size: 14px;
    line-height: 140%;
  }

  #shopify-section-template--16826233520315__faq_section_zQHcAc h2 {
    font-size: 36px;
    line-height: 110%;
  }

  #shopify-section-template--16826233520315__faq_section_zQHcAc .faq-item {
    padding: 0;
=======
.section-template--16683410129083__text-1-about-us-padding .rich-text__heading {
  font-family: "Brother XL", sans-serif;
  color: #212121;
  font-size: 48px;
  line-height: 59px;
}

.section-template--16683410129083__text-1-about-us-padding .rich-text__text,
.shopify-section-template--16683410129083__text-2-about-us .rich-text__text {
  margin-top: 16px;
}

.section-template--16683410129083__text-1-about-us-padding .rich-text__text p,
.section-template--16683410129083__text-2-about-us-padding .rich-text__text p,
.section-template--16683410129083__text-3-about-us-padding .rich-text__text p {
  font-family: "Brother XL", sans-serif;
  color: #212121;
  font-size: 16px;
  line-height: 22px;
}

.section-template--16683410129083__text-2-about-us-padding {
  padding-top: 112px;
  padding-bottom: 32px;
}

.section-template--16683410129083__text-2-about-us-padding .rich-text__heading,
.section-template--16683410129083__text-3-about-us-padding .rich-text__heading {
  font-family: "Brother XL", sans-serif;
  color: #212121;
  font-size: 32px;
  line-height: 35px;
}

.section-template--16683410129083__text-3-about-us-padding {
  padding-top: 112px !important;
  padding-bottom: 80px !important;
}

@media screen and (max-width: 750px) {
  .section-template--16683410129083__text-1-about-us-padding {
    padding: 37px 16px 64px;
  }
  .section-template--16683410129083__text-2-about-us-padding {
    padding: 40px 16px 32px;
  }

  .section-template--16683410129083__text-1-about-us-padding
    .rich-text__wrapper,
  .section-template--16683410129083__text-2-about-us-padding
    .rich-text__wrapper,
  .section-template--16683410129083__text-3-about-us-padding
    .rich-text__wrapper {
    width: 100%;
    padding: 0;
  }

  .section-template--16683410129083__text-3-about-us-padding {
    padding: 40px 16px !important;
  }
}
