/** Shopify CDN: Minification failed

Line 45:12 Expected identifier but found whitespace
Line 45:13 Unexpected "rotate("

**/
h2.rich-text__heading strong {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15rem;
}
#shopify-section-template--19441579294963__rich_text_kzQkqb .rich-text__text p {
    font-size: 25px;
    line-height: 1.5;
}
/* #shopify-section-template--19441579294963__rich_text_kzQkqb .rich-text:before {
    content: "";
    display: block;
    background-image: url(/cdn/shop/files/Mask_group_52f1c13d-2b37-4749-90d8-920d0c8d6848.png?v=1746079537);
    background-size: cover;
    background-repeat: no-repeat;
    width: 341px;
    height: 600px;
    margin-bottom: 10px;
    position: absolute;
    right: 0rem;
    transform: rotate(360deg);
    transition: transform .5s ease;
    bottom: -74px;
}
#shopify-section-template--19441579294963__rich_text_kzQkqb .rich-text:after {
    content: "";
    display: block;
    background-image: url('/cdn/shop/files/Mask_group-1.png?v=1746079536');
    background-size: contain;
    background-repeat: no-repeat;
    width: 386px;
    height: 600px;
    margin-top: 10px;
    position: absolute;
    left: -5rem;
    top: -151px;
   /* New rotation and transition */
  transform: rotate(10deg);
  transition: transform 0.5s ease;
} */
.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;
}
