/** Shopify CDN: Minification failed

Line 178:0 Unexpected "{"
Line 178:1 Expected identifier but found "%"
Line 207:0 Unexpected "{"
Line 207:1 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.home-blog h2 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.68px;
  }
.press-articles-heading {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
  .press-articles-link-label {
    font-size: 14px;
    line-height: 17px;
  }
  .press-articles-inner {
    width: 100%;
    max-width: 1188px;
    margin: 0 auto;
    height: auto;
  }
  @media (min-width: 1200px) {
    .press-articles-inner {
      height: 39.1667rem;
    }
  }
  @media (max-width: 1199px) {
    .press-articles-inner {
      height: auto;
    }
  }
  @media (max-width: 1023px) {
    .home-press-articles {
      overflow-x: hidden;
      padding-left: 20px;
    }
    .press-articles-inner {
      max-width: 100%;
      width: 100%;
      height: auto;
    }
    .home-press-articles__grid-desktop {
      display: none !important;
    }
    .home-press-articles__slider-mobile {
      display: block !important;
      width: 100%;
      height: 400px;
      padding-right: 15vw;
    }
    .home-press-articles__slider-mobile .swiper-slide {
      max-width: 90vw;
      height: 360px;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      overflow: hidden;
      background: #fff;
    }
    .home-press-articles__slider-mobile .mobile-press-article-img {
      width: 100%;
      max-width: none;
      height: 220px;
      object-fit: cover;
      display: block;
    }
    .home-press-articles__slider-mobile .mobile-press-article-info {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      background: #111;
      color: #fff;
      padding: 1.5rem 1.25rem;
      min-height: 140px;
      height: 140px;
    }
    .home-press-articles__slider-mobile .mobile-press-article-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }
    .home-press-articles__slider-mobile .mobile-press-article-date {
      font-size: 1rem;
      margin-bottom: 0.5rem;
    }
    .home-press-articles__slider-mobile .mobile-press-article-desc {
      font-size: 1.1rem;
      line-height: 1.5;
    }
    .home-press-articles__slider-mobile .swiper-scrollbar {
      margin-top: 0.5rem;
      height: 2px;
      background: #e0e0e0;
    }
    .home-press-articles__slider-mobile .swiper-scrollbar-drag {
      background-color: black;
    }
  }
  @media (min-width: 1024px) {
    .home-press-articles__slider-mobile {
      display: none !important;
    }
    .home-press-articles__grid-desktop {
      display: flex !important;
    }
  }
  .home-press-articles__grid-desktop a:hover {
    cursor: none !important;
  }

  .first-article-wrapper {
    height: 492px;
  }

  .first-article {
    height: 492px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .second-and-third-article-wrapper {
    height: 492px;
    flex-shrink: 0;
  }

  .second-article {
    height: calc(50% - 8px);
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .third-article {
    height: calc(50% - 8px);
    width: 100%;
    overflow: hidden;
  }

  @media (min-width: 768px) {
    .press-articles-heading {
      font-size: 0.9722rem;
    }
    .press-articles-link-label {
      font-size: 0.9722rem;
      line-height: 1.1806rem;
    }
    .press-images {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      max-width: 585.09px;
    }

    .first-article-wrapper,
    .first-article,
    .second-and-third-article-wrapper {
      height: 34.1667rem;
    }

    .second-article {
      margin-bottom: 1.1111rem;
    }
  }

/* CSS from snippet stylesheet tags */
{% unless template.name == 'index' %}
  .blog-card-content {
    gap: 0.625rem;
  }
  .blog-card-content .card-date {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: capitalize;
  }
  .blog-card-read-more {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.0075rem;
  }
  .blog-card-title {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.24px;
  }
  .blog-card-content-desc {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.12px;
    text-transform: uppercase;
  }
{% endunless %}