/** Shopify CDN: Minification failed

Line 7:0 Unexpected "{"
Line 7:1 Expected identifier but found "%"

**/
{%
Section: Support
%}

.page-section--support {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 1024px) {
  .page-section--support {
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .page-section--support > * {
    flex: 0 1 max-content;
  }
}