/** Shopify CDN: Minification failed

Line 394:12 Unexpected "{"
Line 394:21 Expected ":"

**/
.blog-placeholder-svg {
  height: 100%;
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop .article-card .card__content {
    text-align: center;
  }
}

.blog__title {
  margin: 0;
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .blog__posts.articles-wrapper {
    margin-bottom: 0;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
}

@media screen and (max-width: 749px) {
  .blog__post.article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}

.blog__posts .card-wrapper {
  width: 100%;
}

.blog__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .blog__button {
    margin-top: 5rem;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}
.lj-featured-insights {
  width: 100%;
}

.lj-featured-insights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
}

.lj-featured-insights__center {
  background: linear-gradient(180deg, #d6c3af 0%, #c3a086 100%);
  padding: 24px 22px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d2621;
}

.lj-featured-insights__eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8c7b6f;
  margin-bottom: 16px;
}

.lj-featured-insights__center h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 400;
  color: #2d2621;
}

.lj-featured-insights__center {
  background: linear-gradient(180deg, #d6c3af 0%, #c3a086 100%);
  padding: 46px 42px;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #2d2621;
  max-width: 420px;
  margin: 0 auto;
}

.lj-featured-insights__eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8c7b6f;
  margin-bottom: 18px;
}

.lj-featured-insights__center h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 400;
  color: #2d2621;
}

.lj-featured-insights__center p {
  margin: 0 0 20px;
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #5f5147;
  max-width: 320px;
}

.lj-featured-insights__center a {
  font-family: "Lora", serif;
  font-size: 13px;
  color: #2d2621;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lj-featured-insights__post .article-card-wrapper,
.lj-featured-insights__post .card-wrapper {
  width: 100%;
}

.lj-featured-insights__post .article-card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.lj-featured-insights__post .card__content {
  padding-top: 16px;
}

.lj-featured-insights__post .card__information {
  padding: 0;
}

.lj-featured-insights__post .card__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 8px;
}

.lj-featured-insights__post .article-card__info {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8c7b6f;
  margin-bottom: 12px;
}

.lj-featured-insights__post .article-card__excerpt {
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 1.75;
  color: #5f5147;
}

.lj-featured-insights__post .article-card__image-wrapper {
  overflow: hidden;
}

.lj-featured-insights__post .article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 990px) {
  .lj-featured-insights__grid {
    grid-template-columns: 1fr 0.78fr 1fr;
    gap: 34px;
  }

  .lj-featured-insights__center {
    min-height: 100%;
  }
}
.lj-featured-insights__post .article-card__image-wrapper,
.lj-featured-insights__post .card__inner {
  max-height: 380px;
}

.lj-featured-insights__post .article-card__image,
.lj-featured-insights__post .media {
  height: 380px;
}
.lj-featured-insights__post .card__inner {
  --ratio-percent: 62% !important;
}

.lj-featured-insights__post .article-card__image-wrapper .media::before,
.lj-featured-insights__post .article-card__image::before,
.lj-featured-insights__post .card__inner.ratio::before {
  padding-bottom: 62% !important;
}

.lj-featured-insights__post .article-card__image,
.lj-featured-insights__post .article-card__image-wrapper,
.lj-featured-insights__post .card__media,
.lj-featured-insights__post .media {
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
}

.lj-featured-insights__post .article-card__image img,
.lj-featured-insights__post .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.lj-featured-insights__post .card__inner {
  --ratio-percent: 68% !important;
}

.lj-featured-insights__post .card__media,
.lj-featured-insights__post .article-card__image-wrapper,
.lj-featured-insights__post .article-card__image,
.lj-featured-insights__post .media {
  border-radius: 0 !important;
  overflow: hidden !important;
}

.lj-featured-insights__post .article-card__image img,
.lj-featured-insights__post .media img {
  transform: scale(1.02);
  object-fit: cover !important;
}

.lj-featured-insights__post .card__heading {
  font-size: 20px !important;
  line-height: 1.15 !important;
}

.lj-featured-insights__post .article-card__excerpt {
  font-size: 13px !important;
  line-height: 1.65 !important;
}
.lj-featured-insights__post .card__inner {
  --ratio-percent: 60% !important;
}

.lj-featured-insights__post .article-card__image-wrapper {
  margin-bottom: 12px;
}

.lj-featured-insights__post .article-card__image img {
  height: 260px !important;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 990px) {
  .lj-featured-insights__post .article-card__image img {
    height: 300px !important;
  }
}
@media screen and (min-width: 990px) {
  .lj-featured-insights__grid {
    grid-template-columns: 1fr 0.82fr 1fr !important;
    gap: 26px !important;
    align-items: start !important;
  }
}

.lj-featured-insights__center {
  max-width: 380px !important;
}

.lj-featured-insights__post .article-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog__view-all {
  margin-top: 22px !important;
}
@media screen and (max-width: 989px) {
  .lj-featured-insights__center {
    order: 1;
  }

  .lj-featured-insights__post:first-child {
    order: 2;
  }

  .lj-featured-insights__post:last-child {
    order: 3;
  }
}
@media screen and (max-width: 989px) {

  .lj-featured-insights__center {
    padding: 24px 20px;
  }

  .lj-featured-insights__center h3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .lj-featured-insights__center p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  .lj-featured-insights__post .article-card__image {
    height: 220px;
  }

  .lj-featured-insights__post .article-card__image img {
    height: 100%;
    object-fit: cover;
  }

  .lj-featured-insights__post .card__heading {
    font-size: 18px;
  }

  .lj-featured-insights__post .article-card__excerpt {
    font-size: 13px;
    line-height: 1.6;
  }

}
@media screen and (max-width: 989px) {
  .lj-featured-insights__post .article-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .lj-featured-insights__post .card__content {
    padding-top: 8px !important;
  }

  .lj-featured-insights__post .article-card__info {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 989px) {
  .blog__title {
    display: none !important;
  }
}
@media screen and (max-width: 989px) {

  .blog {
    background: transparent !important;
  }

  .blog.color-background-1.gradient {
    background: transparent !important;
  }

  .section-{{ section.id }}-padding {
    padding-top: 0 !important;
  }

}