/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 44:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .two-column-wrapper {
    width: 100%;
    padding: 2rem 0;
  }
  .two-column-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .two-column-content .column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .app-embed-block {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
    }


  .two-column-content .column img{
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .two-column-content {
      grid-template-columns: 1fr;
    }
  }
  </style>