/** Shopify CDN: Minification failed

Line 150:0 Expected "*/" to terminate multi-line comment

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

.rich-text__blocks {
      max-width:100%;
}

.isolate {
  position: relative;
  z-index: 1 !important;
}



.isolate .rich-text{
  background: none !important;
}

.isolate-custom-wrap {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.isolate-custom-wrap .rich-text__heading.hxl {
  font-size: clamp(36px, 0.3843rem + 3.8869vw, 80px)!important;
      margin-bottom: 1rem;
}

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

.rich-text__heading {
   color: #F4CF7D;
}

.rich-text__text {
  font-size:24px;
  color:white;
}

@media screen and (max-width: 749px) {
  .rich-text__text {
    font-size:16px;
}

}

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

    .isolate-custom-wrap {
    min-height:400px;
    display: flex;
    align-items: center;
}

  .rich-text.isolate-custom-wrap {
     min-height: 400px;
    display: flex;
    align-items: center;
}

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

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

  .rich-text__blocks {
        max-width: 575px;
  }
}

.rich-text__buttons {
  margin-top: 2rem;
}

/* @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;
}
