#news .hero {
  position: relative;
}
#news .hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 250px;
  margin-bottom: 120px;
  max-width: 1230px;
  align-items: flex-end;
}
#news .hero h1:first-child {
  line-height: 120px;
}
#news .hero h1 {
  color: #1E2859;
  font-family: "kepler-std-display";
  font-weight: 300;
  font-size: 160px;
  line-height: 175px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: clip-path 0.75s linear;
}
#news .hero h2 {
  transition: all 0.5s ease 0.75s;
  opacity: 0;
  transform: translate(0, 50px);
  padding-left: 30px;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: relative;
  margin-bottom: 20px;
}
#news .hero h2::before {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  background: #4A8CCC;
}
#news .hero.in-view h1 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#news .hero.in-view h2 {
  opacity: 1;
  transform: translate(0, 0);
}
#news .s1 {
  aspect-ratio: 1920/667;
  min-height: 250px;
  background: url(/i/news-hero.jpg) no-repeat center/cover;
  width: 100%;
}
#news .s2 {
  padding: 150px 0;
  /* Trigger (visible box) */
  /* Dropdown list */
  /* Show dropdown */
  /* Option styling */
}
#news .s2 .content {
  max-width: 1230px;
}
#news .s2 .filters {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
}
#news .s2 .filters button {
  outline: none;
  text-decoration: underline;
  border: none;
  background: transparent;
  font-family: "neue-haas-grotesk-display";
  color: #2E3F57;
  font-size: 19px;
  font-weight: 400;
}
#news .s2 .filters > span {
  color: #2E3F57;
}
#news .s2 span {
  margin-right: auto;
}
#news .s2 .custom-select {
  position: relative;
  width: fit-content;
  min-width: 180px;
  font-size: 21px;
  user-select: none;
  letter-spacing: 0.63px;
  line-height: 1.5;
}
#news .s2 .custom-select-trigger {
  color: #2E3F57;
  padding: 12px 16px;
  border: 1px solid #ABC2E5;
  border-radius: 36px;
  cursor: pointer;
  background: url(/i/chevron2.svg) no-repeat calc(100% - 1rem) center/10px auto;
}
#news .s2 .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: #fff;
  border: 1px solid transparent;
  max-height: 240px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 1000;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  min-width: max-content;
  padding: 18px 10px;
}
#news .s2 .custom-select.open .custom-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#news .s2 .custom-select.open .custom-select-trigger {
  background-image: url(/i/chevron-up2.svg);
  background-color: #E9EEF8;
}
#news .s2 .custom-select:hover .custom-select-trigger {
  background-color: #E9EEF8;
}
#news .s2 .custom-option {
  padding: 10px;
  color: #000;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #2E3F57;
  font-size: 19px;
  letter-spacing: 0.57px;
}
#news .s2 .custom-option:hover {
  background: #E9EEF8;
  color: #4D8CCA;
}
#news .s2 .custom-option.selected {
  background: #E9EEF8;
  color: #4D8CCA;
}
#news .s2 .news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 120px;
  gap: 20px;
}
#news .s2 .news a {
  position: relative;
  width: calc(50% - 10px);
  background: #E9EEF8;
  border-radius: 15px;
  padding: 30px 30px 50px 30px;
  display: block;
}
#news .s2 .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#news .s2 .img {
  background-size: contain;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  margin: 25px 0;
  mix-blend-mode: multiply;
}
#news .s2 h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  padding-right: 35%;
  margin: 100px 0;
}
#news .s2 h4 {
  color: #2E3F57;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  position: relative;
  padding-left: 15px;
}
#news .s2 h4::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #4D8CCA;
  position: absolute;
  left: 0;
  top: 6px;
}
#news .s2 h5 {
  background: #fff;
  border-radius: 15px;
  color: #2E3F57;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.57px;
  padding: 5px 10px;
}
#news .s2 h3 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.33px;
  color: #2E3F57;
  margin-bottom: 20px;
}
#news .s2 a p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.33px;
  color: #2E3F57;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media screen and (max-width: 1279px) {
  #news .s2 .filters {
    flex-wrap: wrap;
  }
  #news .s2 .filters span {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #news .s2 h2 {
    padding-right: 0;
  }
  #news .s2 h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  #news .s2 {
    padding: 100px 0;
  }
  #news .s2 .news {
    flex-direction: column;
  }
  #news .s2 .news a {
    width: 100%;
  }
}

/*# sourceMappingURL=news-and-insights.css.map */
