/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 20:0 Unexpected "{"
Line 20:1 Expected identifier but found "%"
Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"
Line 26:0 Unexpected "{"
Line 26:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
{% if section.settings.transparent_header %}
  .baiia-transparent {
    margin-top: -85px;
  }
{% endif %}

{% if section.settings.mobile_alignment == true %}
  .baiia_slideshow {
    display: flex;
  }
{% endif %}
.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

.article_content-inner a {
  display: inherit;
  color: rgba(var(--color-link),var(--alpha-link));
  text-transform: uppercase;
  text-decoration: none;
}

.article_content-inner p {
  line-height: 2rem
}


@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (max-width: 989px) {
  .article-content {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 6rem;
  }

  .article-content h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }

  .article_content-inner a {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 750px) {
  .article-content h5 {
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .article-content h2 {
    margin-top: 0;
    margin-bottom: 5rem;
    font-size: calc(var(--font-heading-scale) * 3.4rem);
  }

  .article_content-inner a {
    margin-top: 8rem
  }
}

@media screen and (min-width: 990px) {
  .article-inner {
    display: flex;
    gap: 9rem;
    width: 100%;
    align-items: center;
  }

  .article-inner > div {
    flex: 1;
    max-width: 50%;
  }

  .article_content-inner {
    max-width: 55rem;
  }

  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}