/*
Theme Name: Veggie Challenge
Author: Mark
Description: Independent Veggie Challenge site theme
Version: 1.0.3
Text Domain: veggiechallenge-theme
Tags: vc,
*/
body {
  margin: 0;
}
body #main #content .ginput_container_radio .gfield_radio li label {
  font-size: 16px;
  font-stretch: condensed;
}
body .gform_wrapper select {
  font-family: Acumin, Arial !important;
}
html .slider-extended ul {
  padding: 20px 0px;
}
html .text-white {
  color: white !important;
}
html .text-white h2 {
  color: white !important;
}
html .text-white h2:before {
  background-color: white !important;
}
html .text-white h3 {
  color: white !important;
}
html .text-white h3:before {
  background-color: white !important;
}
html .text-white p {
  color: white !important;
}
html .hide-progress-bar {
  display: none;
}
html .shariff .theme-round a {
  border-radius: 50% !important;
  z-index: 999;
}
html .veggiechallenge-title-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
html .veggiechallenge-title-wrapper h2 {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
}
html .veggiechallenge-title-wrapper:after {
  content: " ";
  position: absolute;
  background-color: #73c800;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
}
html .veggiechallenge-title-wrapper:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 250px 0 250px;
  transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  left: 50%;
  border-color: #73c800 transparent transparent transparent;
  top: 28px;
  z-index: 0;
}
html .veggiechallenge-form .gform_wrapper {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  width: 400px;
  color: #666666;
}
html .veggiechallenge-form .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}
html .veggiechallenge-form .gform_wrapper .gfield_required {
  display: none;
}
html .veggiechallenge-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
html .veggiechallenge-form .gform_wrapper .ginput_complex .ginput_left {
  width: 100%;
  padding-right: 0;
}
html .veggiechallenge-form .gform_wrapper .ginput_complex .ginput_right {
  width: 100%;
  padding-right: 0;
}
html .veggiechallenge-form .address_country {
  width: 100%;
  padding-right: 0;
}
html .gform_confirmation_wrapper {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 4px;
  width: 400px;
  color: #666666;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 18px;
  text-shadow: none;
  padding-bottom: 30px;
}
html .gf_full input {
  width: 100% !important;
}
html .gform_wrapper input[type="text"] {
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #dddfda;
}
html .gform_wrapper input[type="email"] {
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #dddfda;
}
html .gform_wrapper select {
  padding: 9px 15px 11px 15px !important;
  border-radius: 4px;
  color: #666666;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 19px;
  border: 1px solid #dddfda !important;
}
html .gform_wrapper .gfield_checkbox li label {
  line-height: 1;
}
html .gform_wrapper .gfield_radio li label {
  line-height: 1;
}
html .gform_wrapper ul.gfield_checkbox li {
  display: flex;
}
html .gform_wrapper ul.gfield_radio li {
  display: flex;
}
html .gform_wrapper .gform_footer {
  text-align: right;
  position: relative;
}
html .gform_wrapper .gform_footer input.button {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
html .gform_wrapper .gform_footer input.button:hover {
  background-color: #2cc84d;
}
html .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #2cc84d;
  width: 100%;
  margin: auto !important;
}
html .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #2cc84d;
}
html .gform_wrapper .gform_footer:before {
  content: "*Pflichtangaben";
  position: absolute;
  left: 0;
  top: 60%;
  color: #666;
  transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  font-size: 14px;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
}
html .gform_wrapper .gform_page_footer {
  border-top: none;
  text-align: right;
}
html .gform_wrapper .gform_page_footer input.button {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
html .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
html .front-page-desc h1 {
  font-size: 60px;
}
html .front-page-desc p {
  font-family: Begum;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
}
html .veggiechallenge-form-link {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #73c800;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  text-align: center;
  display: block;
  text-transform: uppercase;
  padding: 15px 0 5px;
  transition: all 0.3s linear;
}
html .veggiechallenge-form-link:hover {
  color: #147c3f;
}
html #main .gform_wrapper ul.gfield_checkbox li label {
  color: #666;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
html #main .gform_wrapper ul.gfield_radio li label {
  color: #666;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
html input::-webkit-input-placeholder {
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  color: #bcbcbc;
  font-size: 14px;
  line-height: 19px;
}
html textarea::-webkit-input-placeholder {
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  color: #bcbcbc;
  font-size: 14px;
  line-height: 19px;
}
html .ginput_container.ginput_container_select:after {
  content: " ";
  height: 10px;
  width: 10px;
  top: 16px;
  font-size: 8px !important;
  right: 35px;
  position: absolute;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
html .donate-form-green .ginput_left.address_country:after {
  content: " ";
  height: 10px;
  width: 10px;
  top: 16px;
  font-size: 8px !important;
  right: 35px;
  position: absolute;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
html .shariff.shariff-align-flex-start ul {
  justify-content: center !important;
}
html body .shariff-buttons .twitter:after {
  content: "Twitter";
  color: #55acee;
  padding-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  width: 90px;
  height: 35px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 23px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
html body .shariff ul {
  align-items: center;
  justify-content: center;
}
html body .shariff .shariff-buttons li {
  margin-right: 135px !important;
  position: relative;
  overflow: initial !important;
}
html body .shariff .shariff-buttons .shariff-text {
  display: inline;
  position: absolute;
  top: 0;
  left: 33px;
  width: 70px;
  color: transparent;
}
html body .share-veggiechallenge-wrapper {
  background-color: #f3f4f2;
  padding: 75px 0px !important;
  text-align: center;
}
html body .front-page-desc {
  transform: none;
}
html .shariff-buttons .facebook:after {
  content: "Facebook";
  color: #3b5998;
  padding-left: 20px;
  font-size: 18px;
  text-transform: uppercase;
  width: 103px;
  height: 35px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 23px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
html .shariff-buttons .googleplus:after {
  content: "Google+";
  color: #d34836;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 20px;
  width: 95px;
  height: 35px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 23px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
html .shariff-buttons .mailto a {
  background-color: #73c800 !important;
}
html .shariff-buttons .mailto:after {
  content: "E-mail+";
  color: #73c800;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 20px;
  width: 95px;
  height: 35px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 23px;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
html .share-text-veggiechallenge h2 {
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 35px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  color: #666666;
}
html .share-text-veggiechallenge h2:before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 6px;
  background-color: #666;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
html .share-text-veggiechallenge p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  padding-bottom: 35px;
}
html .equal-height-img img {
  height: 60px;
}
html .on-image-citation {
  position: absolute;
  top: 50%;
  right: 10%;
  color: #fff;
  transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  text-align: center;
}
html .author-p {
  color: #ffffff;
  font-family: Hello-beautiful;
  font-size: 48px;
  line-height: 20px;
  text-align: center;
  padding-top: 35px;
}
html .author-citation {
  color: #ffffff;
  font-family: Begum;
  font-size: 32px;
  font-style: italic;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-top: 25px;
}
html .share-veggiechallenge-main-text {
  padding: 75px 0px;
}
html .show-more-text {
  display: inline-block;
  padding: 0;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 30px;
  color: #73c800;
  cursor: pointer;
  position: relative;
}
html .show-more-text:before {
  content: " ";
  height: 16px;
  width: 16px;
  top: 0px;
  font-size: 8px !important;
  right: 5px;
  position: absolute;
  display: inline-block;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: 0.3s all linear;
}
html .show-more-text.text-visible:before {
  transform: rotate(-270deg);
  top: -1px;
}
html .show-more-text-block {
  display: none;
}
html .show-more-wrapper {
  text-align: center;
}
html .share-veggiechallenge-main-tex .share-text-veggiechallenge h2 {
  font-size: 44px;
  text-transform: uppercase;
}
html .smaller-h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  text-transform: none;
}
html .popup-overlay {
  width: 100% !important;
  height: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 999;
  background-color: rgba(102, 102, 102, 0.7);
}
html .popup-content {
  z-index: 1001;
  margin: 0px auto;
  padding: 35px;
  text-align: center;
  width: 700px;
  max-height: calc(100% - 170px);
  border: none;
  background-color: #fff;
  color: #666;
  border-radius: 4px;
  position: fixed;
  top: 145px;
  left: 50%;
  transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}
html .popup-bottom-content {
  margin-top: 5px;
  box-shadow: 0 0 21px -4px #999999;
  padding: 30px;
  border-radius: 5px;
}
html .popup-bottom-content p {
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 30px;
}
html .close-popup-wrap .wpb_wrapper {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #73c800;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
html .close-popup {
  font-family: monospace;
  font-size: 15px;
}
html .popup-top-content h3 {
  color: #73c800;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 20px;
  text-align: left;
}
html .popup-top-content p {
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 20px;
}
html .share-text-veggiechallenge-bottom h2 {
  margin-bottom: 30px !important;
}
html .main-page-slider .wpb_single_image {
  float: left;
  width: 100%;
  margin-left: -100%;
  transform: translate(100%, 0);
}
html .main-page-slider .wpb_single_image .vc_single_image-wrapper {
  max-height: 650px;
}
html .main-page-slider .wpb_single_image img {
  width: 100%;
  height: auto;
  max-width: none;
}
html #ui-datepicker-div .ui-state-disabled {
  opacity: 1;
}
html #ui-datepicker-div .ui-datepicker td a {
  padding: 0 !important;
}
html #ui-datepicker-div .ui-datepicker td span {
  padding: 0 !important;
}
html #ui-datepicker-div .ui-state-default {
  border: none;
  padding: 0;
  transition: none;
}
html #ui-datepicker-div .ui-widget-content .ui-state-default {
  border: none;
  padding: 0;
  transition: none;
}
html #ui-datepicker-div .ui-widget-header .ui-state-default {
  border: none;
  padding: 0;
  transition: none;
}
html .wpb_single_image .vc_figure-caption {
  margin-top: 0.2em;
  font-size: 1.2em;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1.2em;
  color: #666;
  padding-top: 10px;
}
html .image-caption p {
  font-size: 12px;
  font-family: Acumin;
  font-style: italic;
  line-height: 10px;
  color: #f2f4ef;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  padding-bottom: 0px;
  text-align: left;
  margin: 10px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
html .no-ul:before {
  display: none;
}
html .why-participate-row .vc_column_container {
  margin-bottom: 30px;
}
html .vc_row.wpb_row.vc_inner.vc_row-fluid.front-page-desc.vc_custom_1576255503438.vc_row-has-fill {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
}
.country-site-nl #gform_wrapper_68 .ginput_container select {
  width: 100%;
}
.country-site-nl input#input_68_37 {
  width: 100%;
}
.country-site-nl #input_68_35 {
  width: 100%;
}
.country-site-nl #field_68_39 p {
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 18px;
  padding: 30px 0 0 0;
  line-height: 1.3;
  font-weight: 400;
}
.wpb_text_column.wpb_content_element.influencers-ambassadors {
  display: none;
}
body.generic-vc-content .wpb_text_column.wpb_content_element.influencers-ambassadors {
  display: block;
}
body.generic-vc-content .gform_wrapper .gform_page_footer {
  text-align: center;
  margin: 20px 0;
}
body.generic-vc-content .participation-container {
  display: flex;
  background-color: #73c800;
}
body.generic-vc-content a#vc2020_gform_container {
  top: -750px;
}
body.generic-vc-content .hero .hero-text h1 {
  width: 100%;
}
body.generic-vc-content .hero .veggiechallenge-form .form-container {
  top: 0;
}
body.generic-vc-content .influencer-content {
  display: none;
}
body.page-template-page-veggie-challenge-2021 #main #content .influencers-ambassadors h2.vc-headings {
  margin-top: 80px;
  margin-bottom: 0;
}
body.page-template-page-veggie-challenge-2021 #main #content .influencers-overview .influencer-div .influencer-text {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.page-template-page-veggie-challenge-2021 #main #content .second-cta {
  width: 85vw;
  max-width: 875px;
  margin: 0 auto;
  padding: 60px 150px;
  background-color: #f2f4ef;
  text-align: center;
  margin-bottom: 70px;
  border-radius: 8px;
}
body.page-template-page-veggie-challenge-2021 #main #content h2.vc-headings {
  margin-bottom: 30px;
}
body.page-template-page-veggie-challenge-2021 #main #content .save-row {
  margin-top: 70px;
  padding: 70px 10% 70px 10%;
  background-color: #f2f4ef;
}
body.page-template-page-veggie-challenge-2021 #main #content .vc-save {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 #main #content .vc-save .your-saving span {
  color: #666666;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 #main #content .vc-save button {
  background: #2cc84d;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  cursor: pointer;
  outline: inherit;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 32px;
}
body.page-template-page-veggie-challenge-2021 .influencers-overview .influencer-div {
  justify-content: space-between;
  width: 30%;
  text-align: center;
  margin: 0 1% 20px 1%;
}
body.page-template-page-veggie-challenge-2021 .influencers-overview .influencer-div img {
  width: 180px;
  height: 180px;
  position: unset;
  top: 0;
  margin: 0;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-template-page-veggie-challenge-2021 .form-container h2 {
  line-height: 1.2;
}
body.page-template-page-veggie-challenge-2021 .form-container .gform_page_footer {
  border: none;
}
body.page-template-page-veggie-challenge-2021 .form-container .gform_wrapper input[type="text"] {
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #dddfda;
}
body.page-template-page-veggie-challenge-2021 .form-container .gform_wrapper .gform_footer input.button {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
body.page-template-page-veggie-challenge-2021
  .form-container
  .gform_wrapper
  .gform_page_footer
  input.gform_previous_button {
  background: none;
  box-shadow: none;
  color: #666;
}
body.page-template-page-veggie-challenge-2021 .signup-cohort p {
  font-style: italic;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
body.page-template-page-veggie-challenge-2021 .gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 0;
}
body.page-template-page-veggie-challenge-2021 .gform_wrapper .gform_page_footer {
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .page-header {
  height: 460px;
}
body.page-template-page-veggie-challenge-2021 .page-header .thumbnail-caption-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: unset;
}
body.page-template-page-veggie-challenge-2021 .front-page-desc {
  top: 76px;
}
body.page-template-page-veggie-challenge-2021 .front-page-desc h1 {
  padding-bottom: 35px;
  margin-bottom: 35px;
}
body.page-template-page-veggie-challenge-2021 .front-page-desc p {
  padding-top: 0;
  color: #fff;
  max-width: 725px;
}
body.page-template-page-veggie-challenge-2021 .vc_influencers .influencer-div {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.page-template-page-veggie-challenge-2021 .vc_influencers img {
  border-radius: 121px;
  width: 240px;
  height: 240px;
  position: absolute;
  top: -40px;
  z-index: 12;
  border: 4px solid #f2f4ef;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-template-page-veggie-challenge-2021 .participation-body {
  width: 80%;
  margin: 0 auto;
  padding: 11px 0 25px 0;
}
body.page-template-page-veggie-challenge-2021 .participation-head {
  display: flex;
  justify-content: space-between;
}
body.page-template-page-veggie-challenge-2021 .participants-number {
  color: #ffffff;
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 44px;
  font-weight: bold;
  line-height: 53px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
body.page-template-page-veggie-challenge-2021 .participants-sub-head {
  color: #ffffff;
  font-family: Acumin;
  font-size: 21.5px;
  font-weight: 300;
  line-height: 26px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-stretch: condensed;
}
body.page-template-page-veggie-challenge-2021 .participation-line {
  border: none;
  background-color: #fff;
  color: #fff;
  height: 1px;
  width: 100%;
}
body.page-template-page-veggie-challenge-2021 .participate-cta {
  color: #ffffff;
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
}
body.page-template-page-veggie-challenge-2021 .participate-text {
  color: #ffffff;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
body.page-template-page-veggie-challenge-2021 .below-fold {
  background-position: top;
  background-size: cover;
  background-image: none !important;
}
body.page-template-page-veggie-challenge-2021 .support-section {
  background-position: top;
  background-size: cover;
  background-image: none !important;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions {
  width: 56vw;
  margin: 55px auto;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions .pb-content {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions ul {
  margin-top: 20px;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions li {
  color: #666666;
  font-family: Acumin;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions li:before {
  content: " ";
  background-color: #73c800;
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 180px;
  position: absolute;
  top: 10px;
}
body.page-template-page-veggie-challenge-2021 .plant-based-questions li p {
  padding-left: 20px;
}
body.page-template-page-veggie-challenge-2021 h2.vc-headings {
  color: #666666;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
body.page-template-page-veggie-challenge-2021 p {
  color: #666666;
  font-family: Begum;
  font-size: 16px;
  line-height: 28px;
}
body.page-template-page-veggie-challenge-2021 .second-cta {
  box-shadow: 0px 21px 23px -5px rgba(0, 0, 0, 0.2);
}
body.page-template-page-veggie-challenge-2021 .second-cta h2 {
  color: #2cc84d;
  font-family: Hello-beautiful;
  font-size: 74px;
  line-height: 74px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
}
body.page-template-page-veggie-challenge-2021 .second-cta h4 {
  text-transform: none;
  color: #666666;
  font-family: Acumin;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin-top: 15px;
}
body.page-template-page-veggie-challenge-2021 .second-cta p {
  color: #666666;
  font-family: Acumin;
  font-stretch: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .vc_row button {
  background: #2cc84d;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  cursor: pointer;
  outline: inherit;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-top: 32px;
}
body.page-template-page-veggie-challenge-2021 .five-pros {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-image: none !important;
}
body.page-template-page-veggie-challenge-2021 .five-pros h3 {
  color: #666666;
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  padding-top: 0.5em;
}
body.page-template-page-veggie-challenge-2021 .five-pros span.lean-text {
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 400;
}
body.page-template-page-veggie-challenge-2021 .five-pros .pv-ways img.vc_single_image-img {
  width: 100%;
  height: 100%;
}
body.page-template-page-veggie-challenge-2021 .ways-container .button-centre {
  display: flex;
  justify-content: center;
}
body.page-template-page-veggie-challenge-2021 .ways-container {
  background-color: #f2f4ef;
  width: 85%;
  max-width: 875px;
  margin: 0 auto;
  padding: 50px 150px;
  border-radius: 8px;
}
body.page-template-page-veggie-challenge-2021 .ways-container .pv-ways {
  display: flex;
  justify-content: space-between;
  max-width: 875px;
}
body.page-template-page-veggie-challenge-2021 .ways-container h3 {
  margin-top: 30px;
  text-transform: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: left;
  margin-left: 60px;
}
body.page-template-page-veggie-challenge-2021 .ways-container h3:before {
  content: "1";
  background-color: #147c3f;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 180px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .ways-container li {
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .ways-container p {
  margin-left: 60px;
}
body.page-template-page-veggie-challenge-2021 .ways-container #bullet-2 h3:before {
  content: "2";
}
body.page-template-page-veggie-challenge-2021 .ways-container p.try-text {
  margin: auto;
  text-align: center;
  color: #fff;
  padding-top: 25%;
  color: #fff;
  padding-top: 28%;
  font-size: 27px;
  line-height: 23px;
  font-family: Acumin;
  font-weight: 600;
  font-stretch: condensed;
}
body.page-template-page-veggie-challenge-2021 .vc-support {
  width: 85%;
  margin: 0 auto;
  background-color: #f2f4ef;
  max-width: 875px;
  padding: 50px 100px;
  border-radius: 8px;
  margin-top: 40px;
}
body.page-template-page-veggie-challenge-2021 .vc-support .vc-break {
  margin: 40px 0;
  border: none;
  background-color: rgba(102, 102, 102, 0.3);
  height: 1px;
}
body.page-template-page-veggie-challenge-2021 .support-button {
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .vc-support-box {
  display: flex;
  justify-content: space-between;
}
body.page-template-page-veggie-challenge-2021 .vc-support-box img {
  border-radius: 180px;
  border: solid 6px #fff;
  width: 240px;
  height: 240px;
  margin-left: 0;
  margin-bottom: 20px;
}
body.page-template-page-veggie-challenge-2021 .vc-support-text {
  width: 360px;
}
body.page-template-page-veggie-challenge-2021 .vc-support-text h4 {
  font-family: Acumin;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-transform: none;
}
body.page-template-page-veggie-challenge-2021 .vc-support-text h5 {
  font-family: Begum;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  text-transform: none;
  margin: 10px 0;
}
body.page-template-page-veggie-challenge-2021 .vc-support-text p {
  font-family: Acumin;
  font-size: 16px;
  line-height: 28px;
  font-stretch: normal;
}
body.page-template-page-veggie-challenge-2021 #footer-newsletter {
  display: none;
}
body.page-template-page-veggie-challenge-2021 .vc-savings {
  display: flex;
  justify-content: space-evenly;
  margin: 15px auto;
}
body.page-template-page-veggie-challenge-2021 .vc-savings img {
  margin-left: 0;
  margin-right: 0;
  height: 107px;
  width: auto;
}
body.page-template-page-veggie-challenge-2021 .vc-save .small-print {
  color: #999999;
  font-family: Acumin;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .vc-save button {
  background-color: #73c800;
}
body.page-template-page-veggie-challenge-2021 .veggiechallenge-form .form-container {
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.2);
}
body.page-template-page-veggie-challenge-2021 .try-outer {
  width: 140px;
  height: 140px;
  border-radius: 180px;
  border: solid 2px #147c3f;
}
body.page-template-page-veggie-challenge-2021 .try-inner {
  background-color: #147c3f;
  height: 92%;
  width: 92%;
  position: relative;
  border-radius: 180px;
  left: 4%;
  top: 4%;
  cursor: pointer;
}
body.page-template-page-veggie-challenge-2021 .try-text span {
  font-family: Hello-beautiful;
  font-size: 40px;
  font-weight: 400;
}
body.page-template-page-veggie-challenge-2021 .your-saving {
  margin-bottom: 20px;
}
body.page-template-page-veggie-challenge-2021 .your-saving .what-saved {
  color: #666666;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .your-saving.pig {
  border-color: #fb1e98;
}
body.page-template-page-veggie-challenge-2021 .your-saving.globe {
  border-color: #5fb9e6;
}
body.page-template-page-veggie-challenge-2021 .your-saving.drop {
  border-color: #90d333;
}
body.page-template-page-veggie-challenge-2021 .your-saving.crop {
  border-color: #1d8146;
}
body.page-template-page-veggie-challenge-2021 .influencer-heading {
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .vc-subhead-name {
  position: absolute;
  bottom: -15px;
  right: 10%;
  font-size: 35px;
  font-family: Hello-beautiful;
  text-transform: none;
  font-weight: 400;
}
body.page-template-page-veggie-challenge-2021 .vc-video-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-template-page-veggie-challenge-2021 .navbar-buttons .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-veggie-challenge-2021 .socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-veggie-challenge-2021 a#vc2020_gform_container {
  position: absolute;
  top: -200px;
}
body.page-template-page-veggie-challenge-2021 .navbar-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-page-veggie-challenge-2021 .hero {
  width: 100%;
  height: 620px;
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-image img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-image .hero-image-overlay {
  background: linear-gradient(to right, #000000 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.3;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-image .thumbnail-caption-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  top: unset;
  right: 20px;
  z-index: 999;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-image .thumbnail-caption-container p {
  font-size: 12px;
  font-family: Acumin, sans-serif;
  font-style: italic;
  line-height: 10px;
  color: #f2f4ef;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-text {
  position: absolute;
  left: 15%;
  top: 135px;
  width: 35%;
  color: #fff;
  text-align: center;
  z-index: 10;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-text h1 {
  font-size: 60px;
  font-family: Acumin;
  font-stretch: condensed;
  line-height: 1;
  font-weight: 700;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 35px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
body.page-template-page-veggie-challenge-2021 .hero .hero-text h1::before {
  content: " ";
  position: absolute;
  width: 70px;
  background-color: #fff;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
body.page-template-page-veggie-challenge-2021 .hero .hero-text p {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
  color: #fff;
}
body.page-template-page-veggie-challenge-2021 .hero .veggiechallenge-form {
  z-index: 10;
  position: absolute;
  right: 20%;
  top: 120px;
  width: 400px;
}
body.page-template-page-veggie-challenge-2021 .main-content {
  width: 80%;
  margin: 0 auto;
}
body.page-template-page-veggie-challenge-2021 .main-content button {
  background: #2cc84d;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  cursor: pointer;
  outline: inherit;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 32px;
}
body.page-template-page-veggie-challenge-2021 .main-content .second-cta {
  padding: 60px 200px;
}
body.page-template-page-veggie-challenge-2021 .main-content .second-cta p {
  color: #666;
  font-family: Acumin;
  font-stretch: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto 60px;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex {
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 170px;
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a {
  display: flex;
  justify-content: center;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a div {
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #147c3f;
  box-shadow: 0 0 0 2px #147c3f;
  overflow: hidden;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a:hover div {
  background-color: #2cc84d;
  box-shadow: 0 0 0 2px #2cc84d;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 100%;
}
body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex a div img {
  max-width: 60%;
  height: auto;
  vertical-align: middle;
}
body.page-template-page-veggie-challenge-2021 .main-content .influencers-ambassadors .influencers-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-veggie-challenge-2021
  .main-content
  .influencers-ambassadors
  .influencers-overview
  .influencer-div {
  margin: 0 1% 60px 1%;
}
body.page-template-page-veggie-challenge-2021
  .main-content
  .influencers-ambassadors
  .influencers-overview
  .influencer-div
  .influencer-heading
  h3 {
  font-weight: 800;
}
body.page-template-page-veggie-challenge-2021
  .main-content
  .influencers-ambassadors
  .influencers-overview
  .influencer-div
  .influencer-heading
  .influencer-title {
  margin: 10px 0 10px 0;
}
body.page-template-page-veggie-challenge-2021
  .main-content
  .influencers-ambassadors
  .influencers-overview
  .influencer-div
  .influencer-heading
  .influencer-title
  p {
  font-stretch: normal;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 18px;
}
body.page-template-page-veggie-challenge-2021 .main-content .save-row .vc-save .vc-savings .your-saving {
  display: flex;
  flex-direction: column;
}
body.page-template-page-veggie-challenge-2021 .vc-app {
  background-color: #147c3f;
  display: flex;
  padding: 50px 0;
  margin-bottom: 70px;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-image {
  width: 50%;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-image .img-container {
  width: 450px;
  height: 450px;
  margin: 0 2.5% 0 auto;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-image .img-container img {
  width: 100%;
  height: auto;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text {
  width: 50%;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container {
  max-width: 450px;
  color: #fff;
  font-size: 24px;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container h2 {
  color: #fff;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container h3 {
  color: #fff;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container h3::before {
  background-color: #fff;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container p {
  color: #fff;
}
body.page-template-page-veggie-challenge-2021 .vc-app .app-text .text-container .app-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-veggie-challenge-2021 .partners {
  background-color: #2cc84d;
  padding: 65px 0;
}
body.page-template-page-veggie-challenge-2021 .partners h2 {
  text-transform: uppercase;
  font-family: Acumin;
  font-stretch: condensed;
  line-height: 1.083;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #fff;
  max-width: 575px;
  margin: 0 auto 20px auto;
}
body.page-template-page-veggie-challenge-2021 .partners h2::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 7px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
body.page-template-page-veggie-challenge-2021 .partners .partner-logos {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}
body.page-template-page-veggie-challenge-2021 .partners .partner-logos > img:first-child,
body.page-template-page-veggie-challenge-2021 .partners .partner-logos > a:first-child img {
  margin-bottom: 20px;
}
body.page-template-page-veggie-challenge-2021 .share {
  background-color: #f3f4f2;
  padding: 80px 0;
}
body.page-template-page-veggie-challenge-2021 .share .share-text-veggiechallenge {
  width: 90%;
  margin: 0 auto;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list {
  display: flex;
  width: 250px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list a {
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list a .share-button {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  z-index: 1;
  position: relative;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list a .share-button svg path {
  fill: #fff;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list a .name {
  padding-left: 15px;
  font-size: 18px;
  text-transform: uppercase;
  height: 100%;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  left: 23px;
  top: 0;
  position: absolute;
  display: none;
  align-items: center;
  color: #666;
  z-index: 0;
  width: 85px;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list a .name p {
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 400;
  line-height: 16px;
  font-size: 16px;
  color: #4273c8;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .instagram .share-button img {
  height: 35px;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .instagram .name p {
  color: #9c3cb1;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .slack .share-button img {
  height: 32px;
  margin-top: 4px;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .slack .name p {
  color: #2eb67d;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .linkedin .share-button img {
  height: 35px;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .linkedin .name p {
  color: #0077b7;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .facebook .share-button {
  background-color: #4273c8;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .facebook .name p {
  color: #4273c8;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .twitter .share-button {
  background-color: #55acee;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .twitter .share-button img {
  width: 24px;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .twitter .name p {
  color: #55acee;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .email .share-button {
  background-color: #2cc84d;
}
body.page-template-page-veggie-challenge-2021 .share .share-buttons .share-buttons-list .email .name p {
  color: #2cc84d;
}
body.page-template-page-veggie-challenge-2021 #gform_page_3_1 .gfield_radio p {
  line-height: 20px;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 18px;
}
body.page-template-page-veggie-challenge-2021 #gform_page_3_1 .gfield_radio p.first {
  margin-bottom: 10px;
}
body.page-template-page-veggie-challenge-2021 .collaborators {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}
body.page-template-page-veggie-challenge-2021 .collaborators .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
body.page-template-page-veggie-challenge-2021 .collaborators .logos .logo {
  width: 25%;
  display: flex;
  justify-content: center;
}

.collaborators div.logos div.logo a img {
  max-width: 150px;
  max-height: 150px;
}

body.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .influencers-overview {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .vc_influencers .influencer-div h3 {
  width: 100%;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  font-family: Acumin;
  font-stretch: condensed;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .second-cta {
  margin-top: 40px;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content .vc_influencers h2 {
  color: #666666;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  position: relative;
  padding: 25px 0;
  margin: 60px auto 0 auto;
  width: 50%;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content .influencers-overview {
  width: 60%;
  margin: 40px auto 0 auto;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content .vc-subhead-quote {
  font-family: Acumin;
  font-stretch: normal;
  margin-bottom: 10px;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content .influencer-heading {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
body.page-template-page-veggie-challenge-2021.generic-vc-content .influencer-div .influencer-text button {
  margin: 0 auto;
}
.page-template-page-veggie-challenge-2021 #field_23_13 {
  display: none;
}
.page-template-page-veggie-challenge-2021 .veggiechallenge-form .form-container {
  position: absolute;
  top: -23px;
  background-color: #147c3f;
  width: 400px;
  border-radius: 4px;
  z-index: 9;
}
.page-template-page-veggie-challenge-2021 .veggiechallenge-form .gform_wrapper {
  padding: 0 20px;
  padding-bottom: 40px;
  border-radius: 0;
}
.page-template-page-veggie-challenge-2021 .veggiechallenge-title-wrapper:after {
  background-color: #2cc84d;
  z-index: 9;
  height: 37px;
}
.page-template-page-veggie-challenge-2021 .veggiechallenge-title-wrapper:before {
  border-color: #2cc84d transparent transparent transparent;
  z-index: 10;
}
.page-template-page-veggie-challenge-2021 .veggiechallenge-title-wrapper h2 {
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 700;
  z-index: 11;
}
.page-template-page-veggie-challenge-2021 .form-container .gfield_description {
  margin-left: 25px;
  color: #666;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.signup-cohort {
  display: none;
}
body.page-template-page-veggie-challenge-2021.drop-down-fields {
  width: 80%;
  margin: 0 auto;
}
.gform_confirmation_wrapper {
  padding: 0 20px;
  padding-bottom: 40px;
  border-radius: 0;
}
.vc_influencers .influencer-text {
  position: relative;
  margin-top: 220px;
}
.vc_influencers .influencer-text p {
  color: #666666;
  font-family: Begum;
  font-size: 16px;
  line-height: 28px;
}
#main .veggiechallenge-form .vc_influencers .influencer-div .influencer-text h2 {
  color: #666666;
  font-family: Acumin;
  font-weight: 700;
  font-stretch: condensed;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  margin-bottom: 50px;
}
body.page-template-page-veggie-challenge-2021.influencer-vc-content #main #content .vc-save {
  margin-bottom: 160px;
}
.vc-save-text {
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
}
.generic-vc-content .front-page-desc h1 {
  width: 80%;
}
.generic-vc-content .front-page-desc p {
  width: 65%;
}
.generic-vc-content a#vc2021_gform_container {
  top: -750px;
}
.generic-vc-content iframe {
  display: none;
}
a#vc2021_gform_container {
  position: absolute;
  top: -200px;
}
.form-container.gform_wrapper input[type="email"] {
  padding: 9px 15px 10px 15px !important;
  border: 1px solid #dddfda;
}
.form-container .gform_wrapper .gform_page_footer input.button {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
.form-container .gform_wrapper .gform_page_footer input[type="submit"] {
  background-color: #2cc84d;
  margin-right: 0px !important;
  font-stretch: condensed;
  font-weight: bold;
}
.drop .number {
  position: relative;
}
.drop .what-saved {
  position: relative;
}
body.influencer-vc-content .hero .veggiechallenge-form {
  display: none;
}
body.influencer-vc-content .hero .hero-text {
  left: unset;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
body.influencer-vc-content .influencer-content {
  display: flex;
  position: relative;
}
body.influencer-vc-content .influencer-content .influencer-div {
  position: relative;
  width: 60%;
  text-align: center;
}
body.influencer-vc-content .influencer-content .influencer-div img {
  position: relative;
  bottom: 80px;
  z-index: 10;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 4px solid #f2f4ef;
  object-fit: cover;
}
body.influencer-vc-content .influencer-content .influencer-div img.default {
  border-radius: 0;
  border: 0;
}
body.influencer-vc-content .influencer-content .influencer-div .influencer-text {
  width: 80%;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
body.influencer-vc-content .influencer-content .veggiechallenge-form .form-container {
  position: relative;
}
body.influencer-vc-content .main-content .influencers-ambassadors {
  display: none;
}
div#ui-datepicker-div {
  margin: 0;
}
body.page-template-page-veggie-challenge-2021.vivera .hero .hero-image img {
  height: 620px;
  object-fit: cover;
}
body.page-template-page-veggie-challenge-2021.vivera .hero .vivera-logo {
  position: absolute;
  bottom: 0;
  left: 30%;
}
body.influencer-vc-content.vivera .influencer-content .influencer-div .influencer-text {
  top: 50px;
}
.page-template-page-confirmation div#main {
  margin-top: 80px;
  min-height: 80vh;
}
.page-template-page-confirmation .msg_icon_custom {
  margin-bottom: 10px;
}
.page-template-page-confirmation .start_main_div {
  margin: 100px auto;
}
.page-template-page-confirmation .vc-support-box {
  display: flex;
}
body.page-template-page-veggie-challenge-2021.country-site-pl .vc-app {
  display: none;
}
body.page-template-page-veggie-challenge-2021.country-site-pl
  .five-pros
  .ways-container
  .autoselect_vegetarian
  p.try-text {
  font-size: 20px;
}
body.country-site-pl .hero-text h1 br:nth-of-type(1) {
  display: none;
}
body.page-template-page-veggie-challenge-2021.country-site-es .vc-app.reasons-section {
  display: flex;
}
@media (min-width: 968px) and (max-width: 1568px) {
  html .main-page-slider .wpb_single_image img {
    height: 660px;
    width: auto;
  }
}
@media (min-width: 1680px) and (max-width: 2520px) {
  html input::-webkit-input-placeholder {
    font-size: 16px;
  }
  html textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  html .gform_wrapper select {
    font-size: 16px !important;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  html .veggiechallenge-form .gform_wrapper {
    padding: 20px 0px;
    width: 100%;
    margin-top: 100px;
  }
  html .veggiechallenge-title-wrapper {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  html .veggiechallenge-title-wrapper:before {
    border-width: 24px 200px 0 200px;
    top: 37px;
  }
  html .veggiechallenge-title-wrapper:after {
    height: 40px;
  }
  html .veggiechallenge-title-wrapper h2 {
    padding: 20px 0;
  }
  html .popup-content {
    width: 280px;
    padding: 15px;
  }
  html .front-page-desc {
    position: relative !important;
    width: 100% !important;
    top: 40px !important;
    transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
  }
  html .front-page-desc h1 {
    font-size: 40px;
  }
  html .front-page-desc p:only-of-type {
    height: auto;
  }
  html body .gform_wrapper .gform_footer {
    margin-top: 45px;
  }
  html
    body
    .gform_wrapper
    .gform_footer
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    width: auto !important;
    margin: 0 auto !important;
  }
  html .gform_wrapper .gform_footer:before {
    left: 20px;
    top: -5px;
  }
  html .veggiechallenge-main-image {
    position: absolute;
  }
  html .shariff-icon {
    position: absolute;
    left: 0;
  }
  html .smaller-h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
  }
  html .share-text-veggiechallenge h2 {
    font-size: 32px;
  }
  html .author-citation {
    font-size: 28px;
  }
  html .popup-top-content h3 {
    padding-top: 35px;
  }
  html .popup-top-content p {
    font-size: 18px;
  }
  html .popup-bottom-content {
    margin-top: 5px;
    box-shadow: none;
    padding: 0;
  }
  html .popup-bottom-content p {
    font-size: 16px;
  }
  html .on-image-citation {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  html .main-page-slider .wpb_single_image .vc_single_image-wrapper {
    max-height: 700px;
  }
  html .main-page-slider .wpb_single_image img {
    height: 700px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 967px) {
  html .veggiechallenge-form .gform_wrapper {
    color: #666666;
  }
  html .front-page-desc h1 {
    font-size: 44px;
    padding-top: 25px;
  }
  html .gform_wrapper .gform_footer {
    margin-top: 35px;
  }
  html .gform_wrapper .gform_footer:before {
    top: -5px;
  }
  html .author-citation {
    font-size: 26px;
    line-height: 30px;
  }
  html .author-p {
    font-size: 42px;
  }
  html .main-page-slider .wpb_single_image .vc_single_image-wrapper {
    max-height: 700px;
  }
  html .main-page-slider .wpb_single_image img {
    height: 700px;
    width: auto;
  }
}
@media (min-width: 968px) and (max-width: 1280px) {
  html .front-page-desc h1 {
    font-size: 44px;
    padding-top: 25px;
  }
  html .veggiechallenge-title-wrapper h2 {
    padding: 22px 0;
  }
  html .author-citation {
    font-size: 26px;
  }
}
@media screen and (max-width: 991.98px) {
  html .image-caption p {
    display: none;
  }
}
@media (max-width: 500px) {
  body.page-template-page-veggie-challenge-2021.generic-vc-content
    .vc_influencers.wpb_column.vc_column_container.vc_col-sm-12 {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 .below-fold {
    background-position: center;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .mobile-form {
    margin-top: 0;
  }
  body.page-template-page-veggie-challenge-2021 .vc-app .app-image {
    width: 75%;
  }
}
@media (max-width: 1599px) {
  body.page-template-page-veggie-challenge-2021 #main #content .influencers-overview .influencer-div .influencer-text {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  body.page-template-page-veggie-challenge-2021 #main #content .influencers-overview .influencer-div .influencer-text {
    height: 230px;
  }
}
@media (max-width: 967px) {
  body.page-template-page-veggie-challenge-2021 .influencers-overview .influencer-div {
    width: 48%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .influencers-overview .influencer-div .influencer-text {
    height: 180px;
  }
  body.generic-vc-content .wpb_text_column.wpb_content_element.influencers-ambassadors {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .save-row .vc_row.wpb_row.vc_inner.vc_row-fluid {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .five-pros {
    background-image: none !important;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container {
    width: 100%;
    padding: 50px 7.5vw;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container .pv-ways {
    justify-content: space-around;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container .pv-ways .try-outer {
    width: 120px;
    height: 120px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container .pv-ways .try-outer p.try-text {
    padding-top: 15%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container h3 {
    margin-left: 0;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container h3:before {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container p {
    margin-left: 0;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .support-section {
    background-image: none !important;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .second-cta {
    width: 100%;
    padding: 60px 15px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form h2.vc-headings {
    font-size: 28px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .form-container {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021
    #main
    #content
    .veggiechallenge-form
    .form-container
    .gform_page_footer {
    margin-bottom: 20px;
    text-align: center;
  }
  body.page-template-page-veggie-challenge-2021
    #main
    #content
    .veggiechallenge-form
    .form-container
    .gform_page_footer
    input {
    width: auto;
    padding: 3% 10%;
    margin: 0 auto !important;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .signup-cohort {
    width: 90%;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .drop-down-fields {
    width: 80%;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc_influencers .influencer-text {
    width: 90%;
    margin: 40px auto;
    margin-top: 220px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .page-header {
    height: 400px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .page-header .thumbnail-caption-container {
    bottom: 50px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .front-page-desc {
    font-size: 16px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .front-page-desc h1 {
    font-size: 32px;
    margin-bottom: 2vw;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .front-page-desc p {
    line-height: 24px;
    width: 95%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-title-wrapper {
    width: 100%;
    background-color: #2cc84d;
    margin: 0;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-title-wrapper h2:after {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-title-wrapper h2:before {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .gform_wrapper {
    padding: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  body.page-template-page-veggie-challenge-2021
    #main
    #content
    .vc_row.wpb_row.vc_inner.vc_row-fluid.veggiechallenge-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .gform_wrapper .gform_body {
    padding: 0;
  }
  body.page-template-page-veggie-challenge-2021 #main #content li#field_23_20 {
    margin-top: 0;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc_row {
    max-width: unset;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc_row .pro-flex {
    width: 33%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc_row .pointless {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .plant-based-questions {
    width: 90%;
    margin: 55px auto;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc_row.pros-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-support {
    padding: 50px 7.5vw;
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-support .wpb_single_image {
    margin-bottom: 20px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-support-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .save-row {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .save-row .wpb_single_image {
    width: 48%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 2%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .save-row .vc-save-text {
    text-align: left;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-savings {
    flex-wrap: wrap;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .main-content .five-pros .pros-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .main-content .five-pros .pros-flex .pro-flex {
    width: 33%;
    margin-bottom: 20px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .main-content .five-pros .ways-container {
    padding: 50px 4%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .save-row .vc-save .vc-savings .your-saving {
    width: 35%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-app {
    flex-wrap: wrap;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-app .app-image {
    width: 50%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-app .app-text {
    width: 80%;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-app .app-text .text-container {
    max-width: unset;
  }
}
@media (max-width: 600px) {
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container .pv-ways .try-outer {
    width: 100px;
    height: 100px;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container .pv-ways .try-outer p.try-text {
    padding-top: 15%;
  }
}
@media (max-width: 700px) {
  body.page-template-page-veggie-challenge-2021 .influencers-overview .influencer-div {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page-template-page-veggie-challenge-2021 .veggiechallenge-form .form-container {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-veggie-challenge-2021.generic-vc-content.country-site-nl
    #main
    #content
    .wpb_wrapper
    .second-cta.page-2 {
    margin-top: 525px;
    margin-left: 10%;
    width: 45%;
    padding: 60px 0px;
  }
  body.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .wpb_wrapper .second-cta.page-2 {
    margin-top: 310px;
  }
  body.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .second-cta.page-2 {
    margin-top: 550px;
  }
  body.generic-vc-content .page-header {
    height: 620px;
  }
  body.generic-vc-content .front-page-desc {
    width: 50%;
    margin-left: 6%;
  }
  body.generic-vc-content .veggiechallenge-form .form-container {
    top: -520px;
    z-index: 14;
  }
  body.generic-vc-content .plant-based-questions {
    width: 36vw;
    margin: 55px auto 105px 0;
  }
  body.generic-vc-content .top-grey-row-vc .wpb_column {
    height: 0;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .mobile-form {
    display: none;
  }
  body.influencer-vc-content .main-content .mobile-form {
    display: none;
  }
  .page-template-page-veggie-challenge-2021.vivera .veggiechallenge-form .form-container {
    top: -180px;
  }
}
@media (max-width: 767px) {
  body.page-template-page-veggie-challenge-2021 .vc_row.wpb_row.vc_inner.vc_row-fluid.veggiechallenge-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  body.page-template-page-veggie-challenge-2021 .below-fold {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body.page-template-page-veggie-challenge-2021 .support-section {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1250px) {
  body.page-template-page-veggie-challenge-2021 .plant-based-questions h2 {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  body.page-template-page-veggie-challenge-2021 .five-pros {
    background-size: cover;
  }
}
@media (min-width: 767px) {
  body.page-template-page-veggie-challenge-2021 #main #content .vc-save p span {
    line-height: 55px;
  }
}
@media (max-width: 1250px) {
  body.page-template-page-veggie-challenge-2021 .vc-support-text {
    width: 50%;
    margin-left: 5%;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 .partners .partner-logos {
    width: 80%;
  }
  body.page-template-page-veggie-challenge-2021.vivera .influencer-div img.vivera-logo {
    bottom: -50px;
  }
  .page-template-page-veggie-challenge-2021.vivera #main .veggiechallenge-form .form-container {
    top: -24px;
  }
}
@media (max-width: 991px) {
  body.page-template-page-veggie-challenge-2021 .veggiechallenge-form .vc_empty_space {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .second-cta p br {
    display: none;
  }
  body.page-template-page-veggie-challenge-2021 #main #content .vc-video-container {
    margin: 20px 0;
  }
  body.page-template-page-veggie-challenge-2021 .vc-support {
    padding: 50px 10%;
  }
  body.page-template-page-veggie-challenge-2021 .vc-support-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 .vc-support-text {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 .hero {
    display: flex;
    flex-wrap: wrap;
  }
  body.page-template-page-veggie-challenge-2021 .hero .hero-text {
    position: relative;
    left: 0;
    top: 135px;
    width: 90%;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 .hero .hero-text p {
    font-size: 18px;
  }
  body.page-template-page-veggie-challenge-2021 .hero .veggiechallenge-form {
    display: none;
  }
  .page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .form-container {
    position: relative;
    top: 0;
  }
}
@media (min-width: 482px) and (max-width: 768px) {
  .page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-page-veggie-challenge-2021 .vc_influencers .influencer-div {
    width: 80%;
    margin: 0 auto;
  }
  .page-template-page-veggie-challenge-2021 #main #content .veggiechallenge-form .form-container {
    margin-left: unset;
    margin-bottom: unset;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 360px) {
  body.page-template-page-veggie-challenge-2021 .front-page-desc h1 br {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  body.page-template-page-veggie-challenge-2021.generic-vc-content .plant-based-questions {
    width: 40vw;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body.page-template-page-veggie-challenge-2021.generic-vc-content .plant-based-questions {
    width: 45vw;
    margin-left: 3vw;
  }
}
@media (min-width: 768px) {
  body.page-template-page-veggie-challenge-2021 .ways-container {
    box-shadow: 0px 21px 23px -5px rgba(0, 0, 0, 0.2);
  }
  body.page-template-page-veggie-challenge-2021 .vc-support {
    box-shadow: 0px 21px 23px -5px rgba(0, 0, 0, 0.2);
  }
  body.page-template-page-veggie-challenge-2021 .veggiechallenge-form .form-container {
    box-shadow: 0px 21px 23px -5px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 350px) {
  body.page-template-page-veggie-challenge-2021 .vc-savings {
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 .vc-savings .your-saving {
    margin: 5px;
  }
}
@media (max-width: 550px) {
  body.page-template-page-veggie-challenge-2021 .five-pros .ways-container .pv-ways {
    justify-content: center;
    flex-wrap: wrap;
  }
  body.page-template-page-veggie-challenge-2021 .five-pros .ways-container .pv-ways .try-outer {
    margin: 10px 50px;
  }
  body.page-template-page-veggie-challenge-2021 .vc_row .pro-flex {
    width: 40%;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .five-pros .pros-flex .pro-flex {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  body.page-template-page-veggie-challenge-2021 #main #content .ways-container {
    padding: 50px 10%;
  }
}
@media (min-width: 600px) {
  body.page-template-page-veggie-challenge-2021 .page-header .thumbnail-caption-container {
    width: 50%;
  }
  body.page-template-page-veggie-challenge-2021 .hero .hero-image .thumbnail-caption-container {
    width: 50%;
  }
}
@media (max-width: 400px) {
  body.page-template-page-veggie-challenge-2021 .page-header .thumbnail-caption-container {
    top: 10px;
    left: calc(50% - 125px);
  }
  body.page-template-page-veggie-challenge-2021 .page-header .thumbnail-caption-container p {
    font-size: 10px;
  }
  body.page-template-page-veggie-challenge-2021 .hero .hero-text {
    position: relative;
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .save-row .vc-save .vc-savings .your-saving {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .save-row .vc-save .vc-savings .globe {
    margin-left: 0;
  }
  body.page-template-page-veggie-challenge-2021 .main-content .save-row .vc-save .vc-savings .crop {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  body.page-template-page-veggie-challenge-2021 .hero .hero-text {
    top: 80px;
  }
  body.page-template-page-veggie-challenge-2021 .main-content {
    width: 100%;
  }
  body.page-template-page-veggie-challenge-2021 .influencer-content .influencer-div {
    top: 50px;
  }
  body.influencer-vc-content .main-content {
    position: relative;
    top: 80px;
  }
  body.influencer-vc-content .hero .hero-text {
    top: 75px;
  }
}
@media (max-width: 1280px) {
  body.page-template-page-veggie-challenge-2021 .hero .hero-text h1 {
    font-size: 44px;
    padding-top: 25px;
  }
}
@media (max-width: 1450px) {
  body.page-template-page-veggie-challenge-2021 .hero .veggiechallenge-form {
    right: 10%;
  }
}
@media (max-width: 1100px) {
  body.page-template-page-veggie-challenge-2021 .main-content .five-pros .ways-container {
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  body.page-template-page-veggie-challenge-2021 #main #content .save-row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  body.page-template-page-veggie-challenge-2021 .vc-app .app-image {
    width: 45%;
    margin: 0 auto;
  }
  body.page-template-page-veggie-challenge-2021 .vc-app .app-image .img-container {
    width: 100%;
    height: auto;
  }
  body.page-template-page-veggie-challenge-2021 .vc-app .app-text {
    width: 45%;
    margin: 0 auto;
  }
  body.influencer-vc-content .influencer-content .influencer-div {
    margin: 0 auto;
  }
  .page-template-page-veggie-challenge-2021.vivera #main #content .veggiechallenge-form .form-container {
    top: 50px;
  }
}
@media (max-width: 600px) {
  body.page-template-page-veggie-challenge-2021 .vc-app .app-image {
    width: 70%;
    margin-bottom: 10px;
  }
  body.page-template-page-veggie-challenge-2021 .vc-app .app-text {
    width: 90%;
  }
}
@media (max-width: 700px) {
  body.page-template-page-veggie-challenge-2021 .partners .partner-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.page-template-page-veggie-challenge-2021 .partners .partner-logos a {
    width: 100%;
    text-align: center;
  }
  body.influencer-vc-content .hero .hero-text {
    top: 120px;
    width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 1250px) {
  body.influencer-vc-content .hero .hero-image .thumbnail-caption-container {
    bottom: 60px;
  }
}
@media (max-width: 900px) {
  body.influencer-vc-content .influencer-content {
    flex-direction: column;
  }
  body.influencer-vc-content .influencer-content .influencer-div {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 1450px) {
  body.influencer-vc-content .influencer-content .influencer-div .influencer-text {
    width: 60%;
  }
}
@media (max-width: 1650px) and (min-width: 992px) {
  body.page-template-page-veggie-challenge-2021.country-site-de .hero .hero-text {
    top: 110px;
    left: 10%;
    width: 40%;
  }
  body.page-template-page-veggie-challenge-2021.country-site-de .hero .hero-text h1 {
    padding-top: 0;
  }
}
@media (min-width: 1251px) {
  body.page-template-page-veggie-challenge-2021.country-site-de.vivera .hero .hero-text {
    top: 110px;
    left: 0;
    width: 75%;
  }
}
@media (max-width: 1251px) {
  body.page-template-page-veggie-challenge-2021.country-site-de.vivera .hero .hero-text {
    top: 110px;
    left: 0;
    width: 90%;
  }
}
@media (max-width: 1450px) and (min-width: 1251px) {
  body.page-template-page-veggie-challenge-2021.country-site-de .hero .hero-text h1 {
    font-size: 44px;
  }
}
@media (max-width: 440px) {
  body.page-template-page-veggie-challenge-2021.country-site-de .hero .hero-text h1 {
    font-size: 32px;
  }
}
@media (max-width: 1050px) {
  body.page-template-page-veggie-challenge-2021 .collaborators .logos .logo {
    width: 33%;
  }
}
@media (max-width: 768px) {
  body.page-template-page-veggie-challenge-2021 #main #content .vc-save {
    width: 90%;
  }
  body.page-template-page-veggie-challenge-2021 .collaborators .logos .logo {
    width: 50%;
  }
}
body .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  width: 100%;
  margin: 0;
}
/* START TEAMS SIGNUP STYLES */
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-header,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-header {
  background: #2cc84d !important;
  border-color: #2cc84d !important;
  padding: 10px 0 5px 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-header
  select,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-header
  select {
  background: #2cc84d !important;
  border-color: #2cc84d !important;
  color: white;
  cursor: pointer;
  font-size: 10px;
  border: none !important;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-prev,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-next,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-prev,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-next {
  background-image: url("images/previous.png");
  background-size: 15px;
  background-position: center;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-next,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-header
  .ui-datepicker-next {
  background-image: url("images/next.png");
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar {
  width: 280px;
  background: white;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  thead,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  thead {
  border: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  thead
  tr
  th,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  thead
  tr
  th {
  background: white !important;
  border: none !important;
  font-family: Acumin;
  font-stretch: condensed;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr {
  background: white !important;
  border: none !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td {
  background: white !important;
  border: none !important;
  width: 30px;
  padding: 5px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled {
  background: #eee !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-today,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-today {
  background: #ccc !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day {
  border-radius: 100%;
  background: #2cc84d !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day
  a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day
  span,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day
  a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-state-disabled.ui-datepicker-current-day
  span {
  color: white !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-today,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-today {
  background: #ccc !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-current-day,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-current-day {
  border-radius: 100%;
  background: #2cc84d !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-current-day
  a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  td.ui-datepicker-current-day
  a {
  color: white !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  span,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  tr
  span {
  border: none !important;
  font-family: Acumin;
  font-stretch: condensed;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  text-shadow: none;
  box-shadow: none;
  background: none !important;
  width: 100%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  th,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  .ui-datepicker
  .ui-datepicker-calendar
  th {
  border: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  div.validation_error,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  div.validation_error {
  display: none;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  .gfield_label,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  .gfield_label {
  margin: 16px 0 0 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  select,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  input,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  select,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  input {
  border: 1px solid #790000 !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  .gfield_checkbox
  li
  label,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_legacy_markup_wrapper
  li.gfield.gfield_error
  .gfield_checkbox
  li
  label {
  color: #790000;
}
html body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .second-cta,
html body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content #main #content .second-cta {
  margin-top: 200px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_description,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_description {
  margin: 0;
  padding: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_label::after,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_label::after {
  content: "(optioneel)";
  font-size: 14px;
  color: #999;
  font-stretch: condensed;
  font-weight: normal;
  margin-left: 5px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_html
  ul
  li,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_html
  ul
  li {
  list-style-type: decimal !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_html
  ul.list-bullets
  li,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_html
  ul.list-bullets
  li {
  list-style-type: disc !important;
}
html body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .gform_wrapper a,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  a {
  color: #147c3f;
  cursor: pointer;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_contains_required
  .gfield_label::after,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .gfield_contains_required
  .gfield_label::after {
  content: "";
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  input.datepicker,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  input.datepicker {
  width: 100%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .display-none,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .display-none {
  display: none;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio {
  margin-top: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio {
  width: 100%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input {
  display: none;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label {
  text-align: center;
  width: 100%;
  padding: 15px 0 10px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: bold;
  border: 1px solid #2cc84d;
  height: 46px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-width: 100%;
  font-size: 16px !important;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label
  span,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label
  span {
  display: block;
  margin-bottom: 0;
  width: 70%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label::before,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  label::before {
  content: "";
  border-radius: 100%;
  border: 1px solid grey;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 15px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  background: #2cc84d;
  color: white;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large
  div.ginput_container_radio
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label::before {
  border-color: white;
  background-image: url("images/white-circle.png");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio {
  display: flex;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  li,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  li {
  width: 50%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  li
  label
  span,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  li
  label
  span {
  width: 100%;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  .new-tag,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .radio-buttons-large.side-by-side
  div.ginput_container_radio
  ul.gfield_radio
  .new-tag {
  position: absolute;
  background: #fb1e98;
  padding: 6px 12px 2px 12px;
  color: white;
  font-family: acumin;
  font-weight: bold;
  font-stretch: condensed;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 18px;
  right: -10px;
  transform: rotate(10deg);
  top: -15px;
  line-height: normal;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  input[type="file"],
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gform_fileupload_rules,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  input[type="file"],
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gform_fileupload_rules {
  position: absolute;
  left: -99999rem;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description {
  margin: 0;
  padding: 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description
  input,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description
  input {
  font-size: 16px;
  margin-right: 10px;
  width: 70%;
  cursor: pointer;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description
  label,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .gform_wrapper
  .group-image
  .gfield_description
  label {
  background-color: #2cc84d;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Acumin;
  font-stretch: condensed;
  font-size: 14px;
  padding: 11px 0 8px 0;
  cursor: pointer;
  width: 25%;
  text-align: center;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success {
  text-align: center;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  .veggiechallenge-title-wrapper
  h2,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  .veggiechallenge-title-wrapper
  h2 {
  visibility: hidden;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  h3,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  h3 {
  font-family: Hello-beautiful;
  font-size: 70px;
  text-transform: none;
  color: #147c3f;
  margin: 40px 0 40px 0;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  p,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  p {
  font-family: Acumin;
  margin-bottom: 10px;
  line-height: inherit;
  font-stretch: condensed;
  font-weight: 400;
  font-size: 18px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  p:last-of-type,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  p:last-of-type {
  margin-top: 10px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  a:link,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  a:hover,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  a:visited,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  a:active,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  a:link,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  a:hover,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  a:visited,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  a:active {
  color: #2cc84d;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  #group-link,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  #group-link {
  display: none;
  background: #f2f4ef;
  border-radius: 5px;
  padding: 8px;
  text-align: left;
  color: #777;
  font-weight: normal;
  margin: 10px 0 0 0;
  border: none;
  width: 100%;
  font-stretch: condensed;
  cursor: pointer;
  position: relative;
  background-image: url("images/link-icon.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  text-indent: 30px;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  #group-link:focus,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  #group-link:focus {
  border: none;
  outline: none;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  #group-link-overlay,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  #group-link-overlay {
  padding: 8px;
  cursor: pointer;
  top: -36px;
  z-index: 10000;
  position: relative;
  text-align: right;
  opacity: 0;
  display: none;
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  #group-link-loader,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  #group-link-loader {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px 0 20px calc(50% - 32px);
}
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
  #main
  #content
  .create-team-success
  #group-link-error,
html
  body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
  #main
  #content
  .create-team-success
  #group-link-error {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 979px) {
  html body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content #main #content .second-cta,
  html body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content #main #content .second-cta {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .gform_confirmation_wrapper,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .create-team-success-content,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .create-team-success-content {
    padding: 0 50px 20px 50px;
  }
}
@media (max-width: 480px) {
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .gform_confirmation_wrapper,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .create-team-success-content,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .create-team-success-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .gform_confirmation_wrapper,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.generic-vc-content
    #main
    #content
    .create-team-success-content,
  html
    body.country-site-nl.page-template-page-veggie-challenge-2021.influencer-vc-content
    #main
    #content
    .create-team-success-content {
    padding: 0 50px 20px 50px;
  }
}
.group-link-tooltip {
  background-color: white !important;
  font-size: 16px;
}
.group-link-tooltip > div {
  font-size: 16px;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: 400;
}
