/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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!./resources/scss/single-insights.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.single-insights main > section {
  padding-bottom: 5rem !important;
}
@media (max-width: 992px) {
  .single-insights main > section {
    padding-bottom: 3rem !important;
  }
}
.single-insights:not(.single-spotlight) .header {
  position: fixed !important;
  top: 0 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  height: auto !important;
}
.single-insights:not(.single-spotlight) .header .header__burger-line {
  background: var(--color-dark) !important;
}
.single-insights:not(.single-spotlight) .header .header__inner {
  transition: 0.3s ease;
}
.single-insights:not(.single-spotlight) .header .header__logo svg {
  color: var(--color-secondary) !important;
}
.single-insights:not(.single-spotlight) .header .header__nav ul li a {
  color: var(--color-secondary) !important;
}
.single-insights:not(.single-spotlight) .header .header__nav ul li a:hover {
  color: var(--color-primary) !important;
}
.single-insights:not(.single-spotlight) .header .header__nav ul li.current-menu-item > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-page-item > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-menu-ancestor > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-page-ancestor > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-menu-parent > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-post-ancestor > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-post-parent > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-category-ancestor > a, .single-insights:not(.single-spotlight) .header .header__nav ul li.current-category-parent > a {
  color: var(--color-primary) !important;
}
.single-insights:not(.single-spotlight) .header .search-form__input {
  border-color: var(--color-secondary) !important;
  color: var(--color-secondary) !important;
}
.single-insights:not(.single-spotlight) .header .search-form__input::placeholder {
  color: var(--color-secondary) !important;
}
.single-insights:not(.single-spotlight) .header .search-form__icon {
  color: var(--color-secondary) !important;
}
.single-insights:not(.single-spotlight) .header .search-form__wrapper:hover {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3) !important;
  background: #faf9f6 !important;
}
.single-insights .insights-top {
  padding-top: calc(124px + 3rem);
  box-sizing: border-box;
  background: linear-gradient(to bottom, #f4f2ed calc(100% - 15rem), transparent calc(100% - 15rem));
}
@media (max-width: 992px) {
  .single-insights .insights-top {
    padding-top: calc(114px + 2rem);
  }
}
.single-insights .insights-top__author {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.single-insights .insights-top__author .author-avatar {
  width: 40%;
  position: relative;
  overflow: hidden;
}
.single-insights .insights-top__author .author-avatar > img {
  display: block;
}
.single-insights .insights-top__author .author-avatar > img:nth-child(1) {
  position: absolute;
  width: 90%;
  bottom: -12px;
  right: -10px;
}
.single-insights .insights-top__author .author-avatar > img:nth-child(2) {
  position: relative;
  max-width: 65%;
  margin-left: auto;
  margin-right: -12px;
  max-height: 150px;
  object-fit: contain;
  object-position: bottom right;
}
.single-insights .insights-top__author .author-avatar__linkedin-link {
  position: absolute;
  bottom: -6px;
  left: 0;
}
.single-insights .insights-top__author .author-avatar__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single-insights .insights-top__author .author-avatar__name {
  font-size: clamp(18px, 2vw, 21px);
  font-family: var(--font-family-heavy);
}
.single-insights .insights-top__author .author-avatar__position {
  font-size: 15px;
}
.single-insights .insights-top__category {
  font-family: var(--font-family-heavy);
  color: var(--color-primary);
  margin-bottom: 1.5rem;
  display: block;
  flex: 0 0 100%;
}
@media (max-width: 992px) {
  .single-insights .insights-top__category {
    margin-bottom: 0;
  }
}
.single-insights .insights-top__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .single-insights .insights-top__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
  }
}
.single-insights .insights-top__title {
  font-family: var(--font-family-heavy) !important;
  text-transform: unset;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 1;
}
.single-insights .insights-top__left {
  flex: 1;
}
.single-insights .insights-top__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  gap: 1rem;
}
.single-insights .insights-top__featured {
  aspect-ratio: 2/1;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}
.single-insights .insights-top__featured picture,
.single-insights .insights-top__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-insights.single-spotlight .header .button {
  background: var(--color-light) !important;
  color: var(--color-primary) !important;
}
.single-insights.single-spotlight .insights-top {
  background: linear-gradient(to bottom, var(--color-secondary) calc(100% - 15rem), transparent calc(100% - 15rem));
  color: var(--color-light);
}
.single-insights.single-spotlight .insights-top .insights-top__category {
  color: var(--color-light) !important;
}
.single-insights.single-spotlight .insights-top .insights-top__author .author-avatar > img:nth-child(1) {
  filter: brightness(0) invert(1);
}
.single-insights.single-spotlight .back-link svg line,
.single-insights.single-spotlight .back-link svg path {
  stroke: var(--color-light) !important;
}
.single-insights .insights-body__inner {
  padding: 0 0 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem 0;
}
.single-insights .insights-body .wp-block-buttons {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .single-insights .insights-body .wp-block-buttons {
    max-width: 100%;
  }
}
.single-insights .insights-body .image-gallery .container-wide {
  padding: 0 20px !important;
}
.single-insights .insights-body .image-gallery.image-gallery--style_1 .image-gallery__item {
  flex: 1 1 calc(33.333% - 14px);
  min-width: unset;
  height: 20vw;
  max-height: 400px;
}
.single-insights .insights-body .single-text {
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .single-insights .insights-body .single-text {
    max-width: 100%;
  }
}
.single-insights .insights-body .single-text .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.single-insights .insights-body .single-image picture,
.single-insights .insights-body .single-image img {
  display: block;
}
@media (max-width: 992px) {
  .single-insights .insights-body .single-image .container {
    padding: 0;
  }
}
.single-insights .insights-body .quote-carousel .quote-carousel__inner {
  padding: 3rem 0 2rem;
}
.single-insights .insights-body .quote-carousel .quote-carousel__wrapper {
  max-width: 95%;
  margin: 0;
}
.single-insights .social-share {
  text-align: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 0;
  margin: 0;
}
.single-insights .social-share__label {
  font-family: var(--font-family-heavy);
  display: block;
}
.single-insights .social-share__links {
  display: flex;
  gap: 10px;
}
.single-insights .social-share__link {
  width: 35px;
  height: 35px;
}
.single-insights .social-share__link svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  color: var(--color-primary);
  fill: var(--color-primary);
}
.single-insights .large-image-carousel__inner {
  padding: 0 0 5rem;
}
