/*Access*/
.early-access {
  padding-bottom: 7em;
}

.early-access__title {
  margin-bottom: 2.8em;
  text-align: center;
}

.early-access__title :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 0.35em;
}

.early-access__title p {
  font-weight: 600;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
}

.early-access__form {
  margin: 0 auto;
  max-width: 23.6em;
}

.early-access__form br {
  display: none;
}

.wpcf7-form-control.wpcf7-acceptance {
  margin-top: 0.8em;
  display: block;
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  padding: 0.1875293014533521em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-black);
  border: 0;
  background-color: var(--color-warm-dark);
  font-size: 0.9376465072667605em;
  line-height: 1.1251758087201127em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.46883em;
  height: 3.1879981247069855em;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  outline: none;
  color: var(--color-black);
  font-family: "Ranchers", sans-serif;
}

.input-wrap input {
  width: 100%;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  font-weight: 600;
}

.wpcf7-response-output {
  color: var(--color-black) !important;
}

.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-ms-input-placeholder,
.input-wrap textarea::-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-webkit-input-placeholder, .input-wrap textarea::-webkit-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input:-ms-input-placeholder, .input-wrap textarea:-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::-ms-input-placeholder, .input-wrap textarea::-ms-input-placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: rgba(18, 18, 15, 0.5);
}

.input-wrap textarea {
  height: auto;
  resize: vertical;
  padding: 0.8em 1em;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

.wpcf7-acceptance label {
  font-size: 0.75em;
  line-height: 1;
  color: var(--color-black);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.input-box {
  margin-bottom: 1.5em;
}

.input-btn {
  position: relative;
}

.input-btn button {
  width: 100%;
  outline: none;
  border: 0;
}

.input-btn button .m-btn-text {
  padding: 0;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-btn .s-btn {
  width: 100%;
  outline: none;
  border: 0;
}

.wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0.46883em;
  padding: 1.2em 1em !important;
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--color-warm-white) inset;
}

.early-access input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--color-warm-white);
  border: 2px solid var(--color-black);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 0.5em;
}

/* When checked – show checkmark using a pseudo-element */
.early-access input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 0.33em;
  top: 0.13em;
  width: 0.3em;
  height: 0.6em;
  border: solid var(--color-black);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.early-access__benefits {
  margin-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.early-access__benefits-text {
  font-weight: 600;
  max-width: 13em;
}

.early-access__benefits-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8em;
  max-width: 36em;
}

.early-access__benefits-list p {
  font-weight: 600;
  font-size: 0.85em;
}

.benefits-icon {
  max-width: 2.5em;
  margin-bottom: 1.2em;
}
.benefits-icon img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .early-access__benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
    text-align: center;
  }

  .early-access__benefits-text,
  .early-access__benefits-list {
    max-width: 100%;
  }
  .benefits-icon {
    margin-left: auto;
    margin-right: auto;
  }
	
	.early-access__form {
		max-width: 100%;
	}
}
@media only screen and (max-width: 575px) {
  .input-wrap input {
    width: 100%;
  }

  .input-box {
    margin-bottom: 1.2em;
  }
	
#group-join-community {
    transform: scale(1.2) translateY(-47px);
    transform-origin: center;
}
}

@media only screen and (max-width: 479px) {
  .early-access__benefits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}