/** Shopify CDN: Minification failed

Line 29:13 Expected identifier but found whitespace
Line 29:14 Unexpected "0"

**/


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


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

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

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

  margin-top: 0;
}

.rich-text__blocks .text-block{
  max-width: 80ch;
}

.rich-text__blocks.center .text-block{
  margin-left: auto;
  margin-right: auto;
}

.rich-text__blocks.center > *{
  margin-left: auto;
  margin-right: auto;
}

.rich-text__blocks > *:not(.image-block, .group-block){
  max-width: 82rem;
}

.rich-text__blocks > .text-block + .text-block{
  margin-top: 0;

}



.rich-text__blocks .title-block + .title-block{
  margin-top: .5rem;
}
@media screen and (min-width: 750px){

  .rich-text__blocks.offset-left{
    margin-left: calc(40% + 2.4rem);
  }
}

@media screen and (max-width: 749px){
.rich-text__blocks .group-block.padding-block > .group-block__inner{
  flex-direction: column;
}
}

.rich-text__container:has(.rich-text__background-image){
  position: relative;
}

.rich-text__container:has(.rich-text__background-image) > *:not(.rich-text__background-image){
  position: relative;
  z-index: 1;
}

.rich-text__background-image{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
}

.rich-text__background-image img{
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}


@media screen and (max-width: 749px){
  .rich-text__background-image img{
    height: auto;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .rich-text__container{
    width: 100%;
  }
}