.ratio-16x9 {
  display: none;
}

.row {
  --bs-gutter-x: 3rem;
}

.hero-inner .row {
  min-height: auto;
}

/*========== JOURNALS - START ==========*/
.sc-journals h2 {
  font-size: 30px;
  font-family: "plantin", sans-serif;
  font-weight: 300;
  line-height: 40px;
  color: #87837f;
  margin-bottom: 2.125rem;
  margin-top: 0;
}

@media (min-width: 1401px) and (max-width: 1599px) {
  .sc-journals h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.sc-journals h2 a {
  color: #87837f;
}

.sc-journals h2 a:hover {
  color: #b6b3b1;
}

.sc-journals .journal-cat {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
}

.sc-journals .content {
  padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .sc-journals .content {
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .sc-journals .content {
    padding-bottom: 0;
  }
}

.sc-journals .d-stretch {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*========== Journals with filtering category ==========*/
.filter-nav {
  margin-bottom: 5rem;
}

.filter-nav li + li {
  margin-left: 5rem;
}

.filter-nav a {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  color: #87837f;
  cursor: pointer;
}

.filter-nav a:hover {
  color: #262626;
}

.journals-item-wrap h3 {
  font-size: 26px;
  font-family: "plantin", sans-serif;
  font-weight: 300;
  line-height: 36px;
  margin: 1.875rem 0 1.25rem;
  font-size: 21px;
  font-family: "plantin",sans-serif;
  font-weight: 300;
  line-height: 31px;
  margin: 2rem 0 1.25rem;
}

.journals-item-wrap h3 a {
  color: black;
}

.journals-item-wrap p {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 6rem;
}

.journals-item-wrap .cat-text {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.journals-item-wrap .read-more {
  font-size: 14px;
  letter-spacing: 0.25px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  color: #c3c1bf;
  white-space: nowrap;
}

.journals-item-wrap .read-more:hover {
  color: #b6b3b1;
}

.filter {
  -webkit-transition: opacity 5s ease-in-out !important;
  transition: opacity 5s ease-in-out !important;
}

/*========== Media queries ==========*/
@media (max-width: 1199.98px) {
  .sc-journals > div {
    padding-top: 0 !important;
  }
  .sc-journals h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 1.2rem;
  }
  .sc-journals .module-text {
    padding-top: 30px !important;
  }
  .journals-item-wrap h3 {
    font-size: 21px;
    line-height: 31px;
  }
  .filter-nav li + li {
    margin-left: 2.8rem;
  }
}

@media (max-width: 991.98px) {
  .journal-img,
  .image,
  .video-wrap {
    margin-bottom: 1.875rem;
  }
  .sc-journals h2 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 1rem;
  }
  .sc-journals .journal-cat {
    margin-bottom: 20px;
  }
  .filter-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter-nav a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sc-journals .row > div {
    padding-left: calc(3rem / 2);
    padding-right: calc(3rem / 2);
  }
  .journals-item-wrap > div {
    padding-left: calc(3rem / 2);
    padding-right: calc(3rem / 2);
    margin-bottom: 8rem;
  }
  .journals-item-wrap .image {
    margin-bottom: 1.5rem;
  }
  .journals-item-wrap > div:nth-child(n + 11),
  .journals-item-wrap > div:nth-child(n + 12) {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .sc-journals {
    margin-top: 0;
    margin-bottom: 0;
  }
  .journals-item-wrap > div {
    margin-bottom: 4rem;
  }
  .journals-item-wrap h3 {
    line-height: 31px;
    margin: 1.15rem 0;
  }
  .journals-item-wrap .cat-text {
    font-size: 10px;
  }
  .journals-item-wrap .excerpt {
    display: none;
  }
  .filter-nav li + li {
    margin-left: 0;
  }
  .filter-nav li {
    padding: 0.8rem;
  }
  .image {
    margin-bottom: 1.875rem;
  }
}
/*# sourceMappingURL=page.css.map */