@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700;900&family=Montserrat:wght@700&display=swap");
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: rgb(36, 37, 47);
}

p, h1, h2, h3, a {
  margin: 0;
  padding: 0;
}

.pageWrapper {
  box-sizing: border-box;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 767.98px) {
  .pageWrapper {
    padding: 0px 20px 50px 20px;
  }
}
@media screen and (max-width: 375px) {
  .pageWrapper {
    padding: 0 15px 50px 15px;
  }
}

.pageContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  padding: 10px 20px;
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 20px 0;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1570px;
  margin: 0 auto;
}
.header__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: rgb(39, 174, 96);
  transition: 0.25s ease-in-out;
}
.header__btn:hover, .header__btn :active {
  background-color: #FD8D3D;
}
.header .logo {
  max-height: 50px;
}
@media screen and (max-width: 666.98px) {
  .header .logo {
    max-height: 40px;
  }
}

.mainImage__img {
  width: 100%;
  height: 100%;
}

.rules {
  text-align: center;
  margin-top: -60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1449.98px) {
  .rules {
    margin-top: -30px;
  }
}
@media screen and (max-width: 991.98px) {
  .rules {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767.98px) {
  .rules {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
.rules__text {
  font-family: "Fira Sans", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #ffffff;
}
@media screen and (max-width: 1449.98px) {
  .rules__text {
    font-size: 27px;
  }
}
@media screen and (max-width: 991.98px) {
  .rules__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 666.98px) {
  .rules__text {
    font-size: 19px;
  }
}

.stepsSec {
  padding: 0 20px 100px 20px;
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 991.98px) {
  .stepsSec {
    gap: 20px;
    padding: 0 0 90px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .stepsSec {
    gap: 0px;
  }
}
@media screen and (max-width: 666.98px) {
  .stepsSec {
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 375px) {
  .stepsSec {
    gap: 30px;
    flex-direction: column;
  }
}

.stemItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 375px) {
  .stemItem {
    flex-direction: row;
    gap: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .stemItem__imgWrapper {
    max-height: 140px;
  }
}
@media screen and (max-width: 479.98px) {
  .stemItem__imgWrapper {
    max-height: 100px;
    max-width: 100px;
  }
}
.stemItem__img {
  height: 100%;
  width: 100%;
}
.stemItem__text {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .stemItem__text {
    font-size: 15px;
  }
}

.claimNow__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: rgb(39, 174, 96);
  transition: 0.25s ease-in-out;
}
.claimNow__btn:hover, .claimNow__btn :active {
  background-color: #FD8D3D;
}/*# sourceMappingURL=style.css.map */