@font-face {
  font-family: Baloo;
  src: url('../fonts/Baloo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --mint: #edf7ed;
  --stroke-green: #1d491d;
  --warm-green: #3c9a3c;
  --dark-green: #1f4a12;
  --white: white;
  --yellow: #f0d262;
  --cold-green: #35a577;
  --dark-cold-green: #1d614a;
  --font-dark-green: #153f32;
  --orange: #e49f1c;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.navbar-logo-left {
  z-index: 99;
  background-color: var(--mint);
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex: 1;
  width: auto;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 0 64px;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 71px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 0 auto;
  height: 100%;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--warm-green);
}

.nav-link:active {
  color: var(--dark-green);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 1px solid var(--dark-green);
  background-color: var(--warm-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: var(--mint);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 1px 0 var(--dark-green);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 40px;
  padding: 10px 18px 8px;
  font-family: Baloo, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.button-primary:hover {
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: #fff;
  background-color: #327e32;
}

.button-primary:active {
  background-color: var(--dark-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  height: 37px;
}

.button-primary.big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-shadow: 2px 2px 0 var(--dark-green);
  height: 67px;
  padding: 18px 43px 20px;
  font-size: 26px;
  text-decoration: none;
}

.hero-bgr {
  background-color: #0000;
  max-width: 1440px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image {
  opacity: .4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.hero-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 780px;
  position: absolute;
  inset: 262px auto auto 96px;
}

.heading-hero {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.text-span {
  color: var(--yellow);
}

.paragraph-hero {
  color: var(--white);
  max-width: 609px;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.text-block, .text-block-2 {
  font-size: 26px;
}

.text-block-3 {
  text-decoration: none;
}

.image-2 {
  position: absolute;
  inset: 209px 136px 0% auto;
}

.section-hero {
  background-color: var(--cold-green);
  margin-top: 72px;
  position: relative;
}

.section-video {
  background-color: var(--dark-cold-green);
}

.section-video-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 64px;
}

.div-block {
  background-color: var(--mint);
  height: 800px;
}

.section-how-it-works {
  background-color: var(--mint);
  height: auto;
  padding-top: 93px;
  padding-bottom: 142px;
}

.section-benefits {
  background-color: var(--cold-green);
  height: 1167px;
  position: relative;
}

.transparent-container {
  background-color: #0000;
  max-width: 1440px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.benefits-slider-wrapper {
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  height: 1167px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-block-2 {
  background-color: var(--dark-cold-green);
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.exploration-content-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 780px;
  position: static;
  inset: 262px auto auto 96px;
}

.paragraph-body {
  color: var(--white);
  max-width: none;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.paragraph-body.dark {
  color: #ef3434;
  text-align: center;
}

.exploration-container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 96px;
}

.section-faq {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 96px 20px 213px;
  display: flex;
}

.heading-faq {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.faq-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1064px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-item {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: var(--dark-green);
  background-color: var(--white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 24px 36px;
}

.faq-question {
  flex: 1;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.faq-question-group {
  cursor: pointer;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
}

.faq-question-copy {
  flex: 1;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-faq {
  margin-bottom: 24px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-faq.center {
  color: var(--font-dark-green);
  text-align: center;
  text-decoration: none;
}

.faq-answer-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-join-us {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--cold-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 112px 20px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 150%;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1182px;
}

.join-us-container-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 53%;
  display: flex;
  position: relative;
}

.join-us-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--dark-green);
  background-color: var(--mint);
  border-radius: 48px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 360px;
  padding: 32px 48px;
  display: flex;
}

.join-us-box.last {
  height: auto;
}

.join-us-box.top {
  cursor: pointer;
  height: 41.9602%;
}

.join-us-box.bottom {
  cursor: pointer;
  width: 48%;
}

.join-us-cards-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 824px;
  height: auto;
}

.join-us-card {
  color: var(--font-dark-green);
  text-align: center;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.join-us-card.green {
  color: var(--font-dark-green);
}

.section-contact {
  background-color: var(--dark-cold-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--mint);
  border-radius: 48px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 768px;
  height: 757.402px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
}

.input-label {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-input {
  border: 1px solid #1d491d;
  border-radius: 12px;
  margin-bottom: 0;
}

.text-input.multiline {
  height: 180px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.input-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.textarea {
  margin-bottom: 0;
}

.textarea-2 {
  border: 1px solid #1d491d;
  border-radius: 12px;
}

.contact-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.checkbox-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  display: flex;
}

.checkbox {
  background-color: var(--white);
  border: 1px solid #1d491d;
  border-radius: 4px;
  align-self: flex-start;
  width: 18px;
  height: 18px;
}

.checkbox.w--redirected-checked {
  background-color: var(--font-dark-green);
}

.section-footer {
  background-color: var(--mint);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 64px 80px;
  display: flex;
}

.footer-container {
  border-top: 1px solid #1d491d;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  min-height: 53px;
}

.footer-link {
  color: #153f32;
  font-family: Quicksand, sans-serif;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--cold-green);
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-block-5 {
  color: #153f32;
  font-family: Quicksand, sans-serif;
  line-height: 150%;
}

.image-3 {
  z-index: 1;
  position: absolute;
  inset: 160px -39% auto auto;
}

.image-4 {
  position: absolute;
  inset: auto -21% 0% auto;
}

.how-it-works-slider-wrapper {
  background-color: #0000;
  max-width: 1440px;
  height: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bubble-container-left {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 293px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.bubble-background {
  height: auto;
  position: absolute;
}

.heading, .paragraph {
  position: static;
}

.bubble-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 60px;
  position: absolute;
  inset: 0%;
}

.bubble-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.bubble-paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.piggy-slider-left {
  z-index: 1;
  position: relative;
  inset: 0% auto auto 0%;
}

.slider-heading-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 483px;
  margin-left: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.info-box-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 723px;
  height: 308px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-info-box {
  color: var(--font-dark-green);
  text-align: center;
  margin: 0 auto;
  font-family: Quicksand, sans-serif;
}

.info-box-paragraph {
  color: var(--font-dark-green);
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.mock-wrapper {
  object-fit: none;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 430px;
  height: 700px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.slide-1 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 430px;
  max-width: none;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-2 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 430px;
  max-width: none;
  height: 700px;
  margin-left: -6px;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-3 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 430px;
  max-width: none;
  height: 700px;
  margin-left: -12px;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.slide-4 {
  aspect-ratio: auto;
  object-fit: contain;
  flex: none;
  width: 430px;
  max-width: none;
  height: 700px;
  margin-left: -20px;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.info-box-wrapper {
  z-index: 2;
  width: 720px;
  height: 310px;
  margin-top: 0;
  position: relative;
}

.div-block-4 {
  width: 64px;
  height: 64px;
}

.previous-button {
  border: 1px solid var(--dark-green);
  background-color: var(--warm-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: var(--mint);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 1px 0 var(--dark-green);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 21px 0 18px;
  font-family: Baloo, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.previous-button:hover {
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: #fff;
  background-color: #327e32;
}

.previous-button:active {
  background-color: var(--dark-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  height: 64px;
}

.previous-button.big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-shadow: 2px 2px 0 var(--dark-green);
  height: 67px;
  padding: 18px 43px 20px;
  font-size: 26px;
  text-decoration: none;
}

.image-7 {
  transform: rotate(180deg);
}

.next-button {
  border: 1px solid var(--dark-green);
  background-color: var(--warm-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: var(--mint);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 1px 0 var(--dark-green);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 18px 0 21px;
  font-family: Baloo, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.next-button:hover {
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: #fff;
  background-color: #327e32;
}

.next-button:active {
  background-color: var(--dark-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  height: 64px;
}

.next-button.big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-shadow: 2px 2px 0 var(--dark-green);
  height: 67px;
  padding: 18px 43px 20px;
  font-size: 26px;
  text-decoration: none;
}

.slides-indicator {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: var(--stroke-green);
  background-color: var(--white);
  border-radius: 40px;
  width: 316px;
  height: 40px;
  padding: 3px 4px;
}

.indicator-progress {
  background-color: var(--orange);
  border-radius: 40px;
  width: 25%;
  height: 100%;
}

.slider-buttons-container {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.info-box-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 723px;
  height: 248px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.info-box-benefits-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 720px;
  height: 308px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.info-box-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 723px;
  height: 278px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-container {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 123px;
  padding-left: 0;
  padding-right: 36px;
  position: absolute;
}

.piggy-slider-right {
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-heading-right {
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 483px;
  margin-top: 105px;
  margin-right: 34px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bubble-container-right {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 293px;
  margin-left: -90px;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(0);
}

.next-button-benefits {
  border: 1px solid var(--dark-green);
  background-color: var(--warm-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: var(--mint);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 1px 0 var(--dark-green);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 18px 0 21px;
  font-family: Baloo, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.next-button-benefits:hover {
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: #fff;
  background-color: #327e32;
}

.next-button-benefits:active {
  background-color: var(--dark-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  flex: none;
  height: 64px;
}

.next-button-benefits.big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-shadow: 2px 2px 0 var(--dark-green);
  height: 67px;
  padding: 18px 43px 20px;
  font-size: 26px;
  text-decoration: none;
}

.previous-button-benefits {
  border: 1px solid var(--dark-green);
  background-color: var(--warm-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: var(--mint);
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 2px 1px 0 var(--dark-green);
  vertical-align: baseline;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 0 21px 0 18px;
  font-family: Baloo, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
  transition: all .3s;
  display: flex;
}

.previous-button-benefits:hover {
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  color: #fff;
  background-color: #327e32;
}

.previous-button-benefits:active {
  background-color: var(--dark-green);
  box-shadow: inset 0 -3px 0 0 var(--dark-green);
  flex: none;
  height: 64px;
}

.previous-button-benefits.big {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-shadow: 2px 2px 0 var(--dark-green);
  height: 67px;
  padding: 18px 43px 20px;
  font-size: 26px;
  text-decoration: none;
}

.indicator-progress-benefits {
  background-color: var(--orange);
  border-radius: 40px;
  width: 25%;
  height: 100%;
}

.slide-benefits-1, .slide-benefits-2, .slide-benefits-3 {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 580px;
  max-width: none;
  height: 700px;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide-benefits-4 {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: 580px;
  max-width: none;
  height: 700px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.info-box-benefits-1, .info-box-benefits-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 720px;
  height: 278px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.info-box-benefits-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 720px;
  height: 308px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.mock-wrapper-benefits {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 580px;
  height: 700px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.info-box-wrapper-benefits {
  z-index: 2;
  width: 720px;
  height: 310px;
  margin-top: 0;
  position: relative;
}

.slider-container-benefits {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-top: 123px;
  padding-left: 64px;
  padding-right: 106px;
  position: absolute;
}

.slides-center-panel {
  grid-column-gap: 83px;
  grid-row-gap: 83px;
  justify-content: center;
  align-items: center;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.slides-center-panel-benefits {
  grid-column-gap: 83px;
  grid-row-gap: 83px;
  justify-content: center;
  align-items: center;
  padding-bottom: 132px;
  position: absolute;
  inset: auto 0% 0%;
}

.info-box-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--stroke-green);
  background-color: var(--white);
  border-radius: 60px;
  width: 723px;
  height: 278px;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.success-message, .success-message1 {
  background-color: var(--cold-green);
  border-radius: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

.error-message, .error-message1 {
  border-radius: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-8 {
  max-width: 60%;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: var(--stroke-green);
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 48px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 24px;
    line-height: 24px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button:active {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #c8c8c800;
  }

  .hero-content-container {
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 40px;
    inset: 0% 0% auto;
  }

  .image-2 {
    inset: auto 0% 0% auto;
  }

  .section-video-container {
    padding: 40px;
  }

  .section-how-it-works {
    height: 1080px;
    padding: 96px 20px;
  }

  .section-benefits {
    height: 1080px;
  }

  .benefits-slider-wrapper {
    height: 100%;
  }

  .exploration-container {
    flex-flow: column;
  }

  .section-faq {
    padding-bottom: 96px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-join-us {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .join-us-container-bottom {
    flex-flow: column;
  }

  .join-us-box.top {
    height: auto;
  }

  .join-us-box.bottom {
    width: 100%;
    height: auto;
  }

  .image-3 {
    max-width: 40%;
    inset: -14% -4% auto auto;
  }

  .image-4 {
    display: none;
  }

  .bubble-container-left {
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
  }

  .bubble-content {
    justify-content: center;
    align-items: center;
  }

  .slider-heading-left {
    width: 100%;
    margin-left: 0;
  }

  .mock-wrapper {
    display: none;
  }

  .info-box-benefits-4 {
    width: 100%;
  }

  .piggy-slider-right {
    margin-right: -69px;
  }

  .slider-heading-right {
    width: 100%;
    margin-top: 96px;
    margin-right: 0;
  }

  .bubble-container-right {
    justify-content: center;
    align-items: center;
  }

  .mock-wrapper-benefits {
    display: none;
  }

  .slides-center-panel-benefits {
    width: 100%;
    padding-bottom: 96px;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
  }

  .image-8 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 20px;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 48px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary {
    height: auto;
    min-height: 40px;
  }

  .menu-button.w--open {
    background-color: var(--mint);
  }

  .hero-content-container {
    margin-top: 48px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-hero {
    font-size: 36px;
  }

  .section-video-container {
    padding: 20px;
  }

  .section-how-it-works {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-benefits {
    height: 960px;
  }

  .exploration-container {
    padding: 48px 40px;
  }

  .section-faq {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-faq {
    font-size: 36px;
  }

  .paragraph-faq {
    margin-top: 24px;
  }

  .section-join-us {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-block-4 {
    font-size: 28px;
  }

  .join-us-card {
    font-size: 24px;
  }

  .contact-container, .join-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form {
    max-width: none;
  }

  .section-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
  }

  .how-it-works-slider-wrapper {
    height: 740px;
  }

  .bubble-container-left {
    top: 5%;
  }

  .bubble-content {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .bubble-paragraph {
    font-size: 20px;
  }

  .piggy-slider-left {
    max-width: 30%;
  }

  .slider-heading-left {
    height: 320px;
  }

  .info-box-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 320px;
    padding: 32px 20px;
  }

  .heading-info-box {
    font-size: 24px;
    line-height: 120%;
  }

  .info-box-paragraph {
    font-size: 18px;
  }

  .info-box-wrapper {
    width: 100%;
    height: 320px;
  }

  .previous-button, .next-button {
    flex: none;
  }

  .slides-indicator {
    width: 100%;
  }

  .slider-buttons-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .info-box-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 320px;
    padding: 32px 20px;
    display: flex;
  }

  .info-box-benefits-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    height: 280px;
    padding: 32px 20px;
    display: flex;
  }

  .info-box-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 320px;
    padding: 32px 20px;
    display: flex;
  }

  .piggy-slider-right {
    max-width: 60%;
    margin-bottom: 16px;
  }

  .slider-heading-right {
    height: 500px;
    margin-top: 48px;
    overflow: hidden;
  }

  .next-button-benefits, .previous-button-benefits {
    flex: none;
  }

  .info-box-benefits-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 280px;
    padding: 32px 20px;
  }

  .info-box-benefits-2, .info-box-benefits-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 280px;
    padding: 32px 20px;
    display: flex;
  }

  .info-box-wrapper-benefits {
    width: 100%;
    height: 280px;
  }

  .slides-center-panel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .slides-center-panel-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 40px;
    width: 100%;
    height: 320px;
    padding: 32px 20px;
    display: flex;
  }

  .icon {
    color: var(--stroke-green);
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.big {
    height: auto;
  }

  .hero-bgr {
    height: 780px;
  }

  .heading-hero {
    font-size: 32px;
  }

  .paragraph-hero, .text-block-3 {
    font-size: 18px;
  }

  .section-video-container {
    padding: 0;
  }

  .section-how-it-works {
    padding-bottom: 70px;
  }

  .section-benefits {
    padding-left: 0;
  }

  .benefits-slider-wrapper {
    width: 100%;
  }

  .exploration-container {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-faq {
    font-size: 24px;
    line-height: 130%;
  }

  .faq-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 20px;
  }

  .paragraph-faq {
    margin-top: 24px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .join-us-box.top, .join-us-box.bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-footer {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .footer-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .footer-legal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-5 {
    text-align: center;
  }

  .image-3 {
    max-width: 176px;
  }

  .how-it-works-slider-wrapper {
    position: relative;
  }

  .bubble-container-left {
    width: 90%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bubble-background {
    overflow: hidden;
  }

  .bubble-content {
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
  }

  .bubble-heading {
    font-size: 20px;
  }

  .bubble-paragraph {
    font-size: 18px;
  }

  .piggy-slider-left {
    max-width: 30%;
    position: absolute;
  }

  .slider-heading-left {
    height: 300px;
    position: relative;
  }

  .info-box-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 400px;
  }

  .heading-info-box {
    font-size: 24px;
    line-height: 100%;
  }

  .info-box-paragraph {
    font-size: 18px;
  }

  .info-box-wrapper {
    height: 400px;
  }

  .previous-button {
    flex: none;
    width: 48px;
    height: 48px;
    padding-left: 0;
    padding-right: 3px;
  }

  .next-button {
    flex: none;
    width: 48px;
    height: 48px;
    padding-left: 3px;
    padding-right: 0;
  }

  .slider-buttons-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 64px;
    margin-top: 20px;
  }

  .info-box-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 400px;
  }

  .info-box-benefits-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 360px;
  }

  .info-box-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 400px;
  }

  .piggy-slider-right {
    max-width: 240px;
  }

  .slider-heading-right {
    padding-top: 0;
    overflow: hidden;
  }

  .bubble-container-right {
    margin-left: 0;
  }

  .next-button-benefits {
    flex: none;
    width: 48px;
    height: 48px;
    padding-left: 3px;
    padding-right: 0;
  }

  .next-button-benefits:active {
    height: 48px;
  }

  .previous-button-benefits {
    flex: none;
    width: 48px;
    height: 48px;
    padding-left: 0;
    padding-right: 3px;
  }

  .previous-button-benefits:active {
    height: 48px;
  }

  .info-box-benefits-1, .info-box-benefits-2, .info-box-benefits-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 360px;
  }

  .info-box-wrapper-benefits {
    height: 360px;
  }

  .slides-center-panel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    position: relative;
  }

  .slides-center-panel-benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-bottom: 24px;
  }

  .info-box-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 400px;
    padding: 32px 20px;
  }
}


@font-face {
  font-family: 'Baloo';
  src: url('../fonts/Baloo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.join-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--mint);
  border-radius: 48px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 768px;
  height: 410.402px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  margin-bottom: 72px;
}