.infographic {
  margin-bottom: 150px;
}
.infographic__wrapper {
  margin: 80px 10%;
  position: relative;
}
@media (max-width: 1500px) {
  .infographic__wrapper {
    margin: 80px 50px;
  }
}
@media (max-width: 991px) {
  .infographic__wrapper {
    margin: 100px 20px 150px;
  }
}
.infographic__illustration {
  overflow: inherit;
}
@media (max-width: 480px) {
  .infographic__illustration {
    width: 200%;
    margin-left: -50%;
  }
}
.infographic__box {
  position: absolute;
  padding: 15px 20px 0;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .infographic__box {
    position: relative;
    margin: 20px 40px;
  }
}
@media (max-width: 480px) {
  .infographic__box {
    margin: 10px 10px;
  }
}
.infographic__box .toggle-list.-is-open .toggle-list--link:after {
  content: "";
}
.infographic__box .toggle-list {
  border: 0;
  width: 250px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .infographic__box .toggle-list {
    width: auto;
  }
}
.infographic__box .toggle-list--link::after {
  content: "";
}
.infographic__box .toggle-list--content {
  text-align: left;
}
@media (max-width: 991px) {
  .infographic__box .toggle-list--content {
    text-align: center;
    max-width: 450px;
    display: inline-block;
  }
}
.infographic__box h3 {
  margin: 0;
  font-size: 3rem;
}
.infographic__box svg {
  width: 30px;
  height: 30px;
}
.infographic__box::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  z-index: 1;
}
.infographic__box__1 {
  top: -20px;
  left: 0;
  background-color: #87CEDC;
}
@media (max-width: 991px) {
  .infographic__box__1 {
    top: initial;
  }
}
.infographic__box__1::after {
  content: "";
  border-color: #87CEDC transparent;
  bottom: -28px;
  left: 200px;
  border-width: 28px 19px 0;
}
@media (max-width: 991px) {
  .infographic__box__1::after {
    left: 10%;
  }
}
.infographic__box__2 {
  top: -20px;
  right: 0;
  background-color: #FDC300;
}
@media (max-width: 991px) {
  .infographic__box__2 {
    top: initial;
  }
}
.infographic__box__2::after {
  content: "";
  border-color: #FDC300 transparent;
  bottom: -28px;
  left: 42px;
  border-width: 28px 19px 0;
}
@media (max-width: 991px) {
  .infographic__box__2::after {
    left: 10%;
  }
}
.infographic__box__3 {
  bottom: -80px;
  left: 0;
  background-color: #87CEDC;
}
@media (max-width: 991px) {
  .infographic__box__3 {
    bottom: initial;
  }
}
.infographic__box__3::after {
  content: "";
  border-color: #87CEDC transparent;
  top: -28px;
  left: 200px;
  border-width: 0 19px 28px;
}
@media (max-width: 991px) {
  .infographic__box__3::after {
    top: inherit;
    bottom: -28px;
    left: 10%;
    border-width: 28px 19px 0;
  }
}
.infographic__box__4 {
  bottom: -80px;
  right: 0;
  background-color: #FDC300;
}
@media (max-width: 991px) {
  .infographic__box__4 {
    bottom: initial;
  }
}
.infographic__box__4::after {
  content: "";
  border-color: #FDC300 transparent;
  top: -28px;
  left: 42px;
  border-width: 0 19px 28px;
}
@media (max-width: 991px) {
  .infographic__box__4::after {
    top: inherit;
    bottom: -28px;
    left: 10%;
    border-width: 28px 19px 0;
  }
}
.infographic--text--1 {
  animation: write 5s linear infinite;
  transform-box: fill-box;
}
.infographic--text--2 {
  animation: write 5s linear infinite;
  animation-delay: 300ms;
  transform-box: fill-box;
}
.infographic--text--3 {
  animation: write 5s linear infinite;
  animation-delay: 600ms;
  transform-box: fill-box;
}
.infographic--text--4 {
  animation: write 5s linear infinite;
  animation-delay: 900ms;
  transform-box: fill-box;
}
.infographic--text--5 {
  animation: write 5s linear infinite;
  animation-delay: 1200ms;
  transform-box: fill-box;
}
.infographic--text--6 {
  animation: write 5s linear infinite;
  animation-delay: 1500ms;
  transform-box: fill-box;
}
.infographic--up--1 {
  animation: move-up-down 6s linear infinite;
}
.infographic--up--2 {
  animation: move-up-down-2 6s linear infinite;
}
.infographic--up--3 {
  animation: move-up-down-2 6s linear infinite;
}
.infographic--up--4 {
  animation: move-up 60s linear infinite;
}
.infographic--left {
  animation: move-left 30s linear infinite;
  transform-origin: center center;
}
.infographic--left--2 {
  animation: move-left 40s linear infinite;
  transform-origin: center center;
  animation-delay: 3000ms;
}
.infographic--right {
  animation: move-right 30s linear infinite;
  transform-origin: center center;
}
.infographic--grow {
  position: relative;
  animation: grow-high 8s linear infinite;
  transform-box: fill-box;
  transform-origin: bottom;
}
.infographic--grow--medium {
  position: relative;
  animation: grow-medium 8s linear infinite;
  transform-box: fill-box;
  transform-origin: bottom;
}
.infographic--shrink {
  position: relative;
  animation: shrink 8s linear infinite;
  transform-box: fill-box;
  transform-origin: bottom;
}
.infographic--rotate--medium {
  animation: spin 5s linear infinite;
  position: relative;
  transform-box: fill-box;
  transform-origin: center center;
}
.infographic--rotate {
  animation: spin 4s linear infinite;
  position: relative;
  transform-box: fill-box;
  transform-origin: center center;
}
.infographic--rotate--slow {
  animation: spin 6s linear infinite;
  position: relative;
  transform-box: fill-box;
  transform-origin: center center;
}
.infographic--plant--move--right {
  animation: plant-move-right 10s linear infinite;
  position: relative;
  transform-box: fill-box;
  transform-origin: bottom;
}
.infographic--plant--move--left {
  animation: plant-move-left 10s linear infinite;
  position: relative;
  transform-box: fill-box;
  transform-origin: bottom;
}

@keyframes spin {
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes write {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleY(0.5);
  }
  60% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes move-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes move-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes plant-move-right {
  0% {
    transform: translateY(0) rotate(0) scale(1);
  }
  50% {
    transform: translateY(5px) translateX(-5px) rotate(5deg) scale(1.1);
  }
  100% {
    transform: translateY(0) rotate(0) scale(1);
  }
}
@keyframes plant-move-left {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) translateX(5px) rotate(5deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes move-up-down {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes move-up-down-2 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-up-down-3 {
  10% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes grow-high {
  25% {
    transform: scaleY(1.4);
  }
  50% {
    transform: scaleY(0.9);
  }
  75% {
    transform: scaleY(2.2);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes grow-medium {
  25% {
    transform: scaleY(1.2);
  }
  50% {
    transform: scaleY(1.4);
  }
  75% {
    transform: scaleY(1.2);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes shrink {
  25% {
    transform: scaleY(0.8);
  }
  50% {
    transform: scaleY(1.2);
  }
  75% {
    transform: scaleY(0.4);
  }
  100% {
    transform: scaleY(1);
  }
}