/* --------------------------------- *\

	Home: Dark info block

\* --------------------------------- */
.home-info-block {
  display: flex;
  align-items: center;
}
.home-info-block > .image {
  width: 35rem;
  margin-right: 6rem;
}
.home-info-block > div:last-child {
  flex: 1;
  color: var(--color-white);
}
.home-info-block--2 {
  padding: var(--margin-large) 0;
}
.home-info-block--2 > img {
  width: 30rem;
  margin-right: 3rem;
}

@media (max-width: 767px) and (orientation: portrait), (max-width: 567px) {
  .home-info-block {
    display: block;
    padding: 3rem 0;
  }
  .home-info-block > .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .home-info-block--2 > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
/* --------------------------------- *\

	Factc block

\* --------------------------------- */
.home-circle {
  position: relative;
  margin-top: 2rem;
}
.home-circle-title {
  min-height: calc(var(--title-small-line) * 2);
  overflow: hidden;
}
.home-circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-circle > span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-circle > span:nth-child(1),
.home-circle > span:nth-child(2) {
  height: 50%;
  overflow: hidden;
}
.home-circle > span:nth-child(1):before,
.home-circle > span:nth-child(2):before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 1rem solid var(--color-main);
}
.home-circle > span:nth-child(2) {
  top: 50%;
  transform: rotate(180deg);
}
.home-circle > span:nth-child(2):before {
  border: 1rem solid var(--color-gray-dark);
}
.home-circle > span:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-weight: bold;
  color: var(--color-main);
}

/* --------------------------------- *\

	Testimonials

\* --------------------------------- */
.testimonial {
  background: white;
  height: 100%;
  background: var(--color-gray-light);
  padding: 0 2rem;
}
.testimonial:before, .testimonial:after {
  content: "";
  display: block;
  height: 2.5rem;
}
.testimonial > .image {
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-main);
  margin-bottom: 2rem;
}

@media (max-width: 767px) and (orientation: portrait), (max-width: 567px) {
  .testimonial {
    --text-small: .9em;
  }
}

/*# sourceMappingURL=--9-1-home.css.map */
