/** Shopify CDN: Minification failed

Line 13:18 Unexpected "{"
Line 13:27 Expected ":"
Line 13:34 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:reason-difference (INDEX:81) */
#shopify-section-{{ section.id }} {
    width: 100%;
    background-color: #FAF8F6;
  }

  .rd {
    width: 100%;
    background-color: #FAF8F6;
    box-sizing: border-box;
    --rd-pad-top: 40px;
    --rd-pad-bottom: 40px;
    --rd-pad-x: 3%;
    --rd-gap-block: 40px;
    --rd-gap-stack: 24px;
    --rd-heading-size: 40px;
    --rd-heading-tracking: -1.2px;
    --rd-body-size: 18px;
    --rd-body-tracking: -0.54px;
    --rd-image-radius: 24px;
  }

  .rd *,
  .rd *::before,
  .rd *::after {
    box-sizing: border-box;
  }

  .rd__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--rd-pad-top) var(--rd-pad-x) var(--rd-pad-bottom);
    display: flex;
    align-items: flex-start;
    gap: var(--rd-gap-block);
  }

  .rd__text {
    order: 1;
    flex: 1 1 0;
    min-width: 0;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--rd-gap-stack);
  }

  .rd__image {
    order: 2;
    flex-shrink: 0;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: var(--rd-image-radius);
    border: 1px solid #03120C;
    box-shadow: 2px 2px 0px 1px #03120C;
  }

  .rd__image img,
  .rd__image video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rd__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #51EBA8;
    border: 2px solid #172620;
    border-radius: 100px;
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #172620;
    margin: 0;
  }

  .rd__heading {
    width: 100%;
  }

  .rd__heading h1,
  .rd__heading h2,
  .rd__heading h3,
  .rd__heading p {
    margin: 0 !important;
    font-family: 'Interstate Cond Mono', sans-serif;
    font-weight: 800;
    font-size: var(--rd-heading-size);
    line-height: 1.1;
    letter-spacing: var(--rd-heading-tracking);
    color: #172620;
  }

  .rd__body {
    position: relative;
    font-family: 'Gotham Rounded', sans-serif;
    font-weight: 500;
    font-size: var(--rd-body-size);
    line-height: 1.5;
    letter-spacing: var(--rd-body-tracking);
    color: #1C1C1C;
  }

  .rd__body p {
    margin: 0 !important;
  }

  .rd__body p + p {
    margin-top: 16px !important;
  }

  .rd__body em,
  .rd__body i {
    background-color: #9AF4CD;
    font-style: normal;
    padding: 2px 4px;
    margin: 0 -4px;
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }

  @media (max-width: 767px) {
    .rd {
      --rd-pad-top: 40px;
      --rd-pad-bottom: 40px;
      --rd-pad-x: 5%;
      --rd-gap-block: 40px;
      --rd-gap-stack: 20px;
      --rd-heading-size: 32px;
      --rd-heading-tracking: -0.96px;
      --rd-body-size: 18px;
      --rd-body-tracking: -0.54px;
      --rd-image-radius: 12px;
    }

    .rd__container {
      flex-direction: column;
    }

    .rd__text {
      order: 2;
      width: 100%;
      max-width: 400px;
    }

    .rd__image {
      order: 1;
      max-width: 100%;
    }
  }
/* END_SECTION:reason-difference */