/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"

**/
.blog-hero {
  position: relative;
  height: 100%;
}
.blog-hero .image-desktop {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .blog-hero .image-desktop {
    display: none;
  }
}
.blog-hero .image-mobile {
  display: none;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .blog-hero .image-mobile {
    display: block;
  }
}
.blog-hero img {
  width: 100%;
}
.blog-hero .blog-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-head {
  padding: 30px 0;
  border-bottom: 1px solid #1f1d1e;
}
.article-head .block {
  justify-content: space-between;
  align-items: center;
}
.article-head .block .info-panel {
  display: flex;
}
@media screen and (max-width: 768px) {
  .article-head .block .info-panel {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.article-head .block .info-panel div {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: #1f1d1e;
  margin-right: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .article-head .block .info-panel div {
    width: 50%;
    margin-right: 0;
  }
  
  }
}
.article-head .block .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.article-head .block .tags a {
  height: 33px;
  border: 1px solid #1f1d1e;
  padding: 3px 16px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #1f1d1e;
}
@media screen and (max-width: 768px) {
  .article-head .block .tags a {
    height: 26px;
    font-size: 12px;
    line-height: 125%;
  }
}

.article-content {
  padding: 64px 0;
}
.article-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-align: left;
}
.article-content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.article-content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.article-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.article-content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.article-content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.article-content p {
  margin-bottom: 1em;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  letter-spacing: -0.02em;
  color: #1f1d1e;
}
.article-content a {
  letter-spacing: -0.02em;
  color: #1f1d1e;
}
.article-content img {
  display: inline;
  max-width: 100%;
}
.article-content .button,
.article-content .input,
.article-content .textarea,
.article-content .select select,
.article-content .file-cta,
.article-content .file-name,
.article-content .pagination-previous,
.article-content .pagination-next,
.article-content .pagination-link,
.article-content .pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.article-content .button {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  text-transform: none;
  transition: background 0.2s ease-in-out;
  white-space: nowrap;
}
.article-content .button--primary,
.article-content a.button--primary.button {
  font-size: 1rem;
  border-radius: 0px;
  width: auto;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  white-space: normal;
}
.article-content .button--primary,
.article-content .button--primary:link,
.article-content .button--primary:visited,
.article-content a.button--primary.button,
.article-content a.button--primary.button:link,
.article-content a.button--primary.button:visited {
  color: #000000;
  background-color: rgba(212, 181, 158, 0);
  border-color: #1f1f1f;
}

@media screen and (max-width: 768px) {
  .blog-hero-component .image-mobile {
    min-height: 500px;
    position: relative;
  }
  .blog-hero-component .image-mobile img {
    object-fit: cover;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
  }
}

.article-component {
  padding-bottom: 65px;
}
.article-component .container-custom {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.article-component .author-media {
  border-bottom: 1px solid #1f1d1e;
  padding-bottom: 32px;
  position: relative;
}
.article-component .author-media .bg {
  position: absolute;
  left: -35%;
  top: -100%;
  z-index: -1;
}
.article-component .author-media .comment__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.article-component .author-media .comment__author .author {
  width: 220px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #1f1d1e;
}
.article-component .author-media .comment__author .line {
  height: 1px;
  width: 100%;
  background: #1f1d1e;
}
.article-component .author-media .media-left {
  width: 91px;
  height: 91px;
  margin-right: 24px;
}
.article-component .author-media .image {
  width: 91px;
  height: 91px;
  overflow: hidden;
  border-radius: 50%;
}
.article-component .social-share {
  display: flex;
  margin-top: 48px;
  align-items: center;
}
.article-component .social-share span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #1f1d1e;
  margin-right: 16px;
}
.article-component .social-share .social-share-buttons {
  display: flex;
}
.article-component .social-share .share-btn {
  margin-right: 8px;
}

.related-blogs {
  padding-top: 80px;
}
.related-blogs--title {
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #1f1d1e;
}
.related-blogs .column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.related-blogs .column .columns {
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .related-blogs .column .columns {
    width: 100%;
  }
}
.related-blogs img {
  width: 100%;
}
.related-blogs .card-content {
  padding-top: 16px;
}
.related-blogs .card-content .title {
  font-size: 22px;
  line-height: 28px;
}
.related-blogs .card-content .title a {
  font-family: Acumin Pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #1f1d1e;
}
.related-blogs .card-content .meta-tag-list {
  display: flex;
  flex-wrap: wrap;
}
.related-blogs .card-content .meta-tag-list .tag a {
  height: 33px;
  border: 1px solid #1f1d1e;
  padding: 3px 16px 0;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #1f1d1e;
}
@media screen and (max-width: 768px) {
  .related-blogs .card-content .meta-tag-list .tag a {
    height: 26px;
    font-size: 12px;
    line-height: 125%;
  }
}
