#insights .s2 {
  text-align: center;
  background: #F4F4F4;
}

#insights .s2 h4 {
  margin-bottom: 2rem;
}

#insights .s2 p.lg {
  max-width: 925px;
  margin: 0 auto;
}

#insights .s2 .wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  max-width: 1100px;
  margin: 4rem auto 0 auto;
}

#insights .s2 .wrap p {
  width: 100%;
  max-width: 572px;
  text-align: left;
}

#insights .s2 .wrap .form {
  width: 100%;
  max-width: 523px;
}

#insights .s2 .wrap .form form {
  width: 100%;
  text-align: left;
}

#insights .s2 .wrap .form form input.hidhp {
  display: none;
}

#insights .s2 .wrap .form form ::placeholder {
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #444444;
}

#insights .s2 .wrap .form form .row {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

#insights .s2 .wrap .form form input {
  display: block;
  width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  padding: 12px 0;
  color: #444444;
  background: transparent;
  border: none;
  border-bottom: solid 1px #444444;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1rem;
}

#insights .s2 .wrap .form form .re {
  margin-top: 2rem;
}

#insights .s2 .wrap .form form .btn-submit {
  display: inline-block;
  font-size: 1rem;
  color: #006C53;
  position: relative;
  padding: 1.2rem 4rem 1.2rem 0;
  background: url(/i/svg/btn-circle-arrow-gr.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
  border: none;
  outline: none;
  transition: opacity .4s ease;
  margin-top: 1rem;
  cursor: pointer;
}

#insights .s2 .wrap .form form .btn:hover {
  opacity: 0.8;
}

#insights .s2 .wrap .form .response {
  color: #444444;
  font-size: 0.9rem;
  line-height: 1.2em;
  position: relative;
  top: 1rem;
}

#insights .s3 .filters {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}

#insights .s3 .filters p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #131B3C;
}

#insights .s3 .filters .label {
  margin: 0;
}

#insights .s3 .filters .flatpickr-input[readonly] {
  border: none !important;
  border-bottom: 1px solid rgba(33, 40, 93, 0.5) !important;
  padding-bottom: 10px;
}

#insights .s3 .filters .dd {
  position: relative;
}

#insights .s3 .filters .dd .dd-toggle {
  background: none;
  border: 0;
  padding: 0 20px 10px 0;
  border-bottom: 1px solid rgba(33, 40, 93, 0.5);
  cursor: pointer;
  color: #131B3C;
  min-width: 335px;
  text-align: left;
}

#insights .s3 .filters .dd .dd-text {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #131B3C;
}

#insights .s3 .filters .dd .dd-caret {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

#insights .s3 .filters .dd .dd-caret img {
  width: 100%;
  height: 100%;
}

#insights .s3 .filters .dd .dd-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  color: #131B3C;
  display: none;
  z-index: 30;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

#insights .s3 .filters .dd .dd-menu li {
  list-style: none;
  font-size: 16px;
  padding: 8px 14px;
  cursor: pointer;
}

#insights .s3 .filters .dd .dd-menu.open {
  display: block;
}

#insights .s3 .filters .dd .dd-toggle[aria-expanded="true"] .dd-caret img {
  transform: translateY(-50%) scaleY(-1);
}

#insights .s3 .filters .date-filter label {
  font-size: 0.9rem;
  line-height: 1.3em;
  color: #131B3C;
  margin-right: 5px;
}

#insights .s3 .filters .date-filter br {
  display: none;
}

#insights .s3 .filters .date-to {
  margin-left: 1rem;
}

#insights .s3 .filters .clear {
  background: none;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #131B3C;
  border: solid 1px #131B3C;
  padding: 5px 50px;
  margin-left: 1rem;
  cursor: pointer;
}

#insights .s3 .fx-slides > div > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

#insights .s3 .article {
  display: block;
  background: #F4F4F4;
  position: relative;
  cursor: pointer;
}

#insights .s3 .article .category {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10.4px);
  position: absolute;
  top: 1rem;
  left: 1rem;
}

#insights .s3 .article > div {
  padding: 0 1rem 2rem;
}

#insights .s3 .article img {
  width: 100%;
  display: block;
  height: 189px;
  object-fit: cover;
}

#insights .s3 .article .title {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #21285D;
  margin-bottom: 5rem;
  transition: color .3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

#insights .s3 .article .bottom {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: calc(100% - 2rem);
}

#insights .s3 .article .bottom .date {
  font-size: 0.9rem;
  font-weight: 600;
  opacity: 0.5;
}

#insights .s3 .article .bottom .read-more-btn {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#insights .s3 .article .bottom .read-more-btn span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #006C53;
  opacity: 0;
  transition: opacity .3s ease;
}

#insights .s3 .article .bottom .read-more-btn img {
  width: 11px;
  height: 15px;
  object-fit: contain;
}

#insights .s3 .fx-list {
  text-align: center;
  margin-top: 3rem;
  padding: 1rem 0;
}

#insights .s3 .fx-list > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

#insights .s3 .fx-list .fx-nav {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s ease;
}

#insights .s3 .fx-list .fx-nav.fx-on {
  background-color: #006C53;
}

#insights .s3 .article:hover .title {
  color: #006C53;
}

#insights .s3 .article:hover .bottom .read-more-btn span {
  opacity: 1;
}

#insights .s3 .article.no-img .category {
  background: rgba(0, 0, 0, 0.25);
}

#insights .s3 .article.no-img .title {
  border-top: solid 1px rgba(33, 40, 93, 0.5);
}

#insights .s3 .article.no-img .img-space {
  height: 189px;
}

@media screen and (max-width: 1100px) {
  #insights .s3 .fx-slides > div > div {
    grid-template-columns: repeat(2, 1fr);
  }
  #insights .s3 .filters {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  #insights .s3 .article .bottom .read-more-btn span {
    opacity: 1;
  }
}

@media screen and (max-width: 1023px) {
  #insights .s2 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
  #insights .s2 .wrap p {
    text-align: center;
  }
  #insights .s2 .wrap p, #insights .s2 .wrap .form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #insights .s3 .fx-slides > div > div {
    grid-template-columns: repeat(1, 1fr);
  }
  #insights .s3 .filters .dd .dd-toggle {
    min-width: 250px;
    max-width: 250px;
  }
  #insights .s3 .filters .date-filter br {
    display: block;
  }
  #insights .s3 .filters .date-to {
    margin-left: 0;
    display: inline-block;
    margin-top: 1rem;
  }
  #insights .s3 .filters .clear {
    margin-left: 0;
    margin-top: 2rem;
  }
}
