.block-challenge {
  background: #EBFFEA;
  padding: 35px 0;
}
.block-challenge .price {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 759.98px) {
  .block-challenge .price {
    font-size: 22px;
  }
}
.block-challenge ul {
  list-style: none;
}
.block-challenge ul li {
  background: url(../../images/check_2.svg) left 4px no-repeat;
  margin-left: 0;
  padding-left: 1em;
}
.block-challenge .option_plus {
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  cursor: pointer;
  z-index: 10;
  position: relative;
  width: 110px;
  height: 110px;
  font-size: 93px;
  line-height: 110px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1119.98px) {
  .block-challenge .option_plus {
    width: 90px;
    height: 90px;
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .option_plus {
    width: 70px;
    height: 70px;
    font-size: 57px;
    line-height: 70px;
  }
}
.block-challenge .steps_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 850px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-challenge .steps_select .step {
  text-align: center;
  margin-bottom: 30px;
  display: block !important;
  cursor: pointer;
}
.block-challenge .steps_select .step .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 1 0px;
}
.block-challenge .steps_select .step .num {
  display: block;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 60px;
  line-height: 90px;
  font-style: italic;
  padding-right: 10px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.block-challenge .steps_select .step.active .num {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
}
.block-challenge .steps_select .step.step4 .num {
  background: #fff url(../../images/go.svg) center no-repeat;
  background-size: auto 100%;
  font-size: 0;
}
@media (max-width: 759.98px) {
  .block-challenge .steps_select .step .title {
    font-size: 22px;
  }
  .block-challenge .steps_select .step .num {
    width: 90px;
    height: 90px;
    font-size: 50px;
    line-height: 90px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .steps_select .step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-challenge .steps_select .step .title {
    font-size: 18px;
  }
  .block-challenge .steps_select .step .num {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
  }
}
@media (max-width: 599.98px) and (max-width: 599.98px) {
  .block-challenge .steps_select .step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .block-challenge .steps_select .step .title {
    font-size: 10px;
  }
  .block-challenge .steps_select .step .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    padding-right: 5px;
  }
}
.block-challenge .step2,
.block-challenge .step3,
.block-challenge .step4 {
  display: none;
}
.block-challenge .step_info {
  position: relative;
}
.block-challenge .step_info .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block-challenge .step_info .wp-block-button__link {
  width: 300px;
  text-align: left;
  font-weight: 500;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.block-challenge .step_info .wp-block-button__link:before {
  background: url(../../images/arrow_right_white.svg) center no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 30px;
}
.block-challenge .step_info.step1 .button {
  margin-top: -25px;
}
@media (max-width: 1119.98px) {
  .block-challenge .step_info.step1 .button {
    margin-top: 30px;
  }
}
.block-challenge .step_info.step2 .button, .block-challenge .step_info.step3 .button {
  margin-top: 30px;
}
.block-challenge .offer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-challenge .offer_info .inner {
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 30px 30px 30px 160px;
  position: relative;
}
@media (min-width: 600px) {
  .block-challenge .offer_info .inner:after {
    background: #fff url(../../images/go.svg) center no-repeat;
    position: absolute;
    content: "";
    width: 120px;
    height: 150px;
    top: 30px;
    left: 20px;
  }
}
.block-challenge .offer_info .inner h6 {
  margin-bottom: 10px;
}
.block-challenge .offer_info .inner p {
  margin-bottom: 10px;
}
.block-challenge .offer_info .inner ul {
  margin: 0;
}
.block-challenge .offer_info .inner .price {
  text-align: right;
  line-height: 1;
}
.block-challenge .offer_info .select_options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 989.98px) {
  .block-challenge .offer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .block-challenge .offer_info .inner {
    padding-right: 50px;
  }
  .block-challenge .offer_info .select_options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 350px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .offer_info .inner {
    font-size: 12px;
    padding: 25px 50px 25px 25px;
  }
}
.block-challenge .boxes {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-challenge .boxes .box {
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 35px 25px 25px 25px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-challenge .boxes .box.active, .block-challenge .boxes .box.active .option_plus {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
}
.block-challenge .boxes .title {
  font-size: 30px;
  line-height: 1em;
  min-height: 2em;
  color: #2B2E34;
}
.block-challenge .boxes .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #2B2E34;
  margin-bottom: 15px;
}
.block-challenge .boxes .desc p, .block-challenge .boxes .desc ul {
  margin: 0;
}
@media (max-width: 1119.98px) {
  .block-challenge .boxes .box {
    padding: 35px 20px 20px 20px;
  }
  .block-challenge .boxes .title {
    font-size: 26px;
  }
}
@media (max-width: 989.98px) {
  .block-challenge .boxes {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 759.98px) {
  .block-challenge .boxes .title {
    font-size: 20px;
  }
  .block-challenge .boxes .desc {
    font-size: 14px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block-challenge .boxes .box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 16px;
  }
  .block-challenge .boxes .box .price {
    margin-top: auto;
  }
}
.block-challenge .step_info.step3 .boxes {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1119.98px) {
  .block-challenge .step_info.step3 .boxes {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 989.98px) {
  .block-challenge .step_info.step3 .boxes {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .step_info.step3 .boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block-challenge .step1 {
  position: relative;
  margin-bottom: 50px;
}
.block-challenge .step1 .option_plus {
  width: 100px;
  height: 100px;
  font-size: 85px;
  line-height: 100px;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  position: relative;
}
.block-challenge .step1 .option_plus:after {
  background: url(../../images/select.png) no-repeat;
  position: absolute;
  content: "";
  width: 262px;
  height: 210px;
  top: -100px;
  left: 60px;
}
@media (max-width: 989.98px) {
  .block-challenge .step1 .offer_info {
    position: relative;
  }
  .block-challenge .step1 .option_plus {
    position: absolute;
    right: -20px;
    bottom: 70px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin: 0;
    width: 95px;
    height: 95px;
    font-size: 80px;
    line-height: 95px;
  }
  .block-challenge .step1 .option_plus:after {
    background-size: contain;
    left: auto;
    right: 0;
    width: 130px;
    height: 100px;
  }
}
.block-challenge .step3 .boxes .box {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.block-challenge .step3 .boxes .title {
  min-height: 3em;
}
.block-challenge .step3 .boxes .price {
  margin-top: auto;
}
.block-challenge .step3 .option_plus {
  left: 50%;
  bottom: 0%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 989.98px) {
  .block-challenge .step3 .boxes .box {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .step3 .boxes {
    grid-gap: 10px;
  }
  .block-challenge .step3 .boxes .box {
    margin-right: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px auto;
    grid-template-columns: 110px auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    padding: 20px 30px 20px 20px;
    margin-bottom: 0;
  }
  .block-challenge .step3 .boxes .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .block-challenge .step3 .boxes .box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .block-challenge .step3 .boxes .box > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .block-challenge .step3 .boxes .box > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .block-challenge .step3 .boxes .title {
    min-height: 0;
    font-size: 20px;
  }
  .block-challenge .step3 .boxes .price {
    padding-top: 10px;
    font-size: 16px;
  }
  .block-challenge .step3 .boxes .desc {
    font-size: 10px;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1/-1;
    margin-bottom: 0;
  }
  .block-challenge .step3 .boxes .desc ul li {
    background-position: 0 0;
  }
  .block-challenge .step3 .option_plus {
    right: 0;
    bottom: auto;
    top: 50%;
    left: auto;
    -webkit-transform: translate(45px, -50%);
        -ms-transform: translate(45px, -50%);
            transform: translate(45px, -50%);
  }
}
.block-challenge .step4 {
  position: relative;
  margin-bottom: 50px;
}
.block-challenge .step4 .selected_options {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
.block-challenge .step4 .expand {
  display: none;
}
.block-challenge .step4 .choice_box {
  padding-left: 70px;
  position: relative;
  min-height: 110px;
  margin-bottom: 10px;
  color: #2B2E34;
}
.block-challenge .step4 .choice_box .option_plus {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
}
.block-challenge .step4 .choice_box .option_info {
  background-color: #F7F7F7;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) inset;
  min-height: 110px;
  position: relative;
  border-radius: 30px;
  padding: 15px 55px 15px 40px;
  font-size: 36px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-challenge .step4 .choice_box span {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  font-style: italic;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.block-challenge .step4 .add_more {
  margin-left: -20px;
  position: relative;
}
.block-challenge .step4 .add_more:after {
  background: url(../../images/add_more.png) center no-repeat;
  position: absolute;
  content: "";
  width: 173px;
  height: 150px;
  top: -20px;
  left: 110px;
  pointer-events: none;
}
@media (max-width: 1119.98px) {
  .block-challenge .step4 .choice_box {
    min-height: 90px;
  }
  .block-challenge .step4 .choice_box .option_plus {
    margin-left: 10px;
  }
  .block-challenge .step4 .choice_box .option_info {
    font-size: 26px;
    min-height: 90px;
    line-height: 30px;
    padding-left: 20px;
  }
}
@media (max-width: 989.98px) {
  .block-challenge .step4 .selected_options {
    margin-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .block-challenge .step4 .selected_options .option_plus {
    margin-left: 0;
    left: 0;
  }
  .block-challenge .step4 .selected_options .choice_box {
    padding-left: 80px;
  }
  .block-challenge .step4 .selected_options .choices {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
  }
}
@media (max-width: 759.98px) {
  .block-challenge .step4 .choice_box .option_info {
    font-size: 20px;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .step4 .inner {
    padding: 25px;
  }
  .block-challenge .step4 .description {
    max-height: 100px;
    overflow: hidden;
  }
  .block-challenge .step4 .expand {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #000;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  .block-challenge .step4 .selected_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .block-challenge .step4 .selected_options .choices {
    display: block;
    max-width: 250px;
  }
  .block-challenge .step4 .selected_options .choice_box {
    min-height: 70px;
    padding-left: 60px;
  }
  .block-challenge .step4 .selected_options .option_info {
    font-size: 20px;
    min-height: 70px;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 16px;
  }
  .block-challenge .step4 .selected_options .option_info span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    right: 10px;
    bottom: 10px;
  }
  .block-challenge .step4 .selected_options .option_plus {
    margin-right: 180px;
  }
  .block-challenge .step4 .selected_options .option_plus:after {
    top: -15px;
    left: 80px;
    background-position: top left;
    background-size: contain;
    width: 100px;
    height: 80px;
  }
}
.block-challenge .wp-block-buttons.button {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-challenge .wp-block-button__link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.block-challenge .wp-block-button > a:before {
  margin-top: -15px !important;
}
.block-challenge .back_to_step_2 {
  background-color: #fff !important;
  margin-right: 20px;
}
.block-challenge .back_to_step_2:before {
  margin-top: -15px !important;
  left: 5px;
  right: auto;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 759.98px) {
  .block-challenge .back_to_step_2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.block-challenge .form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 50px;
  margin-top: 25px;
}
.block-challenge .form_wrap .price {
  margin-top: 65px;
  font-size: 43px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}
.block-challenge .form_wrap .nf-form-title {
  display: none;
}
.block-challenge .form_wrap .wpcf7-form,
.block-challenge .form_wrap .nf-form-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 700px;
}
.block-challenge .form_wrap .wpcf7-form .nf-form-content,
.block-challenge .form_wrap .nf-form-cont .nf-form-content {
  padding: 0;
}
.block-challenge .form_wrap .wpcf7-form .nf-field-label,
.block-challenge .form_wrap .wpcf7-form .nf-before-form-content,
.block-challenge .form_wrap .nf-form-cont .nf-field-label,
.block-challenge .form_wrap .nf-form-cont .nf-before-form-content {
  display: none;
}
.block-challenge .form_wrap .wpcf7-form input[type=text],
.block-challenge .form_wrap .wpcf7-form input[type=email],
.block-challenge .form_wrap .wpcf7-form textarea,
.block-challenge .form_wrap .nf-form-cont input[type=text],
.block-challenge .form_wrap .nf-form-cont input[type=email],
.block-challenge .form_wrap .nf-form-cont textarea {
  background: #fff;
  -webkit-box-shadow: 10px 8px 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 10px 8px 20px 0 rgba(0, 0, 0, 0.16);
  border: 0 none;
  height: 57px;
  padding-left: 50px;
  padding-right: 10px;
  width: 360px;
  border-radius: 30px;
  margin-bottom: 0;
}
@media (max-width: 399.98px) {
  .block-challenge .form_wrap .wpcf7-form input[type=text],
  .block-challenge .form_wrap .wpcf7-form input[type=email],
  .block-challenge .form_wrap .wpcf7-form textarea,
  .block-challenge .form_wrap .nf-form-cont input[type=text],
  .block-challenge .form_wrap .nf-form-cont input[type=email],
  .block-challenge .form_wrap .nf-form-cont textarea {
    width: 100%;
  }
}
.block-challenge .form_wrap .wpcf7-form input[type=text]::-webkit-input-placeholder, .block-challenge .form_wrap .wpcf7-form input[type=email]::-webkit-input-placeholder, .block-challenge .form_wrap .wpcf7-form textarea::-webkit-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=text]::-webkit-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=email]::-webkit-input-placeholder, .block-challenge .form_wrap .nf-form-cont textarea::-webkit-input-placeholder {
  color: #707070;
}
.block-challenge .form_wrap .wpcf7-form input[type=text]::-moz-placeholder, .block-challenge .form_wrap .wpcf7-form input[type=email]::-moz-placeholder, .block-challenge .form_wrap .wpcf7-form textarea::-moz-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=text]::-moz-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=email]::-moz-placeholder, .block-challenge .form_wrap .nf-form-cont textarea::-moz-placeholder {
  color: #707070;
}
.block-challenge .form_wrap .wpcf7-form input[type=text]:-ms-input-placeholder, .block-challenge .form_wrap .wpcf7-form input[type=email]:-ms-input-placeholder, .block-challenge .form_wrap .wpcf7-form textarea:-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=text]:-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=email]:-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont textarea:-ms-input-placeholder {
  color: #707070;
}
.block-challenge .form_wrap .wpcf7-form input[type=text]::-ms-input-placeholder, .block-challenge .form_wrap .wpcf7-form input[type=email]::-ms-input-placeholder, .block-challenge .form_wrap .wpcf7-form textarea::-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=text]::-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont input[type=email]::-ms-input-placeholder, .block-challenge .form_wrap .nf-form-cont textarea::-ms-input-placeholder {
  color: #707070;
}
.block-challenge .form_wrap .wpcf7-form input[type=text]::placeholder,
.block-challenge .form_wrap .wpcf7-form input[type=email]::placeholder,
.block-challenge .form_wrap .wpcf7-form textarea::placeholder,
.block-challenge .form_wrap .nf-form-cont input[type=text]::placeholder,
.block-challenge .form_wrap .nf-form-cont input[type=email]::placeholder,
.block-challenge .form_wrap .nf-form-cont textarea::placeholder {
  color: #707070;
}
.block-challenge .form_wrap .wpcf7-form .nf-error.field-wrap .nf-field-element:after,
.block-challenge .form_wrap .wpcf7-form .nf-pass.field-wrap .nf-field-element:after,
.block-challenge .form_wrap .nf-form-cont .nf-error.field-wrap .nf-field-element:after,
.block-challenge .form_wrap .nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.block-challenge .form_wrap .wpcf7-form div,
.block-challenge .form_wrap .nf-form-cont div {
  margin-bottom: 10px;
}
.block-challenge .form_wrap .wpcf7-form input[type=submit],
.block-challenge .form_wrap .nf-form-cont input[type=submit] {
  border: 0 none;
  background: #00FF00;
  width: 300px;
  height: 57px;
  border-radius: 30px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  padding: 0 45px;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-challenge .form_wrap .wpcf7-form input[type=submit]:hover,
.block-challenge .form_wrap .nf-form-cont input[type=submit]:hover {
  opacity: 0.6;
}
.block-challenge .form_wrap .wpcf7-form .textarea-container,
.block-challenge .form_wrap .wpcf7-form textarea,
.block-challenge .form_wrap .nf-form-cont .textarea-container,
.block-challenge .form_wrap .nf-form-cont textarea {
  display: none;
}
.block-challenge .form_wrap .wpcf7-form .nf-field-container,
.block-challenge .form_wrap .nf-form-cont .nf-field-container {
  position: relative;
}
.block-challenge .form_wrap .wpcf7-form .wpcf7-not-valid-tip,
.block-challenge .form_wrap .wpcf7-form .nf-error-required-error,
.block-challenge .form_wrap .nf-form-cont .wpcf7-not-valid-tip,
.block-challenge .form_wrap .nf-form-cont .nf-error-required-error {
  position: absolute;
  top: -25px;
  left: 20px;
  right: 20px;
  max-width: 320px;
  background: #dc3232;
  padding: 0px 10px;
  font-size: 10px;
  color: #fff;
  z-index: 10px;
  border-radius: 10px;
}
.block-challenge .form_wrap .wpcf7-form .wpcf7-response-output,
.block-challenge .form_wrap .nf-form-cont .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background: #fff;
  font-size: 15px;
}
.block-challenge .form_wrap .wpcf7-form .wpcf7-spinner,
.block-challenge .form_wrap .nf-form-cont .wpcf7-spinner {
  margin: 0 0 20px;
}
.block-challenge .form_wrap .wpcf7-form .send,
.block-challenge .form_wrap .wpcf7-form .nf-field-element:has(input[type=submit]),
.block-challenge .form_wrap .nf-form-cont .send,
.block-challenge .form_wrap .nf-form-cont .nf-field-element:has(input[type=submit]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 300px;
  position: relative;
}
.block-challenge .form_wrap .wpcf7-form .send:after,
.block-challenge .form_wrap .wpcf7-form .nf-field-element:has(input[type=submit]):after,
.block-challenge .form_wrap .nf-form-cont .send:after,
.block-challenge .form_wrap .nf-form-cont .nf-field-element:has(input[type=submit]):after {
  background: url(../../images/arrow_right_white.svg) center no-repeat;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: 27px;
  right: 20px;
}
@media (max-width: 1119.98px) {
  .block-challenge .form_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-left: 0;
    position: relative;
  }
  .block-challenge .form_wrap .price {
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 0;
    width: 300px;
    left: 400px;
    text-align: right;
  }
}
@media (min-width: 760px) {
  .block-challenge .form_wrap {
    margin-top: 50px;
  }
}
@media (max-width: 759.98px) {
  .block-challenge .form_wrap .wpcf7-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
  }
  .block-challenge .form_wrap .wpcf7-form input[type=text],
  .block-challenge .form_wrap .wpcf7-form input[type=email],
  .block-challenge .form_wrap .wpcf7-form textarea,
  .block-challenge .form_wrap .wpcf7-form input[type=submit] {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .block-challenge .form_wrap .wpcf7-form .send {
    padding-left: 0;
  }
  .block-challenge .form_wrap .wpcf7-form .wpcf7-response-output {
    grid-column: 1/-1;
  }
  .block-challenge .form_wrap .price {
    font-size: 30px;
    line-height: 57px;
    right: 0;
    left: auto;
    width: auto;
  }
}
@media (max-width: 599.98px) {
  .block-challenge .form_wrap .wpcf7-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block-challenge .form_wrap .wpcf7-form .send {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .block-challenge .form_wrap .wpcf7-form .send:after {
    top: 20px;
    bottom: auto;
  }
  .block-challenge .form_wrap .wpcf7-form .wpcf7-spinner {
    margin: 0 auto;
  }
  .block-challenge .form_wrap .wpcf7-form .wpcf7-response-output {
    margin-top: 0;
  }
  .block-challenge .form_wrap .price {
    position: relative;
    text-align: left;
    line-height: 1;
  }
}
/*# sourceMappingURL=challenge.css.map */