@charset "UTF-8";

.concept-above {
  padding: 2.2rem 0 7rem;
}

.concept-above-inner {
  letter-spacing: 0.02em;
  text-align: center;
}

.concept-above-heading {
  display: inline-block;
  background: linear-gradient(269deg, #9538a2 0%, #3a5db3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--color-4);
  font-weight: bolder;
  font-size: 2.6rem;
  line-height: 1.2;
}

.concept-above .heading-border {
  margin-top: 4rem;
}

.concept-above-text {
  margin-top: 2.4rem;
  font-weight: bolder;
  font-size: 1.4rem;
  line-height: 1.7;
}

.concept-above-text p + p {
  margin-top: 1em;
}

.concept-above-img {
  margin: 6rem auto 0;
  width: 71.826625387%;
  max-width: 35.2rem;
}

.concept-feature {
  padding: 5.2rem 0 3.6rem;
  background-color: var(--color-7);
}

.concept-feature-row {
  margin: 5rem auto 0;
}

.concept-feature-heading {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  color: var(--color-3);
  font-weight: bolder;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}

.concept-feature-text {
  margin-top: 1.4rem;
  font-weight: bolder;
  font-size: 1.4rem;
}

.concept-feature-img {
  margin: 1.6rem auto 0;
  text-align: center;
}

.concept-feature-1 .concept-feature-img {
  width: 83.5913312693%;
  max-width: 42.9rem;
}

.concept-feature-2 .concept-feature-img {
  width: 68.1114551084%;
  max-width: 38.1rem;
}

.concept-feature-3 .concept-feature-img {
  width: 73.6842105263%;
  max-width: 41.4rem;
}

.concept-feature-4 .concept-feature-img {
  width: 66.8730650155%;
  max-width: 34.8rem;
}

.concept-data {
  max-width: 96rem;
  margin: 4.8rem auto 0;
  padding: 4rem 2rem 3.2rem;
  background-color: var(--color-bright);
}

.concept-data .heading {
  position: relative;
}

.concept-data-number-row {
  padding-top: 2rem;
}

.concept-data-number-col {
  text-align: center;
}

.concept-data-number-item {
  line-height: 1.2;
}

.concept-data-number-heading {
  font-weight: bolder;
  font-size: 1.6rem;
}

.concept-data-number-value {
  margin-top: 0.2rem;
  font-weight: bolder;
  font-size: 1.9rem;
}

.concept-data-number-value em {
  font-size: 3.5rem;
}

.concept-data-feature {
  margin-top: 5.4rem;
}

.concept-data-feature-col {
  margin-top: 3rem;
  text-align: center;
}

.concept-data-feature-img {
  overflow: hidden;
  width: 13.8rem;
  height: 13.8rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #4a2f88;
}

.concept-data-feature-item {
  margin-top: 2.3rem;
}

.concept-data-feature-heading {
  font-weight: bolder;
  font-size: 1.6rem;
  line-height: 1.2;
}

.concept-data-feature-text {
  padding: 1.3rem 4rem 0;
  font-size: 1.4rem;
}

.concept-data-feature-1 .img {
  max-width: 8.7rem;
  margin-top: 1.6rem;
}

.concept-data-feature-2 .img {
  max-width: 10.2rem;
  margin-top: 3.4rem;
  margin-right: 1.1rem;
}

.concept-data-feature-3 .img {
  max-width: 6.9rem;
  margin-top: 2.6rem;
  margin-left: 0.4rem;
}

.concept-data-area {
  margin-top: 5.2rem;
}

@media (min-width: 768px) {
  .concept-above {
    padding: 8.9rem 0 13.8rem;
  }

  .concept-above-heading {
    font-size: 4.6rem;
  }

  .concept-above .heading-border {
    margin-top: 8.8rem;
  }

  .concept-above-text {
    margin-top: 7.2rem;
    font-size: 1.8rem;
  }

  .concept-above-img {
    margin-top: 7.4rem;
  }

  .concept-feature {
    padding: 9.2rem 0 10rem;
  }

  .concept-feature-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96rem;
    margin-top: 0;
  }

  .concept-feature-item {
    flex: 1 0 1%;
    max-width: 48rem;
  }

  .concept-feature-heading {
    font-size: 3rem;
    text-align: left;
  }

  .concept-feature-text {
    margin-top: 2.4rem;
    font-size: 1.8rem;
  }

  .concept-feature-img {
    flex: 1 0 1%;
    margin-top: 0;
  }

  .concept-feature-1 {
    margin-top: 12rem;
  }

  .concept-feature-1 .concept-feature-item {
    margin-right: 2rem;
  }

  .concept-feature-2 {
    margin-top: 10.4rem;
  }

  .concept-feature-2 .concept-feature-item {
    order: 2;
    margin-left: 2.4rem;
  }

  .concept-feature-2 .concept-feature-img {
    order: 1;
  }

  .concept-feature-3 {
    margin-top: 7.5rem;
  }

  .concept-feature-3 .concept-feature-item {
    margin-right: 2.4rem;
  }

  .concept-feature-4 {
    margin-top: 10.2rem;
  }

  .concept-feature-4 .concept-feature-item {
    order: 2;
    margin-left: 2.4rem;
  }

  .concept-feature-4 .concept-feature-img {
    order: 1;
  }

  .concept-data {
    margin-top: 15.2rem;
    padding: 4.8rem 2rem 7.2rem;
  }

  .concept-data .heading-notes {
    position: absolute;
    top: 0.8rem;
    padding-left: 1rem;
  }

  .concept-data-number-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.4rem;
  }

  .concept-data-number-col {
    flex: 1 0 1%;
  }

  .concept-data-number-img {
    max-width: 11.6rem;
    margin: 2rem auto 0;
  }

  .concept-data-feature {
    margin-top: 7.2rem;
  }

  .concept-data-feature-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.6rem;
  }

  .concept-data-feature-col {
    flex: 1 0 1%;
    margin-top: 0;
  }

  .concept-data-area {
    margin-top: 6.4rem;
  }
}

@media (min-width: 960px) {
  .concept-feature-1 .concept-feature-item {
    margin-bottom: 1.6rem;
  }

  .concept-feature-2 .concept-feature-item {
    margin-bottom: 2.4rem;
  }

  .concept-feature-3 .concept-feature-item {
    margin-right: 4.8rem;
    margin-bottom: 0.8rem;
  }

  .concept-feature-4 .concept-feature-item {
    margin-left: 5.6rem;
    margin-bottom: 1.2rem;
  }

  .concept-data-number-row {
    padding: 2.4rem 4.6rem 0;
  }

  .concept-data-feature-row {
    padding: 2.6rem 2.2rem 0;
  }
}

@media (max-width: 767.98px) {
  .concept-feature-heading {
    justify-content: center;
  }

  .concept-data-number-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2.8rem;
  }

  .concept-data-number-item {
    order: 2;
    flex: 1 1 auto;
  }

  .concept-data-number-img {
    order: 1;
    max-width: 13.8rem;
    padding: 0 0.6rem 0 2.6rem;
  }
}

@media (min-width: 768px) and (max-width: 959.98px) {
  .concept-data-feature-text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}