/** Shopify CDN: Minification failed

Line 114:18 Expected identifier but found whitespace
Line 114:20 Unexpected "{"
Line 114:29 Expected ":"
Line 114:57 Expected ":"
Line 115:21 Expected identifier but found "{"
Line 115:22 Unexpected "{"
Line 115:31 Expected ":"
Line 115:62 Expected ":"

**/


/* CSS from section stylesheet tags */
.block__target_url {
    color: #5D5D5D;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
    .goals-section {
      /* background-image: url('/cdn/shop/files/Vector_4_21.png?v=1726480516'); */
      background-size: cover;
      background-size: cover;
      background: #ebeeea;
    }
    .spacing{
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .goals-section .container {
      padding: 0 80px;
    }
    .heading h2 {
      font-family: Granary;
      font-size: 30px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.02em;
      text-align: center;
      margin: 0;
      color: #222223;

    }
    .heading p {
      font-family: Granary;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: center;
      color: #5D5D5D;
      margin: 22px 0 0;

    }
    .goals-flex {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      row-gap: 50px;
      column-gap: 130px;
      padding-top: 33px;
    }
    .goal-item {
      width: calc((100% - 2 * 130px) / 3);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .goal-item h3 {
      font-family: Granary;
      font-size: 18px;
      font-weight: 500;
      line-height: 27px;
      text-align: center;
      color: #2D3F2E;
      margin: 0;
      padding-top: 15px;
      padding-bottom: 12px;

    }
    .goal-item p {
      font-family: Granary;
      font-size: 14px;
      font-weight: 400;
      line-height: 19.6px;
      text-align: center;
      color: #5D5D5D;
      margin: 0;

    }
    .goal-icon {
      max-width: 80px;
      max-height: 80px;
    }
    .goal-icon img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }
    .goal-icon:hover img {
      transform: scale(1.1);
      overflow: hidden;
    }
    @media (max-width: 769px) {
      .goals-section {
      /* background-image: url('/cdn/shop/files/Vector_4_22.png?v=1726480580'); */
      background-repeat: no-repeat;
    }
    .spacing{
      padding-top: {{ section.settings.m_padding_top }}px;
      padding-bottom:{{ section.settings.m_padding_bottom }}px;
    }
    .goals-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 12px;
        row-gap: 30px;
      }

      .goal-item {
        width: calc((100% - 12px) / 2);
      }

      .heading h2 {
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-align: center;

    }
    .heading p {
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: center;
      margin-top: 13px;
      letter-spacing: 0;
    }

    .goals-section .container{
      padding: 0 20px;
    }
    .goal-icon {
      max-width: 57px;
      max-height: 57px;
    }
    .goals-flex{
      padding-top: 20px;
    }
    .goal-item h3{

      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      padding-bottom: 7px;
      padding-top: 12px;
      letter-spacing: 0;

    }
    .goal-item p{

      font-size: 12px;
      font-weight: 400;
      line-height: 16.8px;
      text-align: center;

    }

  }
.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow-x: hidden;
  }

  .blog-section__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    position: relative;
    width: 100%;
  }

  .blog-section__header h2 {
    font-family: Granary;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    color: #222223;
    width: 100%;
  }

  .view-all-link {
    font-family: Granary;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    color: #222223;
    position: absolute;
    right: 10px;
    text-decoration: none;
    letter-spacing: 0;
  }

  .blog-section__posts {
    display: flex;
    gap: 40px;
    width: 100%;
    flex-wrap: wrap;
  }

  .blog-post {
    width: 31%;
    position: relative;
  }


  .blog-post__image-link {
    display: block;
  }

  .blog-post__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 300px;
  }

  .blog-post__content {
    padding: 0 20px;
    background-color: #FFFFFF;
    margin: -35px 19px 0;
    border: 1px solid #ECECEC;
    position: relative;
    border-radius: 4px;

  }

  .blog-post__category {
    font-family: Granary;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    text-transform: capitalize;
    color: #BAA081;
    padding-top: 23px;
  }

  .blog-post__title {
    font-family: Granary;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #5D5D5D;
    margin: 0;
    padding-bottom: 20px;


  }

  .blog-post__title a {
    text-decoration: none;
    font-family: Granary;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #5D5D5D;
    letter-spacing: 0;

  }

  .blog-post__excerpt {
    font-family: Granary;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #5D5D5D;
    letter-spacing: 0;

  }
 @media screen and (min-width: 1440px) {
   .blog-post__image {
    height: 350px;
}
}
  @media screen and (max-width: 1190px) {
    .blog-post {
    width: 30%;
    position: relative;
  }
  
  }

  @media screen and (max-width: 768px) {
    .blog-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .blog-section__header {
      margin-bottom: 22px;
    }


    .blog-post__category {

      font-size: 12px;
      font-weight: 500;
      line-height: 12px;
      text-align: left;
      padding-top: 15px;

    }


    .blog-post__content {
      margin: -35px 14px 0;
    }

    .blog-post__title {
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: left;
      padding-bottom: 15px;

    }
    section.blog-section.container {
      padding-left: 0;
      padding-right: 0;
    }
    .blog-post__title a {

      font-size: 14px;
      font-weight: 400;
      line-height: 21px;


    }
    .blog-post {
      margin-left: 20px;
    }
    .view-all-link {

      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      text-align: right;


    }
    .blog-section__header h2 {
      font-family: Granary;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.02em;
      text-align: left;
      padding-left: 20px;

    }


  }
  @media screen and (max-width: 600px) {
    .blog-post__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    max-height: 250px;
    height: 180px;
}
  }
.banner-section {
    text-align: center;
  }

  .banner-section img {
    width: 100%;
    height: auto;
  }