/** Shopify CDN: Minification failed

Line 460:0 Unexpected "}"

**/
.breadcrumb {
 opacity: 0.5; 
}  
.article-template {
  position: relative;
}
.article-template_border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.2rem;
  background-color: rgb(var(--color-border));
}
@media screen and (min-width: 1200px) {
  .article-template_border:after {
    left: 5rem;
    right: 5rem;
  }
}
.article-template__header {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
/* @media screen and (min-width: 750px) {
  .article-template__header {
    margin-bottom: 4.8rem;
  }
} */
.article-template__header--row .article-template__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
  .article-template__header--row .article-template__wrapper {
    flex-direction: row;
  }
}
.article-template__header--row .article-template__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0;
  padding: 3rem;
  background: rgba(var(--color-base-background-2));
}
@media screen and (min-width: 990px) {
  .article-template__header--row .article-template__info {
    padding: 10rem 8rem;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__header--row .article-template__info {
    width: 40%;
  }
}
.article-template__header--row .article-template__hero {
  width: 100%;
}
@media screen and (min-width: 990px) {
  .article-template__header--row .article-template__hero {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__header--row .article-template__hero {
    width: 60%;
  }
}
.article-template__header--row .article-template__hero-wrapper {
  border-radius: 0;
}
.article-template__header--row .article-template__wrapper_no-image .article-template__info {
  width: 100%;
}
.article-template__header--row .article-template__wrapper_no-image .article-template__hero {
  width: 0;
}
.article-template__header--overlay {
  display: flex;
}
/* .article-template__header--overlay.article-template__header--large .article-template__wrapper {
  min-height: 45rem;
}
@media screen and (min-width: 750px) {
  .article-template__header--overlay.article-template__header--large .article-template__wrapper {
    min-height: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__header--overlay.article-template__header--large .article-template__wrapper {
    min-height: 75rem;
  }
}
.article-template__header--overlay.article-template__header--medium .article-template__wrapper {
  min-height: 30rem;
}
@media screen and (min-width: 750px) {
  .article-template__header--overlay.article-template__header--medium .article-template__wrapper {
    min-height: 45rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__header--overlay.article-template__header--medium .article-template__wrapper {
    min-height: 54.6rem;
  }
} */
.article-template__header--overlay .article-template__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
}
/* .article-template__header--overlay .article-template__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(var(--color-overlay), 0.2);
} */
.article-template__header--overlay .article-template__hero {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.article-template__header--overlay .article-template__info {
  position: relative;
  z-index: 1;
  max-width: 90.8rem;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 3.2rem;
  padding-bottom: 3.2rem; */
}
 /* @media screen and (max-width: 749px) {
 .article-template__header--overlay .article-template__info {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  } 

  .share-buttons-simple {
    margin-top: 1.6rem
  }
}
@media screen and (min-width: 576px) {
  .article-template__header--overlay .article-template__info {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
} */
.article-template__header--overlay .article-template__info > * {
  max-width: 81.6rem;
}
.article-template__header--overlay .article-template__title,
.article-template__header--overlay .article-template__meta span {
  color: black;
}
.article-template__header--overlay .article-template__tag a {
  color: white;
}
.article-template__header--overlay .article-template__meta > span:not(:last-child)::before {
  background-color: #fff;
}
.article-template__info {
  max-width: 81.6rem;
}
.article-template__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  margin: 1.6rem 0;
  list-style: none;
  margin-bottom: 0;
}
.article-template__tag {
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 1);
  margin-bottom: 0;
  z-index: 1;
  transition: opacity var(--duration-default) ease;
}
.article-template__tag a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 800;
}
.article-template__tag:hover {
  opacity: 0.8;
}
.article-template__title {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  letter-spacing: -0.02em;
  font-size: 5rem;
  font-weight: 800;
  text-transform: none;
}
.article-template__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.6rem;
  line-height: var(--font-body-line-height);
  opacity: 0.7;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-transform: capitalize; 
}
.article-template__meta > span {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding-right: 1.7rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #333333;
}
.article-template__meta > span:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.3rem;
  background-color: rgb(var(--color-foreground));
  opacity: 0.7;
}
.article-template__meta-image {
  width: 3rem;
  height: 3rem;
  margin-right: 0.8rem;
  margin-left: 0.5rem;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.article-template__meta-image_author {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-template__hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
}
.article-template__hero-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .article-template__hero-wrapper--large {
  min-height: 45rem;
} 
@media screen and (min-width: 750px) {
  .article-template__hero-wrapper--large {
    min-height: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__hero-wrapper--large {
    min-height: 75rem;
  }
}
.article-template__hero-wrapper--medium {
  min-height: 30rem;
}
@media screen and (min-width: 750px) {
  .article-template__hero-wrapper--medium {
    min-height: 45rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-template__hero-wrapper--medium {
    min-height: 54.6rem;
  }
} */
.article-template__top {
  max-width: 113.8rem;
  margin: 0 auto;
}
.article-template__excerpt {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  line-height: var(--font-body-line-height);
}
.article-template__content {
  margin-top: 4.8rem;
  line-height: var(--font-body-line-height);
  max-width: 90.8rem;
}
@media screen and (max-width: 749px) {
  .article-template__content {
    margin-top: 2.4rem;
  }
}
.article-template__content > * {
  margin: 1.6rem 0;
}
.rte.article-template__content p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333333;
}
.article-template__footer .article-template__meta {
  justify-content: flex-start;
  margin-bottom: 0;
}
.article-template__footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 81.8rem;
  padding: 1.6rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #EBEBEB;
}
.article-template__comment-wrapper {
  margin-top: 5rem;
}
.section-featured-blog .blog__title {
  color: #000000;
  font-weight: 800;
  text-transform: uppercase;
}

.section-featured-blog .article-card__title a {
  color: #000000;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2rem;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
           line-clamp: 3; 
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 576px) {
  .section-featured-blog .feature-blog--article .blog {
    gap: 2.4rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .template-article .section-featured-blog .feature-blog--article {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
  }
}
.article-template__comment-wrapper h2 {
  margin-top: 0;
}
.article-template__comments {
  margin-bottom: 5rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}
.article-template__comments-fields {
  margin-bottom: 4rem;
}
.article-template__comments-fields .text-area {
  width: 100%;
}
.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

.share-buttons-simple__button {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2.4rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}
.article-template__comments-comment p {
  margin: 0 0 1rem;
}
@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}
.article-template__comment-fields > * {
  margin-bottom: 3rem;
}
@media screen and (min-width: 990px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}
.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (max-width: 749px) {
  .article-template__title {
    font-size: 3.6rem;
    line-height: 3.6rem;
  }
}
/** hiding meta data **/
.article-template__info.container .article-template__meta {
  display: none;
}
}