/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 107:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  
  .plain-richtext-section {
    padding: 40px 20px;
    margin: 20px auto;
    max-width:1400px;
  }

  .plain-richtext-section h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .richtext-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .plain-content-block {
    padding: 20px;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .plain-content-block.full {
    width: 100%;
  }

  .plain-content-block.three-quarters {
    width: 75%;
  }

  .plain-content-block.half {
    width: 48%;
  }

  .plain-content-block.quarter {
    width: 23%;
  }

  /* Block Positioning */
  .plain-content-block.top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .plain-content-block.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .plain-content-block.bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .plain-content-block h3 {
    margin-top: 0;
  }

  .plain-content-block .rte {
    margin-bottom: 15px;
  }

  .plain-content-block a.button {
    display: inline-block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
  }

  @media (max-width: 768px) {
    .plain-content-block.half,
    .plain-content-block.three-quarters,
    .plain-content-block.quarter {
      width: 100%;
    }
  }
  .read-more-btn {
  margin-top: 10px;
  display: inline-block;
  background: transparent;
  color: #007acc;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

</style>