/** Shopify CDN: Minification failed

Line 157:1 Expected "}" to go with "{"

**/
.new-description--image-media, .new-description--content {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.new-description {
  display: grid;
  grid-auto-flow: dense; }
  @media only screen and (min-width: 768px) {
    .new-description {
      grid-template-areas: "media content";
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 768px) {
    .new-description.text_first {
      grid-template-areas: "content media"; } }



  .new-description--image {
    width: 100%; }
    .new-description--image svg,
    .new-description--image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 600px !important;
    }
    .new-description--image svg {
      padding: 50px;
      fill: var(--bg-body, #fff);
      opacity: 1;
      background: var(--color-accent); }
    .new-description--image-media {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: visible;
      padding-bottom: 0px; }
      .new-description--image-media.aspect-ratio--small {
        padding-bottom: 75%; }
      .new-description--image-media.aspect-ratio--large {
        padding-bottom: 100%; }
    .metafield-rich_text_field {
      height: 100%;
      width: 100%;
    }



  .new-description--content {
    display: flex;
    width: 100%;
    flex-grow: 1;
    padding: 25px;
    align-items: center;
    background: transparent;
    @media only screen and (min-width: 768px) {
      .new-description--content {
        padding: 45px;
        grid-area: content; } }
    @media only screen and (min-width: 1068px) {
      .new-description--content {
        padding: 70px; } }
    .new-description--content--inner {
      max-width: 600px;
      margin: 0 auto; }
    .new-description--content--image {
      margin-bottom: 30px; }
      .new-description--content--image svg {
        width: 100px;
        height: 100px;
        fill: var(--bg-body, #fff);
        opacity: 0.5;
        background: var(--color-accent);
        margin-bottom: 20px; }
    .new-description--content p,
    .new-description--content h3 {
      color: var(--color-text, --color-body); }
    .new-description--content .text-button {
      color: var(--color-text, --color-body); }
      .new-description--content .text-button:before {
        background: rgba(var(--color-text-rgb), 0.4); }
      .new-description--content .text-button:after {
        background: var(--color-text, --color-body); }
    .new-description--content .accordion summary {
      color: var(--color-text, --color-body); }
      .new-description--content .accordion summary span:before, .new-description--content .accordion summary span:after {
        background: var(--color-text, --color-body); }
  @media only screen and (min-width: 768px) {
    .new-description.grid--image-small {
      grid-template-columns: 4fr 6fr; } }
  @media only screen and (min-width: 768px) {
    .new-description.grid--image-small.text_first {
      grid-template-columns: 6fr 4fr; } }
  @media only screen and (min-width: 768px) {
    .new-description.grid--image-large {
      grid-template-columns: 6fr 4fr; } }
  @media only screen and (min-width: 768px) {
    .new-description.grid--image-large.text_first {
      grid-template-columns: 4fr 6fr; } }

  @media only screen and (min-width: 768px) {
    .new-description.grid--image-xl-large {
      grid-template-columns: 7fr 3fr; } }
  @media only screen and (min-width: 768px) {
    .new-description.grid--image-xl-large.text_first {
      grid-template-columns: 3fr 7fr; } }

@media only screen and (max-width: 767px) {
  .new-description.reverse-order-mobile {
    grid-template-areas:
      "content"
      "media";
  }
  .new-description.reverse-order-mobile .new-description--image {
    grid-area: media;
  }
  .new-description.reverse-order-mobile .new-description--content {
    grid-area: content;
  }
}

@media only screen and (min-width: 768px) {
  .new-description--content h3 {
    font-size: 2.9em;
  }
}

@media only screen and (max-width: 767px) {
  .new-description--content h3 {
    font-size: 1.9em;
  }
}

@media only screen and (max-width: 767px) {
  .new-description--content {
    justify-content: center;
    text-align: center;
  }

  .new-description--content--inner {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 1080px) {
  .new-description.full-width-active {
    width: 90%;
    margin: 0 auto;
  }
}