/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./blocks/misc/related-insights/related-insights.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.related-insights {
  background: var(--color-background);
}
.related-insights .section-top {
  padding-bottom: 3rem;
  box-sizing: border-box;
}
.related-insights__inner {
  box-sizing: border-box;
}
.related-insights__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.related-insights__item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.related-insights__item:hover .related-insights__image img {
  transform: scale(1.05);
}
.related-insights__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.related-insights__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--color-primary);
}
.related-insights__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-insights__image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.4s ease;
  background: var(--color-primary);
}
.related-insights__image-background picture,
.related-insights__image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.related-insights__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.related-insights__overlay picture,
.related-insights__overlay img {
  max-width: 100%;
  height: auto;
  max-height: 75%;
  object-fit: contain;
  object-position: bottom right;
}
.related-insights__author {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.related-insights__author .author-avatar {
  width: 85%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.related-insights__author .author-avatar > img {
  display: block;
}
.related-insights__author .author-avatar > img:nth-child(1) {
  position: absolute;
  width: 95%;
  bottom: -20px;
  right: -10px;
  object-fit: contain;
  object-position: bottom right;
}
.related-insights__author .author-avatar > img:nth-child(2) {
  position: relative;
  max-width: 90%;
  max-height: 70%;
  margin-left: auto;
  margin-right: -12px;
  object-fit: contain;
  object-position: bottom right;
}
.related-insights__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
  box-sizing: border-box;
}
.related-insights__content > * {
  margin: 0;
}
.related-insights__category {
  font-family: var(--font-family-heavy);
  color: var(--color-primary);
  font-size: 0.9rem;
}
.related-insights__title {
  font-family: var(--font-family-heavy);
  font-size: 1.25rem;
  line-height: 1.2;
  color: inherit;
}
.related-insights__excerpt {
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--color-text-secondary);
}
.related-insights__item--preview-03 .related-insights__image {
  background: #f6f5f6;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.related-insights__item--preview-03 .related-insights__image img {
  max-width: 100%;
  height: 90%;
  object-fit: contain;
  z-index: 2;
  position: relative;
  object-position: bottom center;
}
.related-insights__item--preview-03:hover .related-insights__image-background {
  padding: 0;
}
.related-insights__item--preview-04 .related-insights__image {
  position: relative;
}
.related-insights__item--preview-04 .related-insights__image img {
  filter: grayscale(100%) brightness(1.2);
}
.related-insights__item--preview-04 .related-insights__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .related-insights__wrapper {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .related-insights__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
