.calculator-hero-section {
  padding: 100px 0 200px 0 !important;
}
@media (min-width: 992px) {
  .calculator-hero-section {
    padding: 184px 0 200px 0 !important;
  }
}
.calculator-hero-section__header {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .calculator-hero-section__header {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 24px;
  }
}
.calculator-hero-section__title {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .calculator-hero-section__title {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 33px;
  }
}
.calculator-hero-section__title .animate {
  position: relative;
  display: inline-block;
  overflow: hidden;
  top: 7px;
}
.calculator-hero-section__title .animate span {
  position: relative;
  display: inline-block;
  transform: translateY(-120%);
  -webkit-animation: letter-fade-in 0.5s ease-in-out forwards;
          animation: letter-fade-in 0.5s ease-in-out forwards;
}
.calculator-hero-section__title .animate span:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.calculator-hero-section__title .animate span:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.calculator-hero-section__title .animate span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.calculator-hero-section__text {
  font-size: 16px;
  line-height: 28px;
  color: #c8d0d9;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .calculator-hero-section__text {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 63px;
  }
}
.calculator-hero-section__img img {
  position: absolute;
  width: 158%;
  left: -96px;
  top: -83px;
  max-width: none;
}
@media (min-width: 575px) {
  .calculator-hero-section__img img {
    width: 110vw;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
  }
}
@media (min-width: 992px) {
  .calculator-hero-section__img img {
    max-width: 117%;
    left: unset;
    width: auto;
    right: -340px;
    top: -163px;
    z-index: 1;
    transform: none;
  }
}
@media (min-width: 1300px) {
  .calculator-hero-section__img img {
    right: -425px;
  }
}
.calculator-hero-section__img--mobile {
  padding-bottom: 86%;
  position: relative;
}
@media (min-width: 575px) {
  .calculator-hero-section__img--mobile {
    display: none;
  }
}
.calculator-hero-section__img--desktop {
  display: none;
}
@media (min-width: 575px) {
  .calculator-hero-section__img--desktop {
    display: block;
    padding-bottom: 70%;
    position: relative;
  }
}
@media (min-width: 992px) {
  .calculator-hero-section__img--desktop {
    position: static;
    padding: 0;
  }
}
.calculator-hero-section__info {
  font-family: "GeneralSans";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .calculator-hero-section__info {
    font-size: 32px;
    line-height: 40px;
    padding-top: 110px;
  }
}
@media (min-width: 992px) {
  .calculator-hero-section__info::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 458px;
    background: url(../../assets/images/product-page-gradient-2.png) no-repeat center;
  }
}
.calculator-hero-section__info .container {
  position: relative;
}
.calculator-hero-section__info-content {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.calculator-hero-section__info-content span {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  .calculator-hero-section__button.btn {
    display: none;
  }
}

@-webkit-keyframes letter-fade-in {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes letter-fade-in {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}
/*# sourceMappingURL=calculator-hero.css.map */