.section-features2__listItem-title {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h3);
  font-size: var(--tg-font-size-h3);
  line-height: var(--tg-line-height-h3);
  letter-spacing: var(--tg-letter-spacing-h3);
  color: var(--color-grey-darker);
}

.section-features2__listItem-text p {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
  letter-spacing: var(--tg-letter-spacing-text);
  color: var(--color-grey-darker);
}

/**
 *
 * Section: Features 2
 *
 */
.section-features2 {
  padding: 100px 0;
  background-color: var(--bg-color);
}
@media (max-width: 767px) {
  .section-features2 {
    padding: 30px 0;
  }
}
@media (min-width: 1366px) {
  .section-features2 .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-features2 .container {
    padding: 0 15px;
  }
}
.section-features2__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
  align-content: center;
}
@media (max-width: 767px) {
  .section-features2__inner {
    grid-gap: 30px;
  }
}
.section-features2[data-read-more=true] .section-features2__list {
  max-height: 420px;
  overflow: hidden;
}
.section-features2[data-read-more=true] .section-features2__list:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 230px;
  inset-inline: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to top, #FFFFFF, rgba(246, 247, 254, 0));
}
.section-features2__filters {
  position: sticky;
  top: 114px;
  z-index: 1;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .section-features2__filters {
    width: calc(100% + 30px);
    overflow: scroll;
    top: 64px;
    padding: 0;
    margin-left: -15px;
  }
  .section-features2__filters::-webkit-scrollbar {
    display: none;
  }
}
.section-features2__filters_bgMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 247, 254, 0.8);
  backdrop-filter: blur(10px);
}
@media (max-width: 991px) {
  .section-features2__filters_bgMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246, 247, 254, 0.8);
    backdrop-filter: blur(10px);
  }
}
.section-features2__filters_wrapper {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-self: center;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .section-features2__filters_wrapper {
    width: -moz-max-content;
    width: max-content;
    justify-self: auto;
    gap: 6px;
    flex-wrap: nowrap;
    position: relative;
    padding: 10px 15px;
  }
}
.section-features2__filters_wrapper button {
  cursor: pointer;
  color: var(--color-blue-darker);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 8px 21px;
  border-radius: 20px;
  border: 1px solid rgba(32, 28, 68, 0.2);
  transition: 0.6s all;
}
.section-features2__filters_wrapper button:hover, .section-features2__filters_wrapper button.active {
  background-color: var(--color-blue-light);
  box-shadow: var(--tg-box-shadow-medium);
  transition: 0.3s all;
}
@media (max-width: 991px) {
  .section-features2__filters_wrapper button:hover, .section-features2__filters_wrapper button.active {
    box-shadow: none;
  }
}
.section-features2__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto -30px;
  position: relative;
}
@media (max-width: 1199px) {
  .section-features2__list {
    max-width: 934px;
  }
}
@media (max-width: 991px) {
  .section-features2__list {
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .section-features2__list {
    align-items: center;
    margin-bottom: 0;
    gap: 15px;
  }
}
.section-features2__listItem {
  max-width: 228px;
  width: 100%;
  padding: 40px 20px;
  margin: 0 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-white);
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.section-features2__listItem.is-filtered {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(30px);
}
@media (max-width: 1365px) {
  .section-features2__listItem {
    max-width: 218px;
    margin: 0 5px 30px;
    padding: 40px 15px;
  }
}
@media (max-width: 1199px) {
  .section-features2__listItem {
    max-width: 281px;
    margin: 0 15px 30px;
    padding: 40px 20px;
    box-shadow: var(--tg-box-shadow-medium);
  }
}
@media (max-width: 991px) {
  .section-features2__listItem {
    max-width: 335px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-features2__listItem {
    margin: 0;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(11, 56, 88, 0.15);
  }
}
@media (min-width: 1200px) {
  .section-features2__listItem[data-el-type=a]:hover {
    box-shadow: var(--tg-box-shadow-medium);
  }
  .section-features2__listItem[data-el-type=a]:hover .section-features2__listItem-readmore {
    opacity: 1;
  }
}
.section-features2__listItem-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-features2__listItem-icon img, .section-features2__listItem-icon svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.section-features2__listItem-content {
  flex: 1;
}
.section-features2__listItem-title {
  margin: 0 0 10px;
}
.section-features2__listItem-text p {
  margin: 0;
}
.section-features2__listItem-readmore {
  margin-top: 10px;
  opacity: 0;
  transition: var(--tg-transition-medium);
}
@media (max-width: 1199px) {
  .section-features2__listItem-readmore {
    margin-top: 20px;
    opacity: 1;
  }
}
.section-features2[data-sizing=small] .section-features2__list {
  max-width: 966px;
}
.section-features2[data-sizing=small] .section-features2__listItem {
  padding: 20px 10px;
  margin-inline: 10px;
  max-width: 141px;
}
.section-features2[data-sizing=small] .section-features2__listItem-icon {
  margin-bottom: 16px;
  width: 40px;
  height: 40px;
}
.section-features2[data-sizing=small] .section-features2__listItem-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-features2[data-sizing=small] .section-features2__listItem-title {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-features2[data-sizing=small] .section-features2__list {
    width: 100%;
  }
  .section-features2[data-sizing=small] .section-features2__listItem {
    max-width: none;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
    margin-bottom: 10px;
    margin-inline: 0;
    text-align: start;
  }
  .section-features2[data-sizing=small] .section-features2__listItem-title {
    margin: 0;
  }
  .section-features2[data-sizing=small] .section-features2__listItem-icon {
    margin-bottom: 0;
    padding: 8px 0;
  }
}
.section-features2[data-sizing=small][data-columns] .section-features2__list {
  width: 100%;
}
@media (min-width: 768px) {
  .section-features2[data-columns="2"] .section-features2__listItem {
    max-width: calc(50% - 30px);
  }
  .section-features2[data-columns="3"] .section-features2__listItem {
    max-width: calc(33.3333333333% - 30px);
  }
  .section-features2[data-columns="4"] .section-features2__listItem {
    max-width: calc(25% - 30px);
  }
  .section-features2[data-columns="5"] .section-features2__listItem {
    max-width: calc(20% - 30px);
  }
  .section-features2[data-columns="6"] .section-features2__listItem {
    max-width: calc(16.6666666667% - 30px);
  }
  .section-features2[data-columns="7"] .section-features2__listItem {
    max-width: calc(14.2857142857% - 30px);
  }
}
.section-features2 .featers-read-more {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-blue);
  background-color: var(--color-white);
  border: solid 2px currentColor;
  border-radius: 9px;
  line-height: 1;
  padding: 0.5em 1em;
  margin-inline: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
.section-features2 .featers-read-more:hover {
  color: var(--color-white);
  background: var(--color-blue-dark);
}
.section-features2:has(input[type=checkbox]:checked) .featers-read-more {
  display: none;
}
.section-features2:has(input[type=checkbox]:checked) .section-features2__list {
  max-height: var(--scroll-height, auto);
  overflow: inherit;
}
.section-features2:has(input[type=checkbox]:checked) .section-features2__list:after {
  opacity: 0;
}
.section-features2 .link-wrapper {
  margin-top: 20px;
}
.section-features2 .link-wrapper .link:after {
  content: "";
  width: 19px;
  height: 12px;
  display: inline-block;
  margin-left: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M10.6 12.2L16.2 6.6M16.2 6.6L10.6 1M16.2 6.6H1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 0.2s;
  position: relative;
  top: 1px;
}
.section-features2 .link-wrapper .link:hover:after {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .section-features2#section-664ca9783bbfe .section-features2__list .section-features2__listItem,
  .section-features2#section-664ca9780f523 .section-features2__list .section-features2__listItem {
    max-width: calc((100% - 15px) / 2);
    margin: 0;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(11, 56, 88, 0.15);
  }
}
@media (max-width: 500px) {
  .section-features2#section-664ca9783bbfe .section-features2__list .section-features2__listItem-title,
  .section-features2#section-664ca9780f523 .section-features2__list .section-features2__listItem-title {
    font-size: 4.3vw;
  }
}
/*# sourceMappingURL=section-features2.css.map */
