.revolutionizing {
  background: linear-gradient(238.19deg, #021639 29.99%, #424e7d 95.49%);
  padding: 165px 0 218px;
  position: relative;
  overflow: hidden;
}

.revolutionizing:after {
  content: url("fog.cb3e7f3f.png");
  z-index: 1;
  will-change: top, left;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  animation: 12s linear 2s infinite hero;
  position: absolute;
  top: calc(100% - 500px);
  left: -500px;
}

@keyframes hero {
  0% {
    top: calc(100% - 500px);
    left: -500px;
  }

  33% {
    top: calc(100% - 500px);
    left: calc(100% - 650px);
  }

  66% {
    top: -500px;
    left: calc(100% - 650px);
  }

  100% {
    top: calc(100% - 500px);
    left: -500px;
  }
}

@media (width <= 1024px) {
  .revolutionizing {
    padding: 126px 0;
  }
}

.revolutionizing__content {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 65.4839% 40.6452%;
  display: grid;
  position: relative;
}

@media (width <= 1024px) {
  .revolutionizing__content {
    display: block;
  }
}

.revolutionizing__title {
  color: #fff;
  margin: 0;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 700;
  line-height: max(30px, min(3.81944vw, 55px));
}

.revolutionizing__title--highlighted {
  color: #021639;
  background-color: #55ff7d;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.revolutionizing__desc {
  color: #fff;
  margin-top: 26px;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 500;
}

@media (width <= 576px) {
  .revolutionizing__desc {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 14px;
  }
}

.revolutionizing__image-container {
  grid-area: 1 / 1 / 4 / 2;
  max-width: 712px;
}

@media (width <= 1024px) {
  .revolutionizing__image-container {
    max-width: 500px;
    margin-top: 46px;
    margin-bottom: 46px;
  }
}

.revolutionizing__image {
  max-width: 100%;
  height: auto;
}

.revolutionizing__btn {
  color: #fff;
  background-color: #5cabf3;
  border: none;
  place-self: start;
  padding: 15px 32px;
  font-size: 16px;
  text-decoration: none;
}

@media (width <= 576px) {
  .revolutionizing__btn {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.heatmap {
  margin-bottom: 66px;
  padding: 120px 0 40px;
}

@media (width <= 576px) {
  .heatmap {
    margin-bottom: 40px;
  }
}

.heatmap__content {
  z-index: 2;
  grid-template-rows: auto auto auto;
  grid-template-columns: 70.4839% 27.5806%;
  display: grid;
  position: relative;
}

@media (width <= 1024px) {
  .heatmap__content {
    display: block;
  }
}

.heatmap__title {
  color: #021639;
  margin: 0;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 700;
  line-height: max(30px, min(2.77778vw, 40px));
}

.heatmap__title--highlighted {
  color: #5cabf3;
}

.heatmap__desc {
  color: #021639;
  max-width: 640px;
  margin-top: 24px;
  margin-bottom: 46px;
  font-size: 16px;
  font-weight: 400;
}

.heatmap__list {
  color: #021639;
  font-size: max(16px, min(1.66667vw, 24px));
  line-height: max(20px, min(2.08333vw, 30px));
}

.heatmap__list__item {
  margin-top: 16px;
  display: flex;
}

.heatmap__list__item__img {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 24px;
}

.heatmap__list__item__text {
  margin-top: auto;
  margin-bottom: auto;
}

.heatmap__image-container {
  grid-area: 1 / 2 / 4 / 2;
  max-width: 342px;
}

@media (width <= 1024px) {
  .heatmap__image-container {
    margin-top: 64px;
  }
}

.heatmap__image {
  max-width: 100%;
  height: auto;
}

.heatmap__links {
  justify-content: space-between;
  max-width: 302px;
  margin-top: 64px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

@media (width <= 1024px) {
  .heatmap__links {
    max-width: 100%;
  }
}
/*# sourceMappingURL=solution.737647b5.css.map */
