.insights_content .youtube_link:before, .insights_content .item_categories:before, .insights_content .filter_head:before, .insights_content .youtube_link:after, .insights_content .item_categories:after, .insights_content .filter_head:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.insights_content {
  margin-top: 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 50px rgba(18, 104, 179, 0.1);
  margin-bottom: clamp(40px, 10vw, 120px);
  padding: 30px 14px 60px;
  display: flex;
  gap: 14px;
}
.insights_content .paging ul {
  justify-content: center;
}
.insights_content .left_col {
  flex: 2;
  width: 66.67%;
}
.insights_content .right_col {
  flex: 1;
  max-width: 33.33%;
}
.insights_content .channel_info {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 9px 50px rgba(18, 104, 179, 0.02), inset 0px 1px 0px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  text-align: center;
  padding: 36px;
}
.insights_content .channel_info .short_desc {
  font-size: 160%;
  line-height: 26px;
  color: #666666;
  text-wrap: balance;
}
.insights_content .channel_logo {
  max-width: 207px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #000000;
  padding: 32px;
  margin-inline: auto;
}
.insights_content .channel_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.insights_content .channel_author {
  margin-top: 30px;
  font-size: 160%;
  line-height: 26px;
  font-family: "medium", "arm-medium";
}
.insights_content .author_position {
  font-size: 160%;
  line-height: 26px;
  color: #848484;
  margin-top: 14px;
}
.insights_content .channel_additional {
  border-top: 1px solid #D3D5D6;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.insights_content .author_socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.insights_content .author_socials a {
  display: block;
  color: inherit;
  font-size: 140%;
  line-height: 24px;
  font-family: "medium", "arm-medium";
}
.insights_content .category_filter {
  margin-top: 24px;
}
.insights_content .filter_inner {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 9px 50px rgba(18, 104, 179, 0.02), inset 0px 1px 0px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 10px;
}
.insights_content .filter_head {
  padding: 22px 36px;
  background: #1268B3;
  color: #ffffff;
  font-size: 220%;
  line-height: 32px;
  font-family: "medium", "arm-medium";
}
.insights_content .filter_items {
  max-height: 390px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.insights_content .filter_items:after {
  display: block;
  content: "";
  height: 24px;
}
.insights_content .filter_items a {
  display: flex;
  align-items: center;
  min-height: 60px;
  font-size: 150%;
  line-height: 26px;
  padding: 4px 36px;
  color: inherit;
}
.insights_content .filter_items a.selected {
  pointer-events: none;
  color: #1268B3;
  font-family: "bold", "arm-bold";
}
.insights_content .list_item {
  padding: 18px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1), 0px 9px 50px rgba(18, 104, 179, 0.02), inset 0px 1px 0px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}
.insights_content .list_item:not(:first-child) {
  margin-top: 30px;
}
.insights_content .list_item .short_desc {
  margin: 24px 20px 0;
  font-size: 140%;
  line-height: 22px;
  color: #666666;
}
.insights_content a[data-fancybox] {
  display: block;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.insights_content a[data-fancybox] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insights_content a[data-fancybox]:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px;
  width: 80px;
  aspect-ratio: 1;
  background-image: url("images/play_icon.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .insights_content a[data-fancybox]:hover:before {
    opacity: 0.7;
  }
}
.insights_content .date_block {
  position: absolute;
  display: block;
  top: 14px;
  left: 14px;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px;
  min-width: 60px;
  text-align: center;
  font-family: "medium", "arm-medium";
  font-size: 130%;
  line-height: 1.5em;
  pointer-events: none;
  margin: 18px;
}
.insights_content .date_block span {
  display: block;
  font-size: 200%;
  margin-bottom: 4px;
}
.insights_content .item_categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  font-size: 150%;
  line-height: 24px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3D5D6;
}
.insights_content .item_categories:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  min-width: 30px;
  aspect-ratio: 1;
  content: "\e928";
  color: #1268B3;
  background: rgba(18, 104, 179, 0.15);
  border-radius: 50%;
  align-self: flex-start;
}
.insights_content .item_title {
  font-size: 210%;
  line-height: 28px;
  font-family: "medium", "arm-medium";
  margin: 24px 20px auto;
}
.insights_content .youtube_link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  margin: 24px 20px 0;
  font-size: 140%;
  color: inherit;
}
.insights_content .youtube_link:after {
  display: block;
  content: "\e927";
  font-size: 3rem;
  margin-left: 16px;
  color: #1268B3;
}
@media (hover: hover) {
  .insights_content .youtube_link:hover {
    color: #1268B3;
  }
  .insights_content .youtube_link:hover:after {
    transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .insights_content .channel_info {
    padding: 24px;
  }
  .insights_content .filter_head {
    padding: 18px 24px;
    font-size: 200%;
    line-height: 28px;
  }
  .insights_content .filter_items a {
    padding-inline: 24px;
  }
  .insights_content .channel_additional {
    gap: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .insights_content {
    margin-top: 24px;
    padding: 20px 14px 40px;
  }
  .insights_content .channel_info {
    padding: 14px;
  }
  .insights_content .filter_head {
    padding: 14px;
    font-size: 180%;
    line-height: 24px;
  }
  .insights_content .filter_items {
    max-height: 300px;
  }
  .insights_content .filter_items:after {
    height: 16px;
  }
  .insights_content .filter_items a {
    padding-inline: 14px;
    min-height: 48px;
  }
  .insights_content .channel_author,
  .insights_content .author_position,
  .insights_content .channel_info .short_desc {
    font-size: 140%;
  }
  .insights_content a[data-fancybox]:before {
    width: 60px;
    margin: -30px;
  }
  .insights_content .channel_author {
    margin-top: 20px;
  }
  .insights_content .author_position {
    margin-top: 10px;
  }
  .insights_content .channel_additional {
    gap: 24px;
  }
  .insights_content .author_socials {
    gap: 16px;
  }
  .insights_content .item_categories {
    font-size: 140%;
    gap: 10px;
    margin-top: 16px;
    padding-bottom: 16px;
  }
  .insights_content .date_block {
    padding: 14px 10px;
    font-size: 120%;
    min-width: 56px;
  }
  .insights_content .date_block span {
    font-size: 175%;
  }
  .insights_content .item_title {
    margin: 20px 0 0;
    font-size: 160%;
    line-height: 26px;
  }
  .insights_content .youtube_link,
  .insights_content .list_item .short_desc {
    margin: 16px 0 0;
  }
  .insights_content .list_item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .insights_content {
    flex-wrap: wrap;
  }
  .insights_content .left_col {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .insights_content .right_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .insights_content .category_filter {
    height: 52px;
    position: relative;
    z-index: 3;
  }
  .insights_content .filter_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .insights_content .filter_head:after {
    display: block;
    content: "\e901";
    font-size: 1.6rem;
    width: 24px;
    text-align: center;
  }
  .insights_content .filter_inner {
    position: relative;
    overflow: hidden;
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .insights_content .filter_inner:not(.opened) {
    max-height: 52px;
  }
  .insights_content .filter_inner.opened {
    max-height: 360px;
  }
  .insights_content .filter_inner.opened .filter_head:after {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
}

.insights_content a[data-fancybox]:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .insights_content .author_socials a, .insights_content .author_socials .web a, .web .insights_content .filter_items a, .insights_content .filter_items .web a, .insights_content .youtube_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.insights_content .youtube_link:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.insights_content .filter_head {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .insights_content .author_socials a:hover, .insights_content .author_socials .web a:hover, .web .insights_content .filter_items a:hover, .insights_content .filter_items .web a:hover {
  color: #006DCC;
}
.web .insights_content .author_socials a:hover .practical_resource_title, .insights_content .author_socials .web a:hover .practical_resource_title, .web .insights_content .filter_items a:hover .practical_resource_title, .insights_content .filter_items .web a:hover .practical_resource_title, .web .insights_content .author_socials a:hover:before, .insights_content .author_socials .web a:hover:before, .web .insights_content .filter_items a:hover:before, .insights_content .filter_items .web a:hover:before {
  color: #1268B3;
}

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