@charset "UTF-8";
/* FONTS
================================================== */
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminPro-Regular.woff2") format("woff2"), url("css/fonts/Acumin/AcuminPro-Regular.woff") format("woff"), url("css/fonts/Acumin/AcuminPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminPro-Bold.woff2") format("woff2"), url("css/fonts/Acumin/AcuminPro-Bold.woff") format("woff"), url("css/fonts/Acumin/AcuminPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminPro-Italic.woff2") format("woff2"), url("css/fonts/Acumin/AcuminPro-Italic.woff") format("woff"), url("css/fonts/Acumin/AcuminPro-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminPro-Light.woff2") format("woff2"), url("css/fonts/Acumin/AcuminPro-Light.woff") format("woff"), url("css/fonts/Acumin/AcuminPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminPro-Medium.woff2") format("woff2"), url("css/fonts/Acumin/AcuminPro-Medium.woff") format("woff"), url("css/fonts/Acumin/AcuminPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminProCond-Light.woff2") format("woff2"), url("css/fonts/Acumin/AcuminProCond-Light.woff") format("woff"), url("css/fonts/Acumin/AcuminProCond-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminProCond-Medium.woff2") format("woff2"), url("css/fonts/Acumin/AcuminProCond-Medium.woff") format("woff"), url("css/fonts/Acumin/AcuminProCond-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: Acumin;
  src: url("css/fonts/Acumin/AcuminProCond-Bold.woff2") format("woff2"), url("css/fonts/Acumin/AcuminProCond-Bold.woff") format("woff"), url("css/fonts/Acumin/AcuminProCond-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: Begum;
  src: url(css/fonts/Begum/Begum-Regular.otf);
}
@font-face {
  font-family: Hello-beautiful;
  src: url(css/fonts/hello-beautiful.otf);
}
@font-face {
  font-family: Peace Sans;
  src: url("css/fonts/Peace-Sans/Peace-Sans.otf") format("opentype");
}
@font-face {
  font-family: Poppins BOLD;
  src: url("css/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Poppins REGULAR;
  src: url("css/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
}
.page-template-page-veggie-challenge-2023, .page-template-page-thank-you-2023, .page-template-page-veggie-challenge-teams-individual-signup, .page-template-page-veggie-challenge-teams-premium {
  line-height: normal;
  color: #666;
  font-size: 20px;
}
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title, .component-title {
  text-align: center;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 20px;
}
.section-title-alternative {
  text-align: center;
  color: white;
  font-family: Hello-beautiful;
  font-size: 60px;
  text-transform: capitalize;
}
.section-subtitle {
  text-align: left;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 26px;
  text-transform: capitalize;
}
.section-description {
  text-align: center;
  font-family: Acumin;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  margin-bottom: 15px;
}
.plain-text {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 28px;
}
a.call-to-action {
  background-color: #147c3f;
}
ul.leaf-list-light {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.leaf-list-light li {
  position: relative;
  padding: 0 0 10px 30px;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-size: 20px;
}
ul.leaf-list-light li::before {
  content: " ";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #2BC84D;
  position: absolute;
  border-radius: 0px 8px 0px 8px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
a, a:hover, a:active, a:visited, a:link, a:not([href]):not([class]), a:not([href]):not([class]):hover {
  text-decoration: none;
  color: #147c3f;
  font-weight: 700;
  word-wrap: break-word;
  cursor: pointer;
}
a.call-to-action {
  background-color: #2cc84d;
  color: white;
  padding: 10px 50px 5px 50px;
  text-decoration: none;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 22px;
  border-radius: 5px;
  border: none;
}
a.call-to-action a, a.call-to-action a:hover, a.call-to-action a:active, a.call-to-action a:visited, a.call-to-action a:link, a.call-to-action a:not([href]):not([class]), a.call-to-action a:not([href]):not([class]):hover {
  color: white;
}
@media (max-width: 600px) {
  a.call-to-action {
    padding: 10px 30px 5px 30px;
  }
}
@media (max-width: 575px) {
  a.call-to-action {
    padding: 10px 15px 5px 15px;
    font-size: 20px;
  }
}
.green-circle-outer .green-circle-inner {
  border: 2px solid #147c3f;
  border-radius: 100%;
}
.green-circle-outer .green-circle-inner img {
  width: 100%;
  border: 2px solid white;
  border-radius: 100%;
}
.green-circle-outer .green-circle-inner > div {
  display: table;
  text-align: center;
  aspect-ratio: 1;
  background-color: #147C3F;
  width: 100%;
  border: 2px solid white;
  border-radius: 100%;
  color: white;
}
.green-circle-outer .green-circle-inner > div > div {
  display: table-cell;
  vertical-align: middle;
}
.gform_heading, .gform_validation_errors {
  display: none;
}
.form-container .gf_progressbar_wrapper {
  display: none;
}
.form-container .gform_fields .gfield_radio label {
  cursor: pointer;
}
.form-container .gform_fields li.gfield.gfield_error, .form-container .gform_fields .gfield_validation_message {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  background: none;
  padding: 0 8px 0 0;
  margin: 0;
  border: none;
}
.form-container .gform_fields li.gfield.gfield_error .ginput_container select, .form-container .gform_fields li.gfield.gfield_error .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form-container .gform_fields li.gfield.gfield_error .ginput_container textarea, .form-container .gform_fields .gfield_validation_message .ginput_container select, .form-container .gform_fields .gfield_validation_message .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form-container .gform_fields .gfield_validation_message .ginput_container textarea {
  border: 1px solid #790000;
}
.form-container .gform_fields .ginput_container select, .form-container .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .form-container .gform_fields .ginput_container textarea {
  color: #666666;
  font-family: Acumin;
  font-stretch: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  background: white;
  padding: 9px 15px 11px 15px;
  border-radius: 4px;
  border: 1px solid #DDDFDA;
}
.form-container .gform_fields .ginput_container select::placeholder, .form-container .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder, .form-container .gform_fields .ginput_container textarea::placeholder {
  color: #ababab;
}
.form-container .gform_fields .ginput_container select:focus-visible, .form-container .gform_fields .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus-visible, .form-container .gform_fields .ginput_container textarea:focus-visible {
  -webkit-box-shadow: 1px 6px 12px 0px rgba(148, 148, 148, 0.3);
  -moz-box-shadow: 1px 6px 12px 0px rgba(148, 148, 148, 0.3);
  box-shadow: 1px 6px 12px 0px rgba(148, 148, 148, 0.3);
  border: none;
  outline: none;
}
.form-container div.gform_page_footer .gform_next_button, .form-container div.gform_page_footer .gform_next_button:hover, .form-container div.gform_page_footer .gform_button, .form-container div.gform_page_footer .gform_button:hover, .form-container div.gform_page_footer .gform_previous_button.button, .form-container div.gform_page_footer .gform_previous_button.button:hover, .form-container div.gform_footer .gform_next_button, .form-container div.gform_footer .gform_next_button:hover, .form-container div.gform_footer .gform_button, .form-container div.gform_footer .gform_button:hover, .form-container div.gform_footer .gform_previous_button.button, .form-container div.gform_footer .gform_previous_button.button:hover {
  background-color: #2cc84d;
  color: white;
  padding: 10px 50px 5px 50px;
  text-decoration: none;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 22px;
  border-radius: 5px;
  border: none;
}
.form-container div.gform_page_footer .gform_next_button a, .form-container div.gform_page_footer .gform_next_button a:hover, .form-container div.gform_page_footer .gform_next_button a:active, .form-container div.gform_page_footer .gform_next_button a:visited, .form-container div.gform_page_footer .gform_next_button a:link, .form-container div.gform_page_footer .gform_next_button a:not([href]):not([class]), .form-container div.gform_page_footer .gform_next_button a:not([href]):not([class]):hover, .form-container div.gform_page_footer .gform_next_button:hover a, .form-container div.gform_page_footer .gform_next_button:hover a:hover, .form-container div.gform_page_footer .gform_next_button:hover a:active, .form-container div.gform_page_footer .gform_next_button:hover a:visited, .form-container div.gform_page_footer .gform_next_button:hover a:link, .form-container div.gform_page_footer .gform_next_button:hover a:not([href]):not([class]), .form-container div.gform_page_footer .gform_next_button:hover a:not([href]):not([class]):hover, .form-container div.gform_page_footer .gform_button a, .form-container div.gform_page_footer .gform_button a:hover, .form-container div.gform_page_footer .gform_button a:active, .form-container div.gform_page_footer .gform_button a:visited, .form-container div.gform_page_footer .gform_button a:link, .form-container div.gform_page_footer .gform_button a:not([href]):not([class]), .form-container div.gform_page_footer .gform_button a:not([href]):not([class]):hover, .form-container div.gform_page_footer .gform_button:hover a, .form-container div.gform_page_footer .gform_button:hover a:hover, .form-container div.gform_page_footer .gform_button:hover a:active, .form-container div.gform_page_footer .gform_button:hover a:visited, .form-container div.gform_page_footer .gform_button:hover a:link, .form-container div.gform_page_footer .gform_button:hover a:not([href]):not([class]), .form-container div.gform_page_footer .gform_button:hover a:not([href]):not([class]):hover, .form-container div.gform_page_footer .gform_previous_button.button a, .form-container div.gform_page_footer .gform_previous_button.button a:hover, .form-container div.gform_page_footer .gform_previous_button.button a:active, .form-container div.gform_page_footer .gform_previous_button.button a:visited, .form-container div.gform_page_footer .gform_previous_button.button a:link, .form-container div.gform_page_footer .gform_previous_button.button a:not([href]):not([class]), .form-container div.gform_page_footer .gform_previous_button.button a:not([href]):not([class]):hover, .form-container div.gform_page_footer .gform_previous_button.button:hover a, .form-container div.gform_page_footer .gform_previous_button.button:hover a:hover, .form-container div.gform_page_footer .gform_previous_button.button:hover a:active, .form-container div.gform_page_footer .gform_previous_button.button:hover a:visited, .form-container div.gform_page_footer .gform_previous_button.button:hover a:link, .form-container div.gform_page_footer .gform_previous_button.button:hover a:not([href]):not([class]), .form-container div.gform_page_footer .gform_previous_button.button:hover a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_next_button a, .form-container div.gform_footer .gform_next_button a:hover, .form-container div.gform_footer .gform_next_button a:active, .form-container div.gform_footer .gform_next_button a:visited, .form-container div.gform_footer .gform_next_button a:link, .form-container div.gform_footer .gform_next_button a:not([href]):not([class]), .form-container div.gform_footer .gform_next_button a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_next_button:hover a, .form-container div.gform_footer .gform_next_button:hover a:hover, .form-container div.gform_footer .gform_next_button:hover a:active, .form-container div.gform_footer .gform_next_button:hover a:visited, .form-container div.gform_footer .gform_next_button:hover a:link, .form-container div.gform_footer .gform_next_button:hover a:not([href]):not([class]), .form-container div.gform_footer .gform_next_button:hover a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_button a, .form-container div.gform_footer .gform_button a:hover, .form-container div.gform_footer .gform_button a:active, .form-container div.gform_footer .gform_button a:visited, .form-container div.gform_footer .gform_button a:link, .form-container div.gform_footer .gform_button a:not([href]):not([class]), .form-container div.gform_footer .gform_button a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_button:hover a, .form-container div.gform_footer .gform_button:hover a:hover, .form-container div.gform_footer .gform_button:hover a:active, .form-container div.gform_footer .gform_button:hover a:visited, .form-container div.gform_footer .gform_button:hover a:link, .form-container div.gform_footer .gform_button:hover a:not([href]):not([class]), .form-container div.gform_footer .gform_button:hover a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_previous_button.button a, .form-container div.gform_footer .gform_previous_button.button a:hover, .form-container div.gform_footer .gform_previous_button.button a:active, .form-container div.gform_footer .gform_previous_button.button a:visited, .form-container div.gform_footer .gform_previous_button.button a:link, .form-container div.gform_footer .gform_previous_button.button a:not([href]):not([class]), .form-container div.gform_footer .gform_previous_button.button a:not([href]):not([class]):hover, .form-container div.gform_footer .gform_previous_button.button:hover a, .form-container div.gform_footer .gform_previous_button.button:hover a:hover, .form-container div.gform_footer .gform_previous_button.button:hover a:active, .form-container div.gform_footer .gform_previous_button.button:hover a:visited, .form-container div.gform_footer .gform_previous_button.button:hover a:link, .form-container div.gform_footer .gform_previous_button.button:hover a:not([href]):not([class]), .form-container div.gform_footer .gform_previous_button.button:hover a:not([href]):not([class]):hover {
  color: white;
}
@media (max-width: 600px) {
  .form-container div.gform_page_footer .gform_next_button, .form-container div.gform_page_footer .gform_next_button:hover, .form-container div.gform_page_footer .gform_button, .form-container div.gform_page_footer .gform_button:hover, .form-container div.gform_page_footer .gform_previous_button.button, .form-container div.gform_page_footer .gform_previous_button.button:hover, .form-container div.gform_footer .gform_next_button, .form-container div.gform_footer .gform_next_button:hover, .form-container div.gform_footer .gform_button, .form-container div.gform_footer .gform_button:hover, .form-container div.gform_footer .gform_previous_button.button, .form-container div.gform_footer .gform_previous_button.button:hover {
    padding: 10px 30px 5px 30px;
  }
}
@media (max-width: 575px) {
  .form-container div.gform_page_footer .gform_next_button, .form-container div.gform_page_footer .gform_next_button:hover, .form-container div.gform_page_footer .gform_button, .form-container div.gform_page_footer .gform_button:hover, .form-container div.gform_page_footer .gform_previous_button.button, .form-container div.gform_page_footer .gform_previous_button.button:hover, .form-container div.gform_footer .gform_next_button, .form-container div.gform_footer .gform_next_button:hover, .form-container div.gform_footer .gform_button, .form-container div.gform_footer .gform_button:hover, .form-container div.gform_footer .gform_previous_button.button, .form-container div.gform_footer .gform_previous_button.button:hover {
    padding: 10px 15px 5px 15px;
    font-size: 20px;
  }
}
.form-container div.gform_page_footer .gform_previous_button.button, .form-container div.gform_footer .gform_previous_button.button {
  float: left;
}
.navbar-2023 {
  color: white;
  position: absolute;
  z-index: 20000;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@media (max-width: 768px) {
  .navbar-2023 {
    font-size: 14px;
  }
}
.navbar-2023 a, .navbar-2023 a:hover, .navbar-2023 a:visited, .navbar-2023 a:active, .navbar-2023 a:link {
  color: white;
}
.navbar-2023 > .col {
  justify-content: flex-end;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .navbar-2023 > .col {
    padding-right: 0;
  }
}
.navbar-2023 .navbar-nav {
  background-color: #147c3f;
  border-radius: 0px 0px 10px 10px;
}
.navbar-2023 .navbar-nav .nav-item {
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .navbar-2023 .navbar-nav .nav-item {
    padding: 0;
  }
}
.navbar-2023 .navbar-nav .dropdown-menu {
  background-color: #147c3f;
  transform: translate(0px, 37px) !important;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .navbar-2023 .navbar-nav .dropdown-menu {
    font-size: 14px;
    min-width: 0;
    padding: 0;
  }
}
.navbar-2023 .navbar-nav .dropdown-menu > li > a {
  display: none;
}
.navbar-2023 .navbar-nav .dropdown-menu ul {
  padding-left: 20px;
  list-style-type: none;
}
@media (max-width: 768px) {
  .navbar-2023 .navbar-nav .dropdown-menu ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-2023 .navbar-nav .dropdown-menu ul .menu-item {
  padding: 5px 0px;
}
.sticky-sign-me-up {
  position: fixed;
  top: 50%;
  background-color: #2BC84D;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: Acumin;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  color: white;
  text-align: center;
  right: 0;
  cursor: pointer;
  z-index: 2000;
}
@media screen and (max-width: 575px) {
  .sticky-sign-me-up {
    font-size: 20px;
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-sign-me-up {
    margin-top: 120px;
  }
}
.sticky-sign-me-up .for-free {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.sticky-sign-me-up .arrow-down {
  margin-top: -30px;
  margin-bottom: -10px;
  font-size: 50px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.home-header {
  background-color: white;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}
@media (max-width: 768px) {
  .home-header {
    background-image: url(images/part-of-start-mobile.png) !important;
    background-color: #E9F5EB;
    background-size: auto 100%;
    padding-bottom: 0;
    max-height: 800px;
    overflow: hidden;
  }
}
.home-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 1280px) {
  .home-header::before {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 768px) {
  .home-header::before {
    background-color: transparent;
  }
}
.home-header .container {
  position: relative;
}
@media (max-width: 768px) {
  .home-header .container {
    text-align: center;
  }
}
.home-header .logo {
  width: 200px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .home-header .logo {
    margin-bottom: 30px;
  }
}
.home-header h1 {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 60px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .home-header h1 {
    font-size: 34px;
  }
}
.home-header .why-participate {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  margin: 40px 0 40px 0;
}
@media (max-width: 768px) {
  .home-header .why-participate {
    font-size: 20px;
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .home-header .call-to-action {
    position: relative;
    z-index: 1000;
    background-color: #147c3f;
  }
}
.home-header .img-phones-mobile {
  max-width: 100%;
  margin-top: -20px;
}
.home-menu {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  border-top: 1px solid #EEF1F6;
}
.home-menu .menu-item {
  padding: 10px;
  border-bottom: 1px solid #EEF1F6;
}
@media (min-width: 576px) {
  .home-menu .menu-item {
    border: none;
    border-right: 1px solid #EEF1F6;
    padding: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 768px) {
  .home-menu .menu-item {
    border: none;
    border-right: 1px solid #EEF1F6;
    padding: 20px;
  }
}
.home-menu .menu-item:last-child {
  border: none;
}
.home-menu .menu-item:last-child a, .home-menu .menu-item:last-child a:link, .home-menu .menu-item:last-child a:visited, .home-menu .menu-item:last-child a:active {
  color: #2BC84D;
}
.home-menu .menu-item a, .home-menu .menu-item a:link, .home-menu .menu-item a:visited, .home-menu .menu-item a:active {
  color: #666;
}
.home-introduction.section {
  background-color: #147c3f;
}
.home-introduction.section .section-description {
  color: white;
}
.home-introduction.section .we-support-you {
  color: white;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.home-introduction.section .not-alone {
  color: white;
  margin-top: 10px;
  margin-bottom: 40px;
}
.home-introduction.section .participants-counter {
  max-width: 500px;
  padding: 25px;
  background: white;
  border-radius: 10px;
  font-size: 40px;
  color: #FF8200;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@media screen and (max-width: 576px) {
  .home-introduction.section .participants-counter {
    font-size: 28px;
  }
}
.home-introduction.section .participants-counter .total {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.home-how-it-works .container {
  padding-top: 20px;
  margin-top: -80px;
  border-radius: 10px 10px 0 0;
  background-color: white;
}
.home-how-it-works .col {
  background-color: white;
}
.home-how-it-works .video-steps {
  list-style-type: none;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
}
.home-how-it-works .video-steps li {
  margin-bottom: 15px;
}
.home-how-it-works .video-steps li .title {
  color: #FF8200;
  display: block;
}
.home-image-bar {
  height: 300px;
  overflow: hidden;
}
.home-image-bar .image-row {
  height: 100%;
}
.home-image-bar .image-row .image-col {
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 0% 50%;
}
.home-image-bar .image-row .image-col img {
  border-right: 1px solid white;
  max-width: 100%;
}
.home-image-bar .image-row .image-col:last-child img {
  border-right: none;
}
.home-testimonial {
  margin: 50px 0;
}
.home-testimonial .testimonial-quotes {
  padding: 0;
  background-image: url(images/quotation_marks_green_transparent.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}
.home-testimonial .testimonial-inner {
  border-radius: 5px 5px 80px 5px;
  background-color: #F4F6F9;
  display: flex;
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
}
.home-testimonial .testimonial-inner .testimonial-image {
  min-width: 150px;
  flex-basis: 35%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-testimonial .testimonial-inner .testimonial-text {
  padding: 30px 15px;
  text-align: center;
  display: table;
  min-height: 200px;
  flex-basis: 65%;
}
.home-testimonial .testimonial-inner .testimonial-text .testimonial-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-testimonial .testimonial-inner .testimonial-text .testimonial-text-inner .quote {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .home-testimonial .testimonial-inner .testimonial-text .testimonial-text-inner .quote {
    font-size: 20px;
  }
}
.home-testimonial .testimonial-inner .testimonial-text .testimonial-text-inner .name {
  font-family: Acumin;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-size: 20px;
}
.home-sign-me-up-bar {
  padding: 50px 0;
}
.home-sign-me-up-bar a {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  background-color: #2cc84d;
  color: white;
  padding: 10px 50px 5px 50px;
  text-decoration: none;
  font-size: 22px;
  border-radius: 5px;
  border: none;
}
.home-usp-bar {
  padding-bottom: 50px;
  text-align: center;
  background-color: #E9F5EB;
}
.home-usp-bar .single-usp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-usp-bar .single-usp .usp-icon {
  background-color: white;
  border-radius: 100%;
  padding: 30px;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
.home-usp-bar .single-usp .usp-icon.community {
  background-image: url(images/community_icon.svg);
}
.home-usp-bar .single-usp .usp-icon.nutrition_variation {
  background-image: url(images/nutrition_icon.svg);
}
.home-usp-bar .single-usp .usp-icon.tips_inspiration {
  background-image: url(images/inspiration_icon.svg);
}
.home-usp-bar .single-usp .usp-title {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-usp-bar .single-usp .usp-description {
  font-family: Acumin;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  margin-bottom: 15px;
}
.home-ambassadors {
  padding-top: 50px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .home-ambassadors {
    max-width: calc(100% - 40px);
  }
}
.home-ambassadors .col-ambassador {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.home-ambassadors .col-ambassador .single-ambassador {
  border-radius: 3px 3px 50px 3px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 100%;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-image {
  margin-bottom: 15px;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-image img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 24px;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-description {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  height: 95px;
  overflow: hidden;
}
.home-features {
  padding: 50px 0;
  background-color: rgba(233, 245, 235, 0.5);
}
.home-features .feature-description {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
}
.home-features .feature-app {
  margin-bottom: 50px;
}
.home-features .feature-app .app-description {
  padding: 15px 0;
  background-color: #E9F5EB;
}
@media screen and (max-width: 575px) {
  .home-features .feature-app .app-description {
    padding: 15px;
  }
}
.home-features .feature-app .app-description .app-description-inner {
  left: 15px;
  position: relative;
  background-color: white;
  z-index: 1000;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  .home-features .feature-app .app-description .app-description-inner {
    left: 0;
  }
}
.home-features .feature-app .app-description .app-description-inner ul {
  list-style: none;
  margin-bottom: 0;
}
.home-features .feature-app .app-description .app-description-inner ul li::before {
  content: "•";
  color: #2BC84D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.home-features .feature-app .app-image {
  border-radius: 0 50px 3px 0;
  position: relative;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 575px) {
  .home-features .feature-app .app-image {
    height: 200px;
    border-radius: 0 0 50px 3px;
  }
}
.home-features .feature-coaching {
  margin-bottom: 50px;
}
.home-features .feature-coaching .feature-coaching-inner {
  padding-left: 0;
  padding-right: 0;
}
.home-features .feature-coaching .coaching-description {
  background-color: white;
  border-radius: 3px 3px 40px 3px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 150px;
  position: relative;
}
.home-features .feature-coaching .coaching-description .section-subtitle {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.home-features .feature-coaching .coaching-description .feature-description, .home-features .feature-coaching .coaching-description .section-subtitle {
  background-color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home-features .feature-coaching .coaching-description .feature-description, .home-features .feature-coaching .coaching-description .section-subtitle {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home-features .feature-coaching .coaching-description {
    padding-left: 180px;
  }
}
.home-features .feature-coaching .coaching-description img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-40%);
  object-fit: contain;
}
.home-features .feature-coaching-xs {
  background-color: white;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 240px 20px;
}
.home-features .img-coaching-xs {
  padding: 0;
  margin-top: -200px;
  margin-bottom: 40px;
}
.home-features .img-coaching-xs img {
  width: 100%;
}
.home-features .feature-recipes .section-title, .home-features .feature-recipes .section-description, .home-features .feature-recipes .app-description {
  text-align: left;
}
.home-features .feature-recipes .recipe-images a {
  width: 100%;
  aspect-ratio: 1 auto;
  display: block;
}
.home-features .feature-recipes .recipe-images a img {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px 3px 40px 3px;
  border: 0;
  height: 100%;
  object-fit: cover;
}
.home-sharing .social-list {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
}
.home-sharing .social-list .social-network .social-link .social-image {
  width: 50px;
}
.home-partners .partner {
  text-align: center;
  margin-bottom: 40px;
}
.home-partners .partner .partner-logo {
  max-width: 180px;
  max-height: 180px;
}
.home-sign-up-form .section-description {
  color: white;
  margin-bottom: 30px;
}
.home-sign-up-form .veggiechallenge-title-wrapper, .home-sign-up-form .signup-cohort, .home-sign-up-form .gform_heading, .home-sign-up-form #field_1_18, .home-sign-up-form #field_1_20, .home-sign-up-form #field_1_36, .home-sign-up-form #field_1_40, .home-sign-up-form #field_1_48, .home-sign-up-form .gform_validation_errors {
  display: none;
}
.home-sign-up-form .completely-free {
  background-color: #FF8200;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  color: white;
  transform: rotate(4deg);
  border-radius: 5px;
  font-size: 22px;
  position: absolute;
  padding: 5px 10px;
  top: -10px;
  right: -10px;
}
.home-sign-up-form .form-container {
  background-color: white;
  position: relative;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme li {
  list-style-type: none;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme ul li {
  list-style-type: disc;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large {
  width: 100%;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio {
  margin-top: 0;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div {
  width: 70%;
}
@media screen and (max-width: 992px) {
  .home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div {
    width: 100%;
  }
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div input {
  display: none;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div label {
  cursor: pointer;
  max-width: calc(100% - 10px);
  text-align: center;
  padding: 15px 10px 15px 45px;
  border-radius: 20px;
  text-transform: uppercase;
  font-family: Acumin;
  font-stretch: condensed;
  font-weight: bold;
  border: 1px solid #D1D5DB;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 16px !important;
  background-color: white;
  position: relative;
  margin-bottom: 8px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div label span {
  display: block;
  margin-bottom: 0;
  width: 100%;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div label::before {
  content: "";
  border-radius: 100%;
  border: 1px solid grey;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div input[type="radio"]:checked + label {
  background: #2cc84d;
  color: white;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large div.ginput_container_radio div.gfield_radio > div 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;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.gfield_radio {
  display: flex;
  flex-direction: row;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.gfield_radio > div {
  max-width: 40%;
  min-width: 160px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.gfield_radio > div:first-child {
  margin-left: 10px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.gfield_radio > div label {
  margin-bottom: 0;
  padding-left: 35px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.gfield_radio > div label span {
  width: 100%;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .radio-buttons-large.side-by-side div.ginput_container_radio div.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;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .group-image input[type="file"], .home-sign-up-form .form-container .gravity-theme.gravity-theme .group-image .gform_fileupload_rules {
  position: absolute;
  left: -99999rem;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .group-image .gfield_description {
  margin: 0;
  padding: 0;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .group-image .gfield_description input {
  font-size: 18px;
  margin-right: 10px;
  max-width: 70%;
  min-width: 320px;
  cursor: pointer;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .group-image .gfield_description input[type="text"] {
  border: 1px solid #DDDFDA;
  border-radius: 4px;
}
.home-sign-up-form .form-container .gravity-theme.gravity-theme .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;
}
.home-sign-up-form .form-container .create-team-success {
  text-align: center;
  font-weight: 400;
}
.home-sign-up-form .form-container .create-team-success .veggiechallenge-title-wrapper h2 {
  visibility: hidden;
}
.home-sign-up-form .form-container .create-team-success h3 {
  font-family: Hello-beautiful;
  font-size: 70px;
  text-transform: none;
  color: #147c3f;
  margin: 40px 0 40px 0;
}
.home-sign-up-form .form-container .create-team-success p {
  font-family: Acumin;
  margin-bottom: 10px;
  line-height: inherit;
  font-stretch: condensed;
  font-weight: 400;
  font-size: 18px;
}
.home-sign-up-form .form-container .create-team-success p:last-of-type {
  margin-top: 10px;
}
.home-sign-up-form .form-container .create-team-success a:link, .home-sign-up-form .form-container .create-team-success a:hover, .home-sign-up-form .form-container .create-team-success a:visited, .home-sign-up-form .form-container .create-team-success a:active {
  color: #2cc84d;
}
.home-sign-up-form .form-container .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;
}
.home-sign-up-form .form-container .create-team-success #group-link:focus {
  border: none;
  outline: none;
}
.home-sign-up-form .form-container .create-team-success #group-link-overlay {
  padding: 8px;
  cursor: pointer;
  top: -36px;
  z-index: 10000;
  position: relative;
  text-align: right;
  opacity: 0;
  display: none;
}
.home-sign-up-form .form-container .create-team-success #group-link-loader {
  position: relative;
  display: block;
  text-align: center;
  margin: 10px 0 20px calc(50% - 32px);
}
.home-sign-up-form .form-container .create-team-success #group-link-error {
  display: none;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 979px) {
  .home-sign-up-form .form-container .second-cta {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .home-sign-up-form .form-container .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  .home-sign-up-form .form-container .create-team-success-content {
    padding: 0 50px 20px 50px;
  }
}
@media (max-width: 480px) {
  .home-sign-up-form .form-container .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  .home-sign-up-form .form-container .create-team-success-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .home-sign-up-form .form-container .gform_confirmation_wrapper {
    width: 100%;
    padding: 0;
  }
  .home-sign-up-form .form-container .create-team-success-content {
    padding: 0 50px 20px 50px;
  }
}
.group-link-tooltip {
  opacity: 1 !important;
}
.group-link-tooltip .tooltip-inner {
  background-color: #FF8200 !important;
  color: #fff;
  font-size: 20px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.group-link-tooltip .tooltip-arrow::before {
  border-top-color: #FF8200 !important;
}
.home-ambassadors {
  padding-top: 50px;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .home-ambassadors {
    max-width: calc(100% - 40px);
  }
}
.home-ambassadors .col-ambassador {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 70px;
}
.home-ambassadors .col-ambassador .single-ambassador {
  border-radius: 3px 3px 50px 3px;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 100%;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-image {
  margin-bottom: 15px;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-image img {
  height: 235px;
  width: 100%;
  object-fit: cover;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 24px;
}
.home-ambassadors .col-ambassador .single-ambassador .ambassador-description {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  height: 95px;
  overflow: hidden;
}
.page-template-page-thank-you-2023 #main {
  background-image: url(images/vc_symbol_icon.svg);
  background-position: 117% -500px;
  background-size: 750px;
  background-repeat: no-repeat;
}
.page-template-page-thank-you-2023 .sticky-sign-me-up {
  top: 50px;
}
@media screen and (min-width: 992px) {
  .page-template-page-thank-you-2023 .sticky-sign-me-up {
    display: none;
  }
}
.page-template-page-thank-you-2023 .sticky-sign-me-up .sign-up {
  font-weight: 700;
}
.thank-you-header .logo-header .col {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .thank-you-header .logo-header .col {
    justify-content: flex-start;
  }
}
.thank-you-header .logo-header .col img {
  margin: 50px 0;
}
.thank-you-box {
  margin-bottom: 50px;
}
.thank-you-box .section-title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .thank-you-box .section-title {
    text-align: left;
  }
}
.thank-you-box .coach {
  padding-top: 30px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 24px;
}
.thank-you-box .coach-img {
  border-radius: 100%;
}
.thank-you-app-cta {
  margin-bottom: 50px;
}
.thank-you-app-cta .app-cta-title {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 575px) {
  .thank-you-app-cta .app-cta-content {
    flex-direction: column-reverse;
  }
}
.thank-you-app-cta .app-cta-content .app-benefits {
  display: flex;
  align-items: center;
}
.thank-you-app-cta .app-cta-content .app-benefits ul.leaf-list-light li {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
@media (max-width: 767px) {
  .thank-you-app-cta .app-cta-content .app-benefits {
    justify-content: center;
  }
}
.thank-you-app-cta .app-cta-content .app-cta-img {
  width: 300px;
  max-width: 100%;
  margin-bottom: 20px;
}
.thank-you-app-cta .store-buttons {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
}
.thank-you-app-cta .store-buttons img {
  height: 58px;
}
.thank-you-donation-button {
  margin-bottom: 50px;
  background-color: #FFAE2D;
  border-radius: 5px;
  box-shadow: 0px 36px 30px -20px rgba(17, 40, 74, 0.1);
  padding: 30px;
}
.thank-you-donation-button .button-col .section-title, .thank-you-donation-button .button-col .plain-text {
  text-align: left;
  color: white;
}
.thank-you-donation-button .button-col .call-to-action {
  background-color: #FF8200;
}
.thank-you-donation-button img {
  max-width: 100%;
}
.donation-form {
  background-color: #f2f4ef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.donation-form .gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio, .donation-form .gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio {
  grid-column-gap: 0;
}
.donation-form .gform_wrapper.gravity-theme .gfield input.medium {
  width: 100%;
}
.donate-form-grey {
  background-color: #f2f4ef;
  color: #666;
  padding: 20px 50px;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
@media screen and (max-width: 756px) {
  .donate-form-grey {
    padding: 20px 30px;
  }
}
.donate-form-grey .gform_wrapper .gf_page_steps {
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step {
  flex: unset;
  height: auto;
  font-size: 14px;
  color: #b8bbb2;
  position: relative;
  opacity: 1;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step:first-child {
  margin-left: 0;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step:last-child {
  margin-right: 0;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step.gf_step_active {
  color: #147c3f;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step.gf_step_active::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #147c3f;
  bottom: -7px;
  left: 0;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
.donate-form-grey .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 756px) and (max-width: 1000px) {
  .donate-form-grey .gform_wrapper .gf_page_steps .gf_step .gf_step_label {
    white-space: normal;
  }
}
.donate-form-grey .gform_wrapper .gform_page_fields .gform_fields .gfield {
  margin: 0;
}
.donate-form-grey .gform_wrapper .gform_page_fields .gform_fields .gfield select, .donate-form-grey .gform_wrapper .gform_page_fields .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .donate-form-grey .gform_wrapper .gform_page_fields .gform_fields .gfield textarea {
  margin: 0;
}
.donate-form-grey .gform_wrapper .gfield_label, .donate-form-grey .gform_wrapper .donate-check-info {
  margin-top: 20px;
  font-size: 30px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.donate-form-grey .gform_wrapper .gfield_label .gfield_required, .donate-form-grey .gform_wrapper .donate-check-info .gfield_required {
  display: inline;
}
.donate-form-grey .gform_wrapper .donate-check-info {
  margin: 20px 0 10px 0;
}
.donate-form-grey .gform_wrapper .gfield_radio {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}
.donate-form-grey .gform_wrapper .gfield_radio div {
  position: relative;
}
.donate-form-grey .gform_wrapper .gfield_radio div label {
  font-size: 16px;
  padding: 13px 0;
  display: inline-block;
}
.donate-form-grey .gform_wrapper .gfield_radio input[type=radio] {
  display: none;
}
.donate-form-grey .gform_wrapper .gfield_radio input[type=radio]:checked + label {
  font-weight: normal;
}
.donate-form-grey .gform_wrapper .gfield_radio input[type=radio]:checked + label img {
  border: 2px solid #2BC84D;
}
.donate-form-grey .gform_wrapper .gfield_checkbox input[type=checkbox] {
  vertical-align: top;
  margin-top: 4px;
}
.donate-form-grey .gform_wrapper .gfield[class*=col][class*=gf_list_] .gfield_radio {
  display: flex;
  align-items: flex-end;
}
.donate-form-grey .gform_wrapper .gfield[class*=col][class*=gf_list_] .gfield_radio label::before {
  content: " ";
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  border-radius: 8px;
  background-color: #dddfda;
  position: absolute;
}
.donate-form-grey .gform_wrapper .gfield[class*=col][class*=gf_list_] .gfield_radio input[type=radio]:checked + label::before {
  background-color: #2BC84D;
  border: 2px solid #fff;
  border-radius: 8px;
  height: 12px;
}
.donate-form-grey .gform_wrapper .gfield.gf_list_4col .gfield_radio div {
  width: 33%;
}
.donate-form-grey .gform_wrapper .gfield.gf_list_5col .gfield_radio div {
  width: 20%;
}
.donate-form-grey .gform_wrapper .donate-gifts .gfield_radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donate-form-grey .gform_wrapper .gform_page_footer {
  text-align: right;
}
.donate-form-grey .donate-check-table .image-donate-wrapper {
  position: relative;
}
.donate-form-grey .donate-check-table tr td:first-child {
  padding-right: 80px;
  padding-bottom: 15px;
}
.donate-form-grey .donate-check-table .donate-main-info {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.donate-form-grey .donate-check-table .donate-main-info .monthly_amount_nr {
  font-size: 50px;
  font-weight: bold;
}
.donate-form-grey .donate-check-table .donate-main-info .interval-data {
  font-size: 24px;
  font-weight: bold;
}
.donate-form-grey .donate-check-table .di-title {
  font-size: 14px;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.challenge-countdown {
  height: 200px;
  width: 200px;
  color: white;
  text-transform: uppercase;
  z-index: 1000;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 19px;
  margin: -112px 0 0 50px;
  position: relative;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  border: 2px solid #2cc84d;
  border-radius: 100%;
}
.challenge-countdown.started {
  font-weight: normal;
  font-size: x-large;
}
.challenge-countdown .inner {
  transform: rotate(-7deg);
  line-height: 1em;
  background-color: pink;
  border-radius: 100%;
  width: 192px;
  height: 192px;
  margin: 3px;
  padding: 25px;
  display: flex;
  align-items: center;
  background-color: #2cc84d;
}
.challenge-countdown .inner .text .days {
  line-height: 1em;
  font-size: 55px;
}
@media (max-width: 992px) {
  .challenge-countdown {
    margin-top: -60px;
    margin-left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.individual-signup-form.sign-up-form {
  font-family: Acumin;
  font-stretch: condensed;
  padding-bottom: 70px;
}
.individual-signup-form.sign-up-form.follows-countdown {
  margin-top: -90px;
}
@media (max-width: 992px) {
  .individual-signup-form.sign-up-form.follows-countdown {
    margin-top: -20px;
  }
  .individual-signup-form.sign-up-form.follows-countdown::before {
    display: none;
  }
}
.individual-signup-form.sign-up-form .component-title {
  padding-top: 50px;
}
.individual-signup-form.sign-up-form .form-container {
  margin-top: 20px;
  background-color: #E9F5EB;
  padding: 20px;
  border-radius: 5px;
}
.individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_next_button, .individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_next_button:hover, .individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_button, .individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_button:hover, .individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_previous_button.button, .individual-signup-form.sign-up-form .form-container div.gform_page_footer .gform_previous_button.button:hover, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_next_button, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_next_button:hover, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_button, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_button:hover, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_previous_button.button, .individual-signup-form.sign-up-form .form-container div.gform_footer .gform_previous_button.button:hover {
  background-color: #147c3f;
}
.about-challenge {
  background-color: #E9F5EB;
}
.about-challenge .green-circle-outer .green-circle-inner > div {
  background-color: #FF8200;
}
.about-challenge .green-circle-inner {
  border-color: #FF8200;
}
.about-challenge, .about-challenge .section-subtitle {
  text-align: center;
}
.about-challenge a.call-to-action {
  background-color: #147c3f !important;
}
.testimonial-slider {
  background-color: #147c3f;
  color: white;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonial-slider .carousel-indicators button {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.testimonial-slider .carousel-indicators button.active {
  background-color: #2cc84d;
}
.testimonial-slider .carousel-inner {
  padding-top: 50px;
  padding-bottom: 80px;
  min-height: 550px;
}
.testimonial-slider .carousel-inner .testimonial-image-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .testimonial-slider .carousel-inner .testimonial-image-container {
    justify-content: flex-end;
  }
}
.testimonial-slider .carousel-inner .testimonial-image-container .testimonial-image-wrapper-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-slider .carousel-inner .testimonial-image-container .testimonial-image-wrapper-outer .testimonial-image-wrapper {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  border-radius: 100%;
  position: relative;
}
.testimonial-slider .carousel-inner .testimonial-image-container .testimonial-image-wrapper-outer .testimonial-image-wrapper .quotation-marks {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  position: absolute;
  left: 0;
  top: 5%;
  width: 60px;
  height: 60px;
  background: url(images/quotation-marks.png) no-repeat;
  background-size: contain;
}
.testimonial-slider .carousel-inner .testimonial-image-container .testimonial-image-wrapper-outer .testimonial-image-wrapper .testimonial-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 100%;
}
.testimonial-slider .carousel-inner h4 {
  text-transform: uppercase;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0;
}
.testimonial-slider .carousel-inner h4::before {
  text-align: left;
  content: " ";
  top: 20px;
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
}
.testimonial-slider .carousel-inner em {
  font-family: Begum;
  font-style: italic;
}
.testimonial-slider h2 {
  color: white;
}
.testimonial-slider img {
  max-width: 100%;
}
.proposition {
  background-image: linear-gradient(to right, rgba(242, 244, 239, 0.8), rgba(242, 244, 239, 0.8)), url(images/proposition-background.jpg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: rgba(242, 244, 239, 0.8);
}
.proposition .check-list li {
  list-style-type: none;
}
.proposition .check-list li::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  background-image: url(images/check.png);
  background-size: contain;
}
.proposition .col-version:nth-child(2) .version-price {
  background-color: #e2e6d3;
  border-radius: 0 0 10px 10px;
}
.proposition .version {
  border-radius: 10px;
  background-color: white;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.proposition .version .version-header {
  background-color: #2cc84d;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  color: white;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  min-height: 100px;
}
.proposition .version .version-header h3 {
  margin-bottom: 20px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.proposition .version .version-features .feature-list {
  padding: 0;
  margin: 0;
}
.proposition .version .version-features .feature-list li {
  padding: 20px 30px 10px 50px;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  text-transform: uppercase;
  text-indent: -25px;
}
.proposition .version .version-features .feature-list li.premium-feature {
  background-color: #e2e6d3;
}
.proposition .version .version-features .feature-list li .function-list {
  padding: 0 0 0 15px;
}
.proposition .version .version-features .feature-list li .function-list li {
  font-family: Acumin;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  text-transform: none;
  list-style: square outside;
  margin: 0;
  text-indent: 0;
  padding: 0;
}
.proposition .version .version-features .feature-list li .function-list li::before {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
  background-image: none;
}
.proposition .version .version-price {
  text-align: center;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  color: #147c3f;
  text-transform: uppercase;
  padding: 20px;
  font-size: larger;
}
.proposition .version-cta {
  display: flex;
  padding: 30px;
  justify-content: center;
}
.premium-brochure {
  background-color: #147c3f;
  color: white;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
.premium-brochure h2 {
  color: white;
}
.premium-brochure img {
  max-width: 100%;
}
.previous-customers .customer {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.previous-customers .customer img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-height: 100px;
}
.premium-signup-form.sign-up-form {
  background-color: white;
}
.premium-signup-form.sign-up-form .form-container {
  margin-top: 20px;
  background-color: #E9F5EB;
  padding: 20px;
  border-radius: 5px;
}
.new-hero {
  text-align: center;
  padding: 150px 0 100px 0;
  color: white;
  background-size: cover;
}
.new-hero h1 {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 40px;
  line-height: 1;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  padding: 15px;
  text-transform: uppercase;
  background-image: url(images/brush.png?1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.new-hero p {
  color: #fff;
}
.new-hero a.call-to-action {
  background-color: #FF8200 !important;
}
.shared-sponsors {
  background-color: #F4F6F9;
}
.shared-sponsors.bg-dark-green {
  background-color: #147c3f;
}
.shared-sponsors.bg-dark-green .section-title {
  color: white;
}
.shared-sponsors.bg-mint {
  background-color: #E9F5EB;
}
.shared-sponsors .sponsor {
  margin-bottom: 50px;
  text-align: center;
}
.shared-sponsors .sponsor img {
  max-width: 300px;
}
footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #147c3f;
  font-size: 14px;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: white;
}
footer .footer-container {
  display: flex;
  justify-content: center;
  column-gap: 35px;
}
@media screen and (max-width: 576px) {
  footer .footer-container {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
footer .footer-container .footer-bottom-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 576px) {
  footer .footer-container .footer-bottom-menu {
    flex-direction: column;
  }
}
footer .footer-container .footer-bottom-menu a {
  color: white;
}
footer .footer-container .footer-bottom-menu a:hover {
  text-decoration: underline;
}
.add-mouse-pointer {
  background-color: white !important;
}
.add-mouse-pointer::before {
  position: absolute;
  color: white;
  content: " ";
  transform: translateX(-50%) translateY(-100%);
  width: 100px;
  height: 100px;
  background: white;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  border: 10px solid white;
  border-color: white;
  border-bottom: 0;
  left: 50%;
  z-index: 1000;
  background-image: url(images/mouse.png);
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .add-mouse-pointer .faded-overlay {
    padding-top: 150px;
  }
}
.add-mouse-pointer.follows-countdown::before {
  transform: translateX(-50%) translateY(-50%);
}
.sign-up-form {
  background-color: #147c3f;
  font-family: Acumin;
}
.sign-up-form .form-container {
  background-color: white;
  position: relative;
  padding: 30px 70px 70px 70px;
  font-stretch: condensed;
  border-radius: 3px;
  box-shadow: none;
}
@media screen and (max-width: 576px) {
  .sign-up-form .form-container {
    padding: 30px 30px 70px 30px;
  }
}
.sign-up-form .form-container .gravity-theme.gravity-theme {
  padding-top: 0;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gform_next_button, .sign-up-form .form-container .gravity-theme.gravity-theme #gform_submit_button_1, .sign-up-form .form-container .gravity-theme.gravity-theme #gform_submit_button_2 {
  float: right;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield {
  margin-top: 25px;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield:first-child {
  margin-top: 0;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield_checkbox .gchoice input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield_checkbox .gchoice label {
  font-size: 17px;
  display: inline;
  line-height: 150%;
  cursor: pointer;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .ginput_container_consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .ginput_container_consent label {
  font-size: 17px;
  display: inline;
  line-height: 150%;
  cursor: pointer;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .ginput_container > div:last-of-type, .sign-up-form .form-container .gravity-theme.gravity-theme .gfield_description > div:last-of-type, .sign-up-form .form-container .gravity-theme.gravity-theme .gfield_validation_message {
  margin-top: 8px;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield_label {
  font-size: 20px;
}
.sign-up-form .form-container .gravity-theme.gravity-theme .gfield_html {
  font-size: 18px;
}
div.ui-datepicker.gform-theme-datepicker {
  padding: 0;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header {
  background: #2cc84d;
  color: white;
  padding: 10px 0;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next {
  height: 100%;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev::before, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  color: white;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-header select {
  color: white;
  background-image: none;
  -webkit-appearance: auto;
  font-size: 16px;
  margin-right: 20px;
  padding: 0;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th {
  padding: 0;
  height: 40px;
  width: 40px;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td span, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td a, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th span, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th a {
  font-size: 16px;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td .ui-state-default, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th .ui-state-default {
  border: none;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td.ui-state-disabled .ui-state-default, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th.ui-state-disabled .ui-state-default {
  border-radius: 0;
  border: none;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td.ui-datepicker-today .ui-state-default, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th.ui-datepicker-today .ui-state-default {
  background: #ccc;
  color: #333;
}
div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-default, div.ui-datepicker.gform-theme-datepicker .ui-datepicker-calendar th.ui-datepicker-current-day .ui-state-default {
  background: #2cc84d;
  color: white;
}
.about-teams {
  background-color: #E9F5EB;
  text-align: center;
}
.about-teams.add-mouse-pointer {
  padding-top: 45px;
}
.about-teams.add-mouse-pointer .container {
  padding-top: 50px;
}
.about-teams .intro-video {
  background-color: black;
  padding: 5px 5px 5px 5px;
  display: flex;
  justify-content: center;
}
.about-teams .intro-video video {
  max-height: 500px;
}
.about-teams .timeline .full img {
  max-width: 100%;
}
.about-teams .timeline .wrapped img {
  width: 100%;
}
.about-teams .timeline-col {
  width: 12%;
  padding: 0;
  box-sizing: unset;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  margin-right: 5.2%;
}
.about-teams .timeline-col:first-child {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.about-teams .timeline-col:last-child {
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-right: 0;
}
.about-teams a.call-to-action {
  background-color: #147c3f !important;
}
.about-savings {
  background-color: #fff;
  text-align: center;
}
.about-savings.grey {
  background-color: rgba(242, 244, 239, 0.8);
}
.about-savings .col-saving {
  font-size: 20px;
  color: #666;
  text-transform: uppercase;
  line-height: 1em;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
.about-savings .col-saving div {
  padding-bottom: 20px;
}
.about-savings img {
  width: 150px;
}
.about-savings h3 {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}
.about-savings .full-amount {
  font-size: smaller;
  color: #777;
  line-height: 3em;
}
.about-app {
  background-color: #147c3f;
  color: white;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}
.about-app a {
  color: white;
}
.about-app h2 {
  color: white;
}
.about-app .app-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-image: url(images/stroke-about-app.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.about-app .app-image img {
  width: 100%;
  max-width: 450px;
}
.shared-impact {
  text-align: center;
}
.shared-impact.bg-mint {
  background-color: #E9F5EB;
}
.shared-impact .impact-item {
  padding-top: 30px;
}
.shared-impact .impact-item .impact-numbers {
  font-family: Acumin;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-size: 36px;
  margin-top: 15px;
  text-transform: uppercase;
}
.shared-impact .impact-item .impact-unit {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-size: 22px;
  text-transform: uppercase;
}
.shared-impact .impact-item .impact-unit-explanation {
  margin-top: 15px;
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-size: 20px;
  text-transform: uppercase;
}
.shared-impact .impact-item .impact-image {
  background-color: #E9F5EB;
  border-radius: 100%;
  padding: 40px;
  width: 120px;
  height: 120px;
  box-sizing: content-box;
}
@media (max-width: 992px) {
  .shared-impact .impact-item .impact-image {
    padding: 30px;
    width: 90px;
    height: 90px;
  }
}
.shared-impact .impact-item .impact-image img {
  height: 100%;
}
.shared-impact .impact-explanation {
  margin-top: 25px;
}
.about-impact {
  background-color: #fff;
  text-align: center;
}
.about-impact .five-pros {
  font-family: Acumin;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  color: #666;
  text-transform: uppercase;
}
.about-impact .five-pros img {
  width: 100%;
  max-width: 150px;
  border: 2px solid white;
  border-radius: 100%;
}
.about-impact .five-pros strong {
  display: block;
}
.about-impact a.call-to-action {
  background-color: #147c3f !important;
}
.challenge-types {
  margin-top: 20px;
  margin-bottom: 60px;
}
.challenge-types .green-circle-inner > div {
  color: white;
}
.challenge-types .green-circle-inner > div .thirty-days {
  font-family: Acumin;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  font-size: 36px;
}
@media screen and (max-width: 575px) {
  .challenge-types .green-circle-inner > div .thirty-days {
    font-size: 26px;
  }
}
.challenge-types .green-circle-inner > div .challenge-type {
  overflow: visible;
  font-family: Hello-beautiful;
  font-size: 60px;
  line-height: 30px;
}
@media screen and (max-width: 575px) {
  .challenge-types .green-circle-inner > div .challenge-type {
    font-size: 34px;
    white-space: nowrap;
  }
}
