main {
  background: #0D0D10;
  overflow-x: hidden;
  overflow-y: hidden;
}

.head {
  background-image: linear-gradient(150deg, #DE3314, #270556);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.head .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.head .outline-text {
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.2;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  line-height: 353px;
  transform: translate(-50%, 40%);
}
.head .title {
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  margin-bottom: 40px;
}
.head .subtitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 30px;
}
.head .desc {
  font-size: 22px;
  line-height: 38px;
}

.first {
  padding: 300px 0 150px;
}
.first .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}
.first .desc {
  font-size: 22px;
  line-height: 38px;
}
.first .more {
  margin-top: 100px;
}
.first .more .image {
  position: relative;
  z-index: 1;
}
.first .more .image .gradient {
  background: linear-gradient(124deg, #DE3314, #270556);
  max-width: 712px;
  min-height: 200px;
  height: 472px;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 100%;
  z-index: -1;
}
.first .more .right {
  position: relative;
  top: 350px;
  left: -100px;
  z-index: 1;
  padding-bottom: 350px;
}
.first .more .right .title {
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-transform: uppercase;
}
.first .more .right .desc {
  font-size: 22px;
  line-height: 38px;
}
.first .download {
  margin-top: 330px;
  padding-bottom: 100px;
}
.first .download .left {
  background: linear-gradient(108deg, #DE3314, #270556);
  position: relative;
}
.first .download .left img {
  position: absolute;
  top: 50px;
  right: 150px;
}
.first .download .right {
  position: relative;
  left: -100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}
.first .download .right .title {
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 30px;
}
.first .download .right .title span {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
.first .download .right .desc {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
  .head {
    position: relative;
    height: 100%;
    min-height: 100vh !important;
    padding-top: 200px;
  }
  .head .outline-text {
    font-size: 100px;
    transform: translate(-50%, 50%);
  }
  .head .gradient {
    min-height: 100vh !important;
    height: 100% !important;
  }
  .head .title {
    font-size: 42px;
    line-height: 40px;
  }
  .head .subtitle {
    font-size: 30px;
  }

  .first .more .image {
    margin-right: 15px;
  }
  .first .more .image .gradient {
    height: 75%;
  }
  .first .more .right {
    top: -50px;
    left: 0;
    padding-bottom: 50px;
  }
  .first .more .right .title {
    font-size: 50px !important;
    line-height: 50px;
  }
  .first .download {
    margin-top: 0;
  }
  .first .download .left img {
    right: 75px;
  }
  .first .download .right {
    left: -50px;
    padding: 40px 0;
  }
  .first .download .right .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 480px) {
  .head .outline-text {
    display: none;
  }

  .first {
    padding: 50px 0;
  }
  .first .title {
    font-size: 26px;
  }
  .first .desc {
    font-size: 18px;
  }

  .first .download .left img {
    display: none;
  }
}

/*# sourceMappingURL=ingroves.css.map */
