/** Shopify CDN: Minification failed

Line 64:28 Unexpected "{"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

.main-page-content h1,
.main-page-content h2,
.main-page-content h3,
.main-page-content h4,
.main-page-content h5,
.main-page-content h6,
.main-page-content table,
.main-page-content ul,
.main-page-content ol,
.main-page-content p {
  max-width: 80rem;
  margin: 0 auto;
}

.main-page-content h1,
.main-page-content h2,
.main-page-content h3,
.main-page-content h4,
.main-page-content h5,
.main-page-content h6 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

@media screen and (max-width: 749px) {
  .main-page-content h1,
  .main-page-content h2,
  .main-page-content h3,
  .main-page-content h4,
  .main-page-content h5,
  .main-page-content h6,
  .main-page-content p,
  .main-page-content ul,
  .main-page-content ol,
  .main-page-content table, {
    padding: 0 2.5rem;
  }
}