.section-filter .col-inner-section {
  display: flex;
}
.section-filter .col-inner-section .wpb_wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.section-filter .taxonomy-filter-group {
  width: fit-content;
}
.section-filter .taxonomy-filter-group.collapsed .taxonomy-header .taxonomy-toggle {
  rotate: 180deg;
}
.section-filter .taxonomy-filter-group .taxonomy-header {
  gap: 4px;
}
.section-filter .taxonomy-filter-group .taxonomy-header .taxonomy-toggle svg {
  margin: 0px;
}
.section-filter .taxonomy-filter-group {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 240px;
  background-color: #f8f9fa;
}
.section-filter .taxonomy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-filter .taxonomy-header:hover {
  background-color: #e9ecef;
}
.section-filter .taxonomy-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.section-filter .taxonomy-toggle {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  transition: transform 0.3s ease;
}
.section-filter .taxonomy-content {
  padding: 15px;
  background-color: #fff;
  max-height: 0;
  position: relative;
}
.section-filter .taxonomy-content .checkbox-wrapper {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}
.section-filter .taxonomy-content .checkbox-wrapper .checkmark {
  margin-right: 0px;
}
.section-filter .taxonomy-content.collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  display: none;
}
.section-filter .taxonomy-content.expanded {
  width: 240px;
  min-height: 230px;
  position: absolute;
  overflow: auto;
  padding: 15px;
  z-index: 10;
  top: 54px;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #ddd;
}
.section-filter .taxonomy-checkbox-item {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  user-select: none;
  gap: 8px;
}
.section-filter .taxonomy-checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.section-filter .checkmark {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.section-filter .taxonomy-checkbox-item input[type=checkbox]:checked + .checkmark {
  background-color: rgb(242, 144, 10);
  border-color: rgb(242, 144, 10);
}
.section-filter .taxonomy-checkbox-item input[type=checkbox]:checked + .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.section-filter .term-name {
  font-size: 14px;
  color: #333;
}
.section-filter .taxonomy-checkbox-item:hover .term-name {
  color: rgb(242, 144, 10);
}

.insights-list .featured-insight {
  display: flex;
  width: 100%;
  max-height: 472px;
}
.insights-list .featured-insight .insight-item-highlighted {
  width: 100%;
  padding: 0px;
}
.insights-list .featured-insight .insight-item-highlighted:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.insights-list .featured-insight .insight-item-highlighted a {
  display: flex;
  width: 100%;
}
.insights-list .featured-insight .insight-item-highlighted a .image-wrapper {
  display: block;
  width: 50%;
  height: auto;
  position: relative;
}
.insights-list .featured-insight .insight-item-highlighted a .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insights-list .featured-insight .insight-item-highlighted a .image-wrapper .insight-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  background-color: rgba(50, 50, 50, 0.6);
  color: #fff;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
.insights-list .featured-insight .insight-item-highlighted a .featured-content {
  padding: 1rem;
  width: 50%;
}
.insights-list .featured-insight .insight-item-highlighted a .featured-content .date {
  color: rgb(128, 128, 128);
}
.insights-list .featured-insight .insight-item-highlighted a .featured-content h3 {
  color: rgb(74, 74, 74);
  font-weight: 700;
}
@media screen and (max-width: 512px) {
  .insights-list .featured-insight .insight-item-highlighted a .featured-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}
.insights-list .other-insights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.insights-list .other-insights .insight-item {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  min-height: 483px;
  border-radius: 3px;
  cursor: pointer;
  border-width: 1px;
  border: 1px solid #eee !important;
}
.insights-list .other-insights .insight-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.insights-list .other-insights .insight-item a .featured-content {
  padding: 1.5rem;
}
.insights-list .other-insights .insight-item a .image-wrapper {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.insights-list .other-insights .insight-item a .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 290px;
}
.insights-list .other-insights .insight-item a .image-wrapper .insight-tags {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  color: #fff;
  max-width: 70%;
  justify-content: flex-end;
}
.insights-list .other-insights .insight-item a .image-wrapper .insight-tags .insight-taxonomy-group {
  background-color: rgba(50, 50, 50, 0.6);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 10px;
  padding-right: 10px;
}
.insights-list .other-insights .insight-item a .featured-content {
  padding: 1rem;
}
.insights-list .other-insights .insight-item a .featured-content .date {
  color: rgb(128, 128, 128);
}
.insights-list .other-insights .insight-item a .featured-content h4 {
  color: rgb(74, 74, 74);
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.575rem;
}
.insights-list .insight-item {
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  min-height: 483px;
  border-radius: 3px;
  cursor: pointer;
  border-width: 1px;
  border: 1px solid #eee !important;
}
.insights-list .insight-item:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.insights-list .insight-item a .featured-content {
  padding: 1.5rem;
}
.insights-list .insight-item a img {
  display: block;
  width: 100%;
  height: auto;
}
.insights-list .insight-item a .featured-content {
  padding: 1rem;
}

.section-selected-filters {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.section-selected-filters p {
  margin: 0px;
}

.insights-pagination {
  margin-top: 3rem;
}
.insights-pagination .page-numbers,
.insights-pagination .pagination-link {
  padding: 0.5rem 0.75rem;
  border-radius: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(74, 74, 74);
}
.insights-pagination .page-numbers .pagination-link,
.insights-pagination .pagination-link .pagination-link {
  color: rgb(74, 74, 74);
}
.insights-pagination .page-numbers.current,
.insights-pagination .pagination-link.current {
  border-top: 2px solid rgb(242, 144, 10);
  cursor: default;
  color: rgb(242, 144, 10);
}
@media screen and (max-width: 1024px) {
  .section-news-three-columns {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
.section-news-three-columns .container-content-area .post-grid-news {
  height: 100%;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid {
  height: 100%;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper {
  height: 100%;
  display: flex;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E0E0E0;
  border-color: rgb(219, 219, 219);
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
  max-height: 277px;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
  height: 100%;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone {
  flex: 1;
  padding: 1.5rem;
  background-color: white !important;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 {
  padding: 0px;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 .vc_gitem-post-data-source-post_date {
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(128, 128, 128, var(--tw-text-opacity));
  margin-bottom: 0px !important;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 .vc_gitem-post-data-source-post_date div {
  font-size: 0.9rem !important;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 .vc_gitem-post-data-source-post_title {
  margin-bottom: 0.5rem !important;
  margin-top: 0.7rem !important;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 .vc_gitem-post-data-source-post_excerpt {
  display: none;
}
.section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_col-sm-12 .vc_gitem-post-data-source-post_excerpt p {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 1024px) {
  .section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper {
    flex-direction: column;
  }
  .section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 0px;
  }
  .section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item:last-child {
    margin-bottom: 0px;
  }
  .section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
    height: 277px;
  }
  .section-news-three-columns .container-content-area .post-grid-news .vc_grid .vc_pageable-slide-wrapper .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-post-data-source-post_excerpt {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .section-filter .col-inner-section {
    margin-bottom: 2rem;
  }
  .section-filter .col-inner-section .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .section-filter .col-inner-section .wpb_wrapper .section-industries {
    margin-bottom: 0px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .section-filter .col-inner-section {
    margin-bottom: 2rem;
  }
  .section-filter .col-inner-section .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .section-filter .col-inner-section .wpb_wrapper .section-industries {
    margin-bottom: 0px;
    position: relative;
    flex: 1;
  }
  .section-filter .col-inner-section .wpb_wrapper .section-industries .taxonomy-filter-group {
    width: 100%;
  }
  .section-filter .col-inner-section .wpb_wrapper .section-industries .taxonomy-filter-group .taxonomy-content.expanded {
    width: 100%;
  }
  .section-industries .wpb_wrapper .insights-list .insight-item-highlighted {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
  }
  .section-industries .wpb_wrapper .insights-list .insight-item-highlighted a {
    display: flex;
    flex-direction: column;
  }
  .section-industries .wpb_wrapper .insights-list .insight-item-highlighted a .image-wrapper {
    width: 100%;
    height: 50%;
  }
  .section-industries .wpb_wrapper .insights-list .insight-item-highlighted a .image-wrapper img {
    max-height: 300px;
  }
  .section-industries .wpb_wrapper .insights-list .insight-item-highlighted a .featured-content {
    width: 100%;
    height: 50%;
    max-height: 170px;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights .insight-item {
    height: fit-content;
    min-height: unset;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights .insight-item a {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights .insight-item a .image-wrapper {
    width: 100%;
    height: 50%;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights .insight-item a .image-wrapper img {
    max-height: 300px;
  }
  .section-industries .wpb_wrapper .insights-list .other-insights .insight-item a .featured-content {
    width: 100%;
    height: fit-content;
    max-height: 170px;
  }
}
@media screen and (max-width: 600px) {
  .section-filter .col-inner-section {
    margin-bottom: 2rem;
  }
  .section-filter .col-inner-section .wpb_wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .section-filter .col-inner-section .wpb_wrapper .section-industries .taxonomy-filter-group .taxonomy-content.expanded {
    position: unset;
    top: 0px;
  }
}

/*# sourceMappingURL=insights.css.map */
