/** Shopify CDN: Minification failed

Line 149:1 Expected "}" to go with "{"

**/
.bp-one {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 104px 150px !important;
}

.bp-one .wrapper-padded {
  padding: 0px !important;
}

.bp-one .homepage-sections--title {
  color: var(--text-text-heading, #121212);
  text-align: start;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -1.08px;
}

.bp-one .grid {
  margin-left: 0px;
}

.bp-one .grid:after {
  display: none;
}

.bp-one .grid .row {
  display: flex;
  justify-content: space-between;
}

.bp-one .grid .row .grid__item {
  padding: 0px;
  max-width: 30.99%;
  width: 100%;
}

.bp-one .grid .row .grid__item .homepage-blog--date time {
  color: var(--text-text-body, #414141);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

.bp-one .grid .row .grid__item .homepage-blog--title {
  color: var(--text-text-heading, #121212);
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.48px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bp-one .grid .row .grid__item .homepage-blog--title a {
  transition: all 0.3s ease;
}

.bp-one .grid .row .grid__item .homepage-blog--title:hover a {
  color: #99806B;
  
}

.bp-one .grid .row .grid__item .rte {
  margin-top: 10px;
  margin-bottom: 0px;
}

.bp-one .grid .row .grid__item .rte p {
  color: var(--text-text-body, #414141);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 0px;
}

.bp-one .grid .row .grid__item .read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-text-brand, #99806B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 15px;
  transition: all 0.3s ease;
}

.bp-one .grid .row .grid__item .read-more:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
  .bp-one {
    padding: 80px 30px !important;
  }
}

@media only screen and (max-width: 425px) {
  .bp-one {
    padding: 50px 15px !important;
  }

  .bp-one .homepage-sections--title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
  }

  .bp-one .homepage-blog--title.fs-heading-m {
    margin-top: 10px;
    margin-bottom: 0px;
    color: var(--text-text-heading, #121212);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
  }

  .bp-one .grid__item .rte {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .bp-one .grid__item .read-more {
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #99806B;
    margin-top: 30px;
  }

  .bp-one .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #99806B;
}