.lp-section {
  padding: 50px 0;
}
.lp-section--pv-collapse {
  padding: 0;
}
.lp-section.hero {
  background: #f6f3f9;
}
.lp-section.transparent {
  background: transparent;
}
.lp-section.white {
  background: #fff;
}
.lp-section__container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  width: 85%;
}
.lp-section__pre-title {
  color: #554565;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0 25px;
}
.lp-section__title {
  color: #0974f1;
  font-family: "Poppins" ,sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding: 0;
}
.lp-section__description {
  color: #554565;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}
.lp-section__description > p {
  margin: 0;
  padding: 0;
}
.lp-section__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.lp-section__header--left {
  align-items: flex-start;
  text-align: left;
}
.lp-section__header--center {
  align-items: center;
  text-align: center;
}
.lp-section__header--right {
  align-items: flex-end;
  text-align: right;
}
.lp-section__footer {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.lp-section__footer--left {
  justify-content: flex-start;
}
.lp-section__footer--center {
  justify-content: center;
}
.lp-section__footer--right {
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .lp-section__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .lp-section__container {
    width: 91.6558018253%;
  }
}
@media screen and (min-width: 992px) {
  .lp-section__container {
    width: 92.5%;
  }
  .lp-section__title {
    scroll-margin-top: 100px;
  }
}
.cms-marker-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.cms-marker-list__wrapper .lp-section__container {
  justify-content: flex-start;
}
.cms-marker-list__wrapper .lp-section__header {
  align-items: flex-start;
}
.cms-marker-list-item {
  align-items: stretch;
  display: flex;
  flex-basis: 100%;
  flex-direction: row;
  padding: 0 0 20px;
  text-align: left;
}
.cms-marker-list-item:first-of-type {
  margin-left: 0;
}
.cms-marker-list-item:last-of-type {
  margin-right: 0;
}
.cms-marker-list-item__icon {
  height: 28px;
  margin-right: 12px;
  width: 28px;
}
.cms-marker-list-item__container {
  flex: 2 1;
}
.cms-marker-list-item__title {
  color: var(--font-color-inverted, #2b173f);
  font-family: Heading Now, "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}
.cms-marker-list-item__description {
  color: var(--font-color-inverted, #554565);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .cms-marker-list-item {
    flex-basis: 33.33333%;
    padding: 0 10px 20px;
  }
  .cms-marker-list-item:first-of-type {
    margin-left: 0;
  }
  .cms-marker-list-item:last-of-type {
    margin-right: 0;
  }
  .cms-marker-list-item--one {
    flex-basis: 100%;
  }
  .cms-marker-list-item--one:first-of-type {
    padding-left: 0;
  }
  .cms-marker-list-item--one:last-of-type {
    padding-right: 0;
  }
  .cms-marker-list-item--one:nth-child(1n + 1) {
    padding-left: 0;
    padding-right: 0;
  }
  .cms-marker-list-item--two {
    flex-basis: 50%;
  }
  .cms-marker-list-item--two:first-of-type {
    padding-left: 0;
  }
  .cms-marker-list-item--two:last-of-type {
    padding-right: 0;
  }
  .cms-marker-list-item--two:nth-child(odd) {
    padding-left: 0;
  }
  .cms-marker-list-item--two:nth-child(2n + 2) {
    padding-right: 0;
  }
  .cms-marker-list-item--three {
    flex-basis: 33.33333%;
  }
  .cms-marker-list-item--three:first-of-type {
    padding-left: 0;
  }
  .cms-marker-list-item--three:last-of-type {
    padding-right: 0;
  }
  .cms-marker-list-item--three:nth-child(3n + 1) {
    padding-left: 0;
  }
  .cms-marker-list-item--three:nth-child(3n + 3) {
    padding-right: 0;
  }
  .cms-marker-list-item--four {
    flex-basis: 25%;
  }
  .cms-marker-list-item--four:first-of-type {
    padding-left: 0;
  }
  .cms-marker-list-item--four:last-of-type {
    padding-right: 0;
  }
  .cms-marker-list-item--four:nth-child(4n + 1) {
    padding-left: 0;
  }
  .cms-marker-list-item--four:nth-child(4n + 4) {
    padding-right: 0;
  }
}
