*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: #00B956;
  min-height: 100dvh;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: #00B956;
  border-radius: 8px;
  padding: 32px 20px 40px;
  overflow: hidden;
  text-align: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 0 auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge18 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
}

.logo img {
  height: 35px;
  margin-bottom: 30px;
}

.title {
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.btn {
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

.btn--primary {
  width: 90%;
  padding: 18px 24px;
  font-size: 20px;
  color: #ffffff;
  border: none;
  background: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
}

.btn--ghost {
  height: 38px;
  padding: 5px 20px;
  align-items: center;
  color: #FFF;
  border-radius: 100px;
  border: 1px solid #FFF;
  opacity: 0.6;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.note {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: block;
  margin: 10px 0;
  opacity: 0.9;
}

.back {
  margin-bottom: 20px;
}

.image-container {
  position: relative;
  margin-bottom: 55px;
  width: 100%;
}

.mobile {
  position: relative;
  z-index: 2;
  max-width: 190px;
  width: 100%;
  height: 37dvh;
  object-fit: contain;
  flex-shrink: 0;
}

.money {
  position: absolute;
  flex-shrink: 0;
}

.money--br {
  max-width: 227px;
  width: 100%;
  object-fit: contain;
  height: 20dvh;
  transform: rotate(42.363deg);
  top: 10%;
  right: -10px;
  z-index: 2;
}

.money--bl {
  max-width: 290px;
  width: 100%;
  height: 17dvh;
  object-fit: contain;
  transform: rotate(111.724deg);
  top: 40%;
  left: -35px;
  z-index: 1;
}

.coin {
  position: absolute;
  width: 40px;
  height: 40px;
}

.coin--br {
  bottom: 10%;
  right: 12%;
}

.coin--bl {
  top: 38%;
  left: 10%;
  transform: scaleX(-1);
}

.footer {
  color: rgba(255, 255, 255, 0.70);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 415px) {
  .image-container {
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .wrapper {
    padding: 28px 16px 36px;
  }

  .logo img {
    height: 25px;
    margin-bottom: 10px;
  }

  .badge18 {
    width: 28px;
    height: 28px;
  }

  .title {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .btn--primary {
    font-size: 20px;
    padding: 16px 20px;
    margin-bottom: 10px;
  }

  .back {
    margin-bottom: 15px;
  }

  .btn--ghost {
    font-size: 14px;
    padding: 8px 28px;
  }

  .image-container {
    margin-bottom: 30px;
  }

  .coin {
    width: 25px;
    height: 25px;
  }

  .coin--bl {
    top: 35%;
    left: 20%;
  }

  .coin--br {
    right: 25%;
  }
}

@media (min-height: 500px) {
  .title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .image-container {
    margin-bottom: 10px;
  }
}

@media (min-height: 700px) {
  .wrapper {
    padding: 10px 20px !important;
  }

  .logo img {
    height: 25px;
    margin-bottom: 15px;
  }

  .image-container {
    margin-bottom: 20px;
  }

  .title {
    margin-bottom: 20px !important;
  }

  .note {
    margin: 10px 0 !important;
  }

  .back {
    margin-bottom: 10px !important;
  }
}

@media (min-height: 740px) {
  .logo img {
    height: 35px;
    margin-bottom: 30px;
  }

  .note {
    margin: 20px 0 !important;
  }

  .back {
    margin-bottom: 20px !important;
  }
}

@media (min-height: 840px) {
  .logo img {
    height: 25px;
    margin-bottom: 20px;
  }

  .coin {
    width: 40px;
    height: 40px;
  }

  .coin--br {
    bottom: 10%;
    right: 12%;
  }

  .coin--bl {
    top: 38%;
    left: 10%;
  }

  .back {
    margin-bottom: 30px !important;
  }
}

@media (min-height: 880px) {
  .logo img {
    height: 35px;
    margin-bottom: 20px;
  }

  .image-container {
    margin-bottom: 35px;
  }

  .title {
    margin-bottom: 25px !important;
  }

  .note {
    margin: 20px 0 !important;
  }

  .back {
    margin-bottom: 20px !important;
  }
}

@media (min-height: 910px) {
  .wrapper {
    padding: 30px 20px !important;
  }

  .title {
    margin-bottom: 40px !important;
  }

  .back {
    margin-bottom: 30px !important;
  }
}