.theme__title {
  margin-bottom: 3.75rem;
}
.theme__wrapper {
  padding: 3rem;
  border-radius: 3rem;
}
.theme__table {
  border: 1px solid var(--white-01);
}
.theme__table-head .theme__table-cell {
  line-height: 100%;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--white-005);
}
.theme__table-head, .theme__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme__table-head > *, .theme__table-row > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.theme__table-head > *:not(:first-child), .theme__table-row > *:not(:first-child) {
  border-left: 1px solid var(--white-01);
}
.theme__table-head:not(:last-child), .theme__table-row:not(:last-child) {
  border-bottom: 1px solid var(--white-01);
}
.theme__table-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem;
}
.theme__table-cell--green {
  color: var(--black);
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.theme__example {
  text-align: center;
  max-width: 42.5rem;
  width: 100%;
  margin: 2.5rem auto 0;
}
.theme__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  padding: 0.375rem 1.25rem;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  font-weight: 500;
}
.theme__text {
  color: var(--white);
}
.theme__button {
  margin-top: 2rem;
}
.theme--earn .theme__table-head .theme__table-cell {
  background-color: unset;
}
.theme--earn .theme__table-head .theme__table-cell span {
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme--earn .theme__table-head .theme__table-cell--green span {
  background: unset;
  -webkit-text-fill-color: unset;
}
.theme--earn .theme__table-cell:last-child {
  background-color: var(--white-005);
}
.theme--earn .theme__table-cell:not(:first-child) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .theme {
    overflow: hidden;
  }
  .theme .swiper {
    overflow: visible;
  }
  .theme__title {
    margin-bottom: 40px;
  }
  .theme__wrapper {
    padding: 24px;
    border-radius: 24px;
  }
  .theme__table-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theme__table-cell strong:not(:last-child) {
    margin-bottom: 10px;
  }
  .theme__label {
    font-size: 16px;
    line-height: 140%;
  }
  .theme__text {
    font-size: 14px;
    line-height: 140%;
  }
  .theme--earn .theme__wrapper:not(:last-child) {
    margin-bottom: 16px;
  }
  .theme--earn .theme__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .theme--earn .theme__table > * {
    width: 50%;
  }
  .theme--earn .theme__table > *:first-child {
    width: 100%;
  }
  .theme--earn .theme__table-head .theme__table-cell {
    font-size: 14px;
    line-height: 100%;
  }
  .theme--earn .theme__table-head + .theme__table-head .theme__table-cell {
    border-left: 1px solid var(--white-01);
  }
  .theme--earn .theme__table-row:last-child .theme__table-cell {
    background-color: var(--white-005) !important;
  }
  .theme--earn .theme__table-row + .theme__table-row .theme__table-cell {
    border-left: 1px solid var(--white-01);
  }
  .theme--earn .theme__table-cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: unset !important;
  }
}
/*# sourceMappingURL=theme.css.map */
/*# sourceMappingURL=theme.css.map */