/*	Defined widths
--------------------------------------- */
/*	Slider settings
--------------------------------------- */
/*	Colors
--------------------------------------- */
/*	Breakpoints
--------------------------------------- */
/*	Other
--------------------------------------- */
section.gt-block {
  container-type: inline-size;
  /* #component HERO SECTION ======================================================================= */
  /*	Defined widths
  --------------------------------------- */
  /*	Slider settings
  --------------------------------------- */
  /*	Colors
  --------------------------------------- */
  /*	Breakpoints
  --------------------------------------- */
  /*	Other
  --------------------------------------- */
}
section.gt-block section.list-features {
  container-type: inline-size;
}
section.gt-block section.list-features .list-features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(1.6rem, calc(1.4814814815vi + 1.0666666667rem), 3.2rem);
}
section.gt-block section.list-features .list-features__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
  padding-right: clamp(3.2rem, calc(2.962962963vi + 2.1333333333rem), 6.4rem);
}
section.gt-block section.list-features .list-features__content .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inline-size: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
}
section.gt-block section.list-features .list-features__content .cards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: clamp(0.8rem, calc(0.7407407407vi + 0.5333333333rem), 1.6rem);
  border-radius: 1.4rem;
  border: 1.75px solid var(--Grey-200, #e4ebf0);
  background: rgba(246, 249, 251, 0.2);
  backdrop-filter: blur(4px);
}
section.gt-block section.list-features .list-features__content .cards__card.double-col {
  width: calc(50% - 0.8rem);
}
@media screen and (max-width: 650px) {
  section.gt-block section.list-features .list-features__content .cards__card.double-col {
    width: calc(100% - 0rem);
  }
}
section.gt-block section.list-features .list-features__content .cards__card.third-col {
  width: calc(33.3333333333% - 1.0666666667rem);
}
@media screen and (max-width: 768px) {
  section.gt-block section.list-features .list-features__content .cards__card.third-col {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 650px) {
  section.gt-block section.list-features .list-features__content .cards__card.third-col {
    width: calc(100% - 0rem);
  }
}
section.gt-block section.list-features .list-features__content .cards__card.hidden {
  display: none;
}
section.gt-block section.list-features .list-features__content .cards__card-icon {
  inline-size: 100%;
  max-inline-size: 2.4rem;
  block-size: 2.4rem;
}
section.gt-block section.list-features .list-features__content .cards__card-icon svg {
  inline-size: 100%;
  max-inline-size: 2.4rem;
  block-size: 2.4rem;
}
section.gt-block section.list-features .list-features__content .cards__card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
}
section.gt-block section.list-features .list-features__content .cards__card-text h3,
section.gt-block section.list-features .list-features__content .cards__card-text p {
  text-box-trim: trim-both;
}
section.gt-block section.list-features .list-features__content .list-features__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
}
section.gt-block section.list-features .list-features__content .list-features__button-container button {
  cursor: pointer;
}
section.gt-block {
  /* #endcomponent */
}