.hero-main-wrapper {
  padding: 14rem 0 4rem 0;
}
@media (min-width: 992px) {
  .hero-main-wrapper {
    padding: 18rem 0 6rem 0;
  }
}
@media (min-width: 992px) {
  .hero-main-wrapper h1 {
    margin-bottom: 3.2rem;
  }
  .hero-main-wrapper p {
    max-width: 80rem;
    margin: auto;
    margin-bottom: 1.6rem;
  }
  .hero-main-wrapper h4 {
    font-size: 2.4rem;
    font-weight: 400;
    max-width: 80rem;
    margin: auto;
    opacity: 0.9;
  }
}
@media (max-width: 991px) {
  .hero-main-wrapper h1 {
    font-size: 4.4rem;
    line-height: 1.15;
  }
}
.hero-main-wrapper .download-product {
  margin-top: 7rem;
  gap: 3.2rem;
}
@media (max-width: 991px) {
  .hero-main-wrapper .download-product {
    margin-top: 4rem;
  }
  .hero-main-wrapper .download-product .gumroad-download-btn {
    margin-bottom: 2.4rem;
  }
}
.hero-main-wrapper .download-product h3 {
  color: #8155e5;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-main-wrapper .download-product h3 {
    display: inline-block;
  }
}
.hero-main-wrapper .download-product h3 .--arrow {
  position: absolute;
  left: 110%;
  top: 50%;
}
@media (max-width: 991px) {
  .hero-main-wrapper .download-product h3 .--arrow img {
    max-width: 5rem;
  }
}
.hero-main-wrapper .content {
  margin-bottom: 2rem;
}
.hero-main-wrapper .content h1 strong {
  background: linear-gradient(90deg, #8155E5 0%, #D475D4 51.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-main-wrapper .content h5 {
  border-radius: 33px;
  background: linear-gradient(90deg, #8155E5 0%, #D475D4 51.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding: 0.6rem 1.2rem;
  position: relative;
}
@media (max-width: 991px) {
  .hero-main-wrapper .content h5 {
    font-size: 1.4rem;
  }
}
.hero-main-wrapper .content h5::before {
  content: "";
  position: absolute;
  border-radius: 33px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: -1;
}
.hero-main-wrapper .subscribe-box {
  max-width: 50rem;
  padding-top: 1.6rem;
  margin: auto;
}
@media (min-width: 992px) {
  .hero-main-wrapper .subscribe-box {
    padding-top: 2.4rem;
  }
}
.hero-main-wrapper .subscribe-box h3 {
  color: white;
}
.hero-main-wrapper .subscribe-box p {
  margin: 0;
}
.hero-main-wrapper .subscribe-box .emaillist .gjs-row {
  margin: 0 !important;
  justify-content: flex-end !important;
}
.hero-main-wrapper .subscribe-box .emaillist .gjs-row .gjs-cell {
  background: linear-gradient(49deg, #8155E5 39.02%, #36ACF4 103.5%);
  flex-grow: inherit;
  border-radius: 1rem;
  padding: 0.3rem 0.3rem 0.3rem 0.35rem;
}
@media (min-width: 992px) {
  .hero-main-wrapper .subscribe-box .emaillist .gjs-row .gjs-cell {
    display: flex;
  }
}
.hero-main-wrapper .subscribe-box .emaillist input {
  outline: none;
  font-size: 1.4rem;
}
.hero-main-wrapper .subscribe-box .emaillist input[type=email] {
  color: #000;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  transition: all 0.3s;
  border: none;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-main-wrapper .subscribe-box .emaillist input[type=email] {
    border-radius: 0.8rem 0 0 0.8rem;
    font-size: 1.6rem;
  }
}
.hero-main-wrapper .subscribe-box .emaillist input[type=email]:focus {
  background-color: #fff;
}
.hero-main-wrapper .subscribe-box .emaillist input[type=submit] {
  color: #fff;
  border: none;
  background: transparent;
  font-weight: 600;
  border-radius: 0 0.8rem 0.8rem 0;
  padding: 1.6rem 2rem;
  width: 100%;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .hero-main-wrapper .subscribe-box .emaillist input[type=submit] {
    font-size: 1.6rem;
    text-transform: uppercase;
    width: auto;
  }
}
.hero-main-wrapper .subscribe-box .emaillist input[type=submit]:hover {
  background: linear-gradient(49deg, #8155E5 39.02%, #36ACF4 103.5%);
}
.hero-main-wrapper .subscribe-box .emaillist .es_subscription_message {
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */