.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #3c3d49;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
}

.faq-section {
  background-color: #dc4e41;
  background-image: linear-gradient(#faf9fa, #fff);
  padding: 6rem 2rem;
  position: relative;
}

.intro-section {
  height: 300px;
  background-color: #faf9fa;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.faq-container {
  width: 100%;
  max-width: 1140px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.faq-group-row {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-menu-item {
  color: rgba(32, 32, 36, .4);
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-menu-item-label {
  max-width: 64ch;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.accent-color {
  color: #454dec;
}

.faq-menu {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-question-label {
  color: #3c3d49;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-answer-p {
  line-height: 1.5em;
}

.faq-arrow {
  z-index: 0;
  position: relative;
}

.intro-container {
  max-width: 1140px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faq-menu-title-label {
  font-size: 2rem;
  line-height: 1.5em;
}

.bold-text {
  color: #454dec;
}

.link {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link:hover {
  text-decoration: underline;
}

.end-section {
  height: 100px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #dc4e41;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.intro-title {
  font-size: 2.5rem;
  line-height: 1.5em;
}

.slashmint-section {
  background-image: linear-gradient(259deg, #a138f4, #f32aaf);
  padding: 3rem 2rem;
}

.sm-container {
  width: 100%;
  max-width: 1140px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slashmint-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.slashmint-link {
  color: #fff;
  font-weight: 700;
}

.slashmint-social-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.slashmint-social-button {
  color: #f32aaf;
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.slashmint-social-button:hover {
  transform: translate(0, -2px);
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: #dc4e41;
}

.text-block {
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .faq-container {
    flex-direction: column;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;
    top: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15);
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-menu-title {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

  .faq-menu {
    z-index: 9999999;
    max-width: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-question, .faq-answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .slashmint-section {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro-section {
    height: 200px;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-question, .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .intro-title {
    font-size: 2rem;
    line-height: 1.5em;
  }

  .slashmint-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .intro-title {
    font-size: 1.5rem;
  }
}


