/** Shopify CDN: Minification failed

Line 200:0 Expected "}" to go with "{"

**/
.collapsible-content {
  position: relative;
  z-index: 0;
}

.collapsible-section-layout {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-section-layout {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.collapsible-content__media {
  background: transparent;
}

.collapsible-content__media--small {
  height: 19.4rem;
}

.collapsible-content__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content__media--small {
    height: 31.4rem;
  }

  .collapsible-content__media--large {
    height: 69.5rem;
  }
}

@media screen and (min-width: 750px) {
  .collapsible-content__grid--reverse {
    flex-direction: row-reverse;
  }
}

.collapsible-content-wrapper-narrow {
  margin: 0 auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1040px;
}

.collapsible-content__header {
  word-break: break-word;
}

.collapsible-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .collapsible-content__heading {
    margin-bottom: 3rem;
  }
}

.collapsible-none-layout .accordion + .accordion {
  border-top: 0;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-background-1) {
  margin-top: 1rem;
}

.caption-with-letter-spacing + h2 {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content .accordion {
    margin-top: 0;
  }
}

.collapsible-row-layout .accordion {
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  margin-bottom: 1.5rem;
  /* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
  transform: perspective(0);
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
  padding: 1.5rem;
}

.collapsible-row-layout .accordion .accordion__content {
  padding-top: 0;
}

.collapsible-content summary:hover {
 /* background: rgba(var(--color-foreground), 0.04);*/
}

.collapsible-content summary:hover .accordion__title {
 /* text-decoration: underline;
  text-underline-offset: 0.3rem;*/
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 5rem;
      padding-right: 0;
    }
  }

  @media screen and (min-width: 990px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 7rem;
    }
  }
}

.faq-section .h2 {
  color: #E42490;
  text-align: center;
  font-family: Mark Pro;
  font-size: 48px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 55px !important;
}

.faq-section .accordion__title.h4 {
  color: #E42490;
  font-family: Mark Pro;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
}

.faq-section .accordion {
  border:none !important;
  margin-bottom:15px;
}

.faq-section .accordion summary {
  background:#FFF9FD;
  padding:2.5rem 4rem;
}

.faq-section .accordion details {
  border-radius:20px;
  overflow:hidden;
}

.faq-section .accordion__content {
  padding: 0 4rem;
  margin-bottom: 33px;
}

.faq-section .accordion details[open] {
  background:#FFD8F5;
}

.faq-section .accordion details[open] summary {
  background:none;
}

.faq-section summary .icon-collapsible {
  height: 13px;
  width:13px;
}

.faq-section summary span {
  position: absolute;
  right: 4rem;
  top: 1.5rem;
  padding: 10.5px 12px;
  border-radius: 10px;
  background: #E42490;
}



.faq-section .accordion details[open] .icon-collapsible .hide-open {
  display:none;
