/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 78:0 Unexpected "<"
Line 146:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .alternating-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alternating-block {
    margin-bottom: 60px;
  }
  .side-by-side-clean {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }
  .side-by-side-clean .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-by-side-clean img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .image-only {
    display: flex;
    justify-content: center;
  }
  .image-only img {
    height: auto;
    display: block;
  }
  .text-only {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0 auto;
  }
  .image-text {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .image-text.row {
    flex-direction: row;
  }
  .image-text.row-reverse {
    flex-direction: row-reverse;
  }
  .image-text .text-block,
  .image-text .image-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-text .image-block img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .spacer {
    height: 160px;
  }
</style>
<style>
  .alternating-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alternating-block {
    margin-bottom: 60px;
  }
  .side-by-side-clean {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }
  .side-by-side-clean .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-by-side-clean img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .image-only {
    display: flex;
    justify-content: center;
  }
  .image-only img {
    height: auto;
    display: block;
  }
  .text-only {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0 auto;
  }
  .image-text {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .image-text.row {
    flex-direction: row;
  }
  .image-text.row-reverse {
    flex-direction: row-reverse;
  }
  .image-text .text-block,
  .image-text .image-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .image-text .image-block img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .spacer {
    height: 160px;
  }
</style>