.hero-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .hero-area {
    padding: 90px 0 190px;
  }
  .hero-area .hero {
    max-width: 790px;
  }
}
.hero-area .hero__content-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .hero-area .hero__content-title {
    font-size: 45px;
  }
}
.hero-area .hero__content-title mark {
  display: block;
  background: -webkit-linear-gradient(#dff5ee, #7bccd0);
  background: linear-gradient(to right, #dff5ee, #7bccd0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  padding: 0;
  font-size: 65px;
  line-height: 1.16;
  font-weight: 700;
}
@media (min-width: 992px) {
  .hero-area .hero__content-title mark {
    font-size: 95px;
  }
}

.comparison-area {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .comparison-area {
    padding: 80px 0;
  }
}
.comparison-area .row + .row {
  margin-top: 70px;
}
.comparison-area .comparison_title {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .comparison-area .comparison_title {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .comparison-area .comparison_title {
    font-size: 55px;
  }
}
.comparison-area .comparison_content {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.wage-path-area {
  padding: 40px 0;
  background: #18264d;
  position: relative;
}
@media (min-width: 768px) {
  .wage-path-area {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .wage-path-area {
    padding: 120px 0;
  }
}
.wage-path-area .wage-path-inner {
  display: flex;
  align-items: center;
}
.wage-path-area .wage-path-inner + .wage-path-inner {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .wage-path-area .wage-path-inner + .wage-path-inner {
    margin-top: 120px;
  }
}
.wage-path-area .wage-path-inner .row {
  gap: 40px;
}
@media (min-width: 992px) {
  .wage-path-area .wage-path-inner .row {
    gap: 90px;
    flex-wrap: nowrap;
  }
}

.wage-path-calculator__video {
  width: 100%;
  background-color: #040e2b;
  padding: 80px 40px;
  border-radius: 12px;
  border: 1px solid #5166aa;
}
@media (min-width: 992px) {
  .wage-path-calculator__video {
    padding: 145px 45px;
  }
}
.wage-path-calculator__video img {
  border-radius: 12px;
}

@media (min-width: 992px) {
  .wage-path_content {
    max-width: 520px;
  }
}
.wage-path_content .wage-path_tag {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 992px) {
  .wage-path_content .wage-path_tag {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .wage-path_content .wage-path_tag {
    letter-spacing: 1px;
  }
}
.wage-path_content .wage-path_title {
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .wage-path_content .wage-path_title {
    font-size: 45px;
  }
}
.wage-path_content .wage-path_text {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
}

.wage-path_calculator .wage-path_tag {
  color: #f9c4c4;
}

.wage-path_career .wage-path_tag {
  color: #ffe7bf;
}

.wage-path_skill .wage-path_tag {
  color: #c5f0c5;
}

/*# sourceMappingURL=template-wage.css.map */
