@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html,
body {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}

.icon-star1 {
  width: 127px;
  height: 130px;
  display: inline-block;
  background-image: url("../images/icons/star1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

input {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.heading-h2 {
  font-weight: 500;
  font-size: 76px;
  line-height: 120%;
  letter-spacing: 0;
  color: #101828;
  margin: 0;
}
@media (max-width: 968px) {
  .heading-h2 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .heading-h2 {
    font-size: 32px;
  }
}

.heading-h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0;
  color: #101828;
  margin: 0;
}

.text-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0;
  color: #344054;
}

.text-lg {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #1D2939;
}
@media (max-width: 576px) {
  .text-lg {
    font-size: 14px;
  }
}

.text-xl {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  color: #344054;
}

.gender-links-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 576px) {
  .gender-links-actions {
    gap: 8px;
  }
}
.gender-links-actions .form-link {
  text-align: left;
  background-color: #18A683;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 968px) {
  .gender-links-actions .form-link {
    font-size: 16px;
    padding: 10px 24px;
  }
}
@media (max-width: 576px) {
  .gender-links-actions .form-link {
    font-size: 12px;
    padding: 14px 16px;
  }
}
.gender-links-actions .form-link::after {
  content: url("../images/icons/arrow-next.svg");
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gender-links-actions .form-link:not(:disabled):hover {
  background-color: rgb(17.5578947368, 121.4421052632, 95.8368421053);
}
.gender-links-actions .form-link:not(:disabled):hover::after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 968px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.webform-submission-form {
  display: block;
  text-align: center;
}
.webform-submission-form fieldset {
  border: none;
  margin-bottom: 36px;
}
.webform-submission-form .form-item label {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #344054;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio input[type=radio] {
  display: none;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio input[type=radio]:not(:checked):hover {
  background-color: color-mix(in srgb, #ECFDEF 30%, white);
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio label {
  color: #1a1a1a;
  padding: 12px 20px;
  border: 1.5px solid #56b38f;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio label::before {
  content: "";
  position: absolute;
  font-size: 14px;
  height: 14px;
  width: 14px;
  padding: 2px;
  left: 24px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  border: 2px solid #cbd5e0;
  border-radius: 6px;
  background-color: #ffffff;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio input[type=radio]:checked + label {
  background-color: #ECFDEF;
  border-color: #2f7a4f;
  color: #254734;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio input[type=radio]:checked + label::before {
  content: "✔";
  color: #18A683;
  border: 2px solid #18A683;
}
.webform-submission-form fieldset:not(.toggle-element) .form-type-radio label {
  padding-left: 48px;
}
.webform-submission-form .form-type-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border: 1px solid #34caa5;
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-bottom: 10px;
}
.webform-submission-form .form-type-checkbox.checked {
  background-color: #ECFDEF;
}
.webform-submission-form .form-type-checkbox:not(.checked):hover {
  background-color: color-mix(in srgb, #ECFDEF 30%, white);
}
.webform-submission-form .form-type-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e0;
  border-radius: 6px;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
}
.webform-submission-form .form-type-checkbox input[type=checkbox]:checked {
  border-color: #34caa5;
  background-color: #ffffff;
}
.webform-submission-form .form-type-checkbox input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  font-size: 14px;
  color: #18A683;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}
.webform-submission-form .form-type-checkbox label.option {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1f;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.webform-submission-form .form-type-processed-text {
  margin: 64px 0;
}
.webform-submission-form .form-type-processed-text .question__header {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  color: #101828;
}
@media (max-width: 576px) {
  .webform-submission-form .form-type-processed-text .question__header {
    font-size: 24px;
  }
}
.webform-submission-form .form-type-processed-text .question__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #344054;
}
.webform-submission-form .previous-button-container {
  position: absolute;
  top: 24px;
  left: 12%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
@media screen and (max-width: 330px) {
  .webform-submission-form .previous-button-container .webform-button--previous {
    left: 8%;
  }
}
.webform-submission-form .previous-button-container .icon-arrow-left {
  width: 18px;
  height: 14px;
  padding-right: 14px;
  background: url("../images/icons/arrow-left.svg") no-repeat center;
}
.webform-submission-form .previous-button-container .webform-button--previous {
  background: none;
  border: none;
  color: #118B78;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-transform: uppercase;
}
.webform-submission-form .form-type-checkbox {
  height: 66px;
}
.webform-submission-form .webform-button--previous::before {
  content: "←";
  font-weight: 900;
}
.webform-submission-form .webform-action-wrapper {
  position: relative;
}
.webform-submission-form .webform-action-wrapper .webform-button--next:disabled,
.webform-submission-form .webform-action-wrapper .webform-button--submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.webform-submission-form .webform-action-wrapper .webform-button--next,
.webform-submission-form .webform-action-wrapper .webform-button--submit {
  text-align: left;
  background-color: #18A683;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 36px;
}
.webform-submission-form .webform-action-wrapper .webform-button--next:not(:disabled):hover,
.webform-submission-form .webform-action-wrapper .webform-button--submit:not(:disabled):hover {
  background-color: rgb(17.5578947368, 121.4421052632, 95.8368421053);
}
.webform-submission-form .webform-action-wrapper .webform-button--next {
  width: 200px;
  height: 56px;
}
.webform-submission-form .webform-action-wrapper .webform-button--submit {
  display: inline-block;
  padding-right: 65px;
  width: auto;
}
.webform-submission-form .webform-action-wrapper .arrow-icon {
  position: absolute;
  right: 28px;
  top: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url("../images/icons/button-next.svg") no-repeat center;
}
.webform-submission-form .elements-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.webform-submission-form .elements-flex-container .js-form-type-number.webform-has-field-suffix {
  width: 100%;
}
.webform-submission-form .form-type-number {
  padding-bottom: 36px;
}
.webform-submission-form .form-number, .webform-submission-form .form-email {
  width: 100%;
  padding: 12px 70px 12px 16px;
  border: 1px solid #ddd;
  font-size: 14px;
  height: 48px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1a1a1a;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
.webform-submission-form .form-email {
  margin-bottom: 36px;
}
.webform-submission-form input.error {
  border-color: #C01048;
}
.webform-submission-form input.form-number::-webkit-outer-spin-button,
.webform-submission-form input.form-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.webform-submission-form .js-form-type-number.webform-has-field-suffix {
  margin: 0 auto;
}
.webform-submission-form .js-form-type-number.webform-has-field-suffix label {
  display: block;
  margin-bottom: 36px;
  font-size: 14px;
  color: #1a1a1a;
}
.webform-submission-form .js-form-type-number.webform-has-field-suffix .input-wrapper {
  position: relative;
  margin-bottom: 36px;
}
.webform-submission-form .js-form-type-number.webform-has-field-suffix .field-suffix {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 160%;
  color: #1D2939;
  pointer-events: none;
}
.webform-submission-form .color-primary-50 .question__header {
  color: #06595D;
}

.layout--webform-page {
  height: 100%;
}
.layout--webform-page .webform-submission-form {
  max-width: 560px;
  margin: 0 auto;
  padding: 120px 32px;
}
@media (max-width: 968px) {
  .layout--webform-page .webform-submission-form {
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .layout--webform-page .webform-submission-form {
    padding: 64px 16px;
  }
}
.layout--webform-page .webform-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #344054;
}

.dialog-off-canvas-main-canvas, .layout-container, .layout-content {
  height: 100%;
}

.layout--webform-page .layout-content:has(.color-primary-50) {
  background-color: #ECFDEF;
}

.layout--webform-page .layout-content > div:has(.color-primary-50) {
  background-color: #ECFDEF;
}

#digestiva-progress-container {
  text-align: left;
}
#digestiva-progress-container .progress-bar-container {
  height: 8px;
  width: 100%;
  background-color: #e6f8f0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
#digestiva-progress-container .progress-bar-container .progress-bar-fill {
  height: 100%;
  width: 0%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  background-color: #18A683;
}
#digestiva-progress-container h2 {
  font-weight: 600;
  font-size: 43px;
  line-height: 130%;
  letter-spacing: 0;
}
#digestiva-progress-container p {
  margin-bottom: 12px;
  color: #344054;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
}
#digestiva-progress-container #progressSteps .step {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  color: #aaa;
  -webkit-transition: color 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, -webkit-filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease;
  transition: color 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.6;
}
#digestiva-progress-container #progressSteps .step .checkmark {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("../images/icons/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#digestiva-progress-container #progressSteps .step.completed {
  color: #222;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}
#digestiva-progress-container #progressSteps .step.completed .checkmark {
  visibility: visible;
}

.no-default-progress .webform-progress-bar-wrapper {
  display: none;
}

.hidden-submit .webform-button--next,
.hidden-submit .webform-button--submit,
.hidden-submit .webform-action-wrapper {
  display: none;
}

.webform-info-page .webform-submission-form {
  max-width: 1200px;
}
.webform-info-page .webform-submission-form .elements-flex-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 968px) {
  .webform-info-page .webform-submission-form .elements-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left {
  text-align: left;
  z-index: 2;
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info h2 {
  font-weight: 500;
  font-size: 76px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info h2 {
    font-size: 43px;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-subtitle {
  font-weight: 500;
  font-size: 43px;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-subtitle {
    font-size: 32px;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-description {
  color: #344054;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-description {
    font-size: 14px;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .steps .step {
  margin-bottom: 12px;
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .steps .step:last-child {
  margin-bottom: 24px;
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .steps .step .text {
  color: #344054;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  padding-left: 24px;
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .steps .step .text {
    font-size: 14px;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .steps .step::before {
  content: url("../images/icons/check.svg");
  display: inline-block;
  width: 14px;
  height: 14px;
}
.webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-finalize {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .element-left .page-info .page-finalize {
    font-size: 14px;
  }
}
.webform-info-page .webform-submission-form .elements-flex-container .page-info-image {
  z-index: 2;
}
.webform-info-page .webform-submission-form .elements-flex-container .page-info-image img {
  height: 400px;
  width: 400px;
}
@media (max-width: 968px) {
  .webform-info-page .webform-submission-form .elements-flex-container .page-info-image img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 576px) {
  .webform-info-page .webform-submission-form .elements-flex-container .page-info-image img {
    height: 240px;
    width: 240px;
  }
}

.star-background {
  height: 700px;
  width: 700px;
  rotation: 210deg;
  background-image: url("../images/icons/star2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 968px) {
  .star-background {
    height: 500px;
    width: 500px;
    bottom: -240px;
    right: 150px;
  }
}
@media (max-width: 576px) {
  .star-background {
    height: 340px;
    width: 340px;
    bottom: -84px;
    right: 0;
    z-index: 0;
  }
}

.form-type-checkbox, .form-type-radio label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.webform-page-wrapper .status-message-wrapper {
  display: none;
}

.before-after-container {
  margin: 0 auto;
  background-color: #ECFDEF;
}

.three-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 120px;
  text-align: center;
}
@media (max-width: 968px) {
  .three-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .three-block {
    padding: 32px 16px;
  }
}
.three-block .first-block {
  padding-left: 0;
}
.three-block .first-block,
.three-block .third-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 968px) {
  .three-block .first-block,
  .three-block .third-block {
    max-width: 100%;
  }
}
.three-block .first-block h3,
.three-block .third-block h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #101828;
  line-height: 140%;
  letter-spacing: 0;
}
.three-block .first-block p,
.three-block .third-block p {
  font-size: 18px;
  font-size: 14px;
  color: #344054;
  line-height: 160%;
  letter-spacing: 0;
}
.three-block .second-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 968px) {
  .three-block .second-block {
    max-width: 100%;
  }
}
.three-block .second-block img {
  width: 100%;
  max-width: 564px;
  max-height: 518px;
}
@media (max-width: 968px) {
  .three-block .second-block img {
    max-height: 320px;
  }
}
@media (max-width: 576px) {
  .three-block .second-block img {
    width: inherit;
    max-height: 280px;
  }
}

.item-expose-container {
  background-color: #ECFDEF;
  text-align: center;
  padding: 64px 264px;
  position: relative;
}
@media (max-width: 968px) {
  .item-expose-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .item-expose-container {
    padding: 32px 16px;
  }
}
.item-expose-container h2 {
  font-size: 76px;
  font-weight: 500;
  color: #101828;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 120%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 968px) {
  .item-expose-container h2 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .item-expose-container h2 {
    font-size: 32px;
  }
}
.item-expose-container .product-wrapper {
  position: relative;
  width: 100%;
  max-width: 545px;
  margin: 0 auto 40px auto;
}
.item-expose-container .product-wrapper .background-img {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 610px;
  height: auto;
  z-index: 0;
}
@media (max-width: 968px) {
  .item-expose-container .product-wrapper .background-img {
    width: 400px;
    left: 0;
  }
}
.item-expose-container .product-wrapper .main-img {
  position: relative;
  width: 100%;
  max-width: 545px;
  z-index: 1;
  height: auto;
}
@media (max-width: 968px) {
  .item-expose-container .product-wrapper .main-img {
    width: 320px;
  }
}
@media (max-width: 576px) {
  .item-expose-container .product-wrapper .main-img {
    width: 240px;
  }
}
.item-expose-container .body-wrapper {
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.item-expose-container .body-wrapper p {
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  color: #344054;
  margin-bottom: 32px;
}
@media (max-width: 968px) {
  .item-expose-container .body-wrapper p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .item-expose-container .body-wrapper p {
    font-size: 14px;
  }
}
.item-expose-container .body-wrapper .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.item-expose-container .body-wrapper .actions .form-link {
  text-align: left;
  background-color: #18A683;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 968px) {
  .item-expose-container .body-wrapper .actions .form-link {
    font-size: 16px;
    padding: 10px 24px;
  }
}
@media (max-width: 576px) {
  .item-expose-container .body-wrapper .actions .form-link {
    font-size: 14px;
  }
}
.item-expose-container .body-wrapper .actions .form-link::after {
  content: url("../images/icons/arrow-next.svg");
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.item-expose-container .body-wrapper .actions .form-link:not(:disabled):hover {
  background-color: rgb(17.5578947368, 121.4421052632, 95.8368421053);
}
.item-expose-container .body-wrapper .actions .form-link:not(:disabled):hover::after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.digestiva-section {
  padding: 64px 120px;
  margin: 0 auto;
}
@media (max-width: 968px) {
  .digestiva-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .digestiva-section {
    padding: 32px 16px;
  }
}
.digestiva-section .digestiva-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 72px;
  margin-bottom: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 968px) {
  .digestiva-section .digestiva-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .digestiva-section .digestiva-row {
    margin-bottom: 16px;
  }
}
.digestiva-section .digestiva-row--text-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 968px) {
  .digestiva-section .digestiva-row--text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.digestiva-section .digestiva-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.digestiva-section .digestiva-text h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 12px;
}
.digestiva-section .digestiva-text p {
  color: #344054;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 24px;
}
.digestiva-section .digestiva-text .btn-link {
  display: inline-block;
  color: #118B78;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 2%;
  line-height: 100%;
}
.digestiva-section .digestiva-text .btn-link:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.digestiva-section .digestiva-image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.digestiva-section .digestiva-image img {
  max-width: 416px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .digestiva-section .digestiva-image img {
    max-width: 280px;
  }
}
.digestiva-section .digestiva-image .info-bubble {
  position: absolute;
  padding: 0 20px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(61px);
          backdrop-filter: blur(61px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .digestiva-section .digestiva-image .info-bubble {
    gap: 8px;
  }
}
.digestiva-section .digestiva-image .info-bubble.left span strong {
  padding-top: 22px;
}
.digestiva-section .digestiva-image .info-bubble span strong {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #101828;
}
@media (max-width: 576px) {
  .digestiva-section .digestiva-image .info-bubble span strong {
    font-size: 18px;
  }
}
.digestiva-section .digestiva-image .info-bubble p {
  font-size: 14px;
  color: #344054;
  line-height: 160%;
  letter-spacing: 0;
}
.digestiva-section .digestiva-image .info-bubble.right {
  bottom: 34px;
  left: -40px;
}
.digestiva-section .digestiva-image .info-bubble.left {
  top: 38px;
  left: -40px;
}
@media (max-width: 968px) {
  .digestiva-section .digestiva-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .digestiva-section .digestiva-row .digestiva-text,
  .digestiva-section .digestiva-row .digestiva-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .digestiva-section .digestiva-row p:last-of-type {
    margin-bottom: 0;
  }
}

.footer {
  padding: 42px 120px;
}
.footer .footer-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.footer .footer-logo img {
  width: 182px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-logo span {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  font-weight: 500;
  color: #98A2B3;
}
.footer .footer-copy p {
  font-size: 0.9rem;
  color: #9da4ae;
  margin: 0;
}
@media (max-width: 576px) {
  .footer .footer-container {
    gap: 0.5rem;
  }
}

.site-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
}

.review-block {
  background-color: #0A706B;
  padding: 64px 120px;
  position: relative;
}
@media (max-width: 576px) {
  .review-block {
    padding: 38px 20px;
  }
}
.review-block .block-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0;
  color: #ffffff;
}

.promo-block {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 0;
  background-color: #000000;
  text-align: center;
}
@media (max-width: 576px) {
  .promo-block {
    padding: 12px 12px;
  }
}
.promo-block span {
  color: #53DA9D;
}
.promo-block a {
  text-decoration: none;
}

.faq-block {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  color: #1a202c;
  padding: 64px 0px;
}
@media (max-width: 968px) {
  .faq-block {
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .faq-block {
    padding: 32px 16px;
  }
}
.faq-block h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0;
  color: #101828;
  margin: 0;
}
@media (max-width: 576px) {
  .faq-block h3 {
    margin-bottom: 0;
  }
}
.faq-block details {
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #344054;
}
.faq-block details summary {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0;
  list-style: none;
  color: #344054;
  position: relative;
  margin-top: 32px;
}
.faq-block details summary::marker {
  content: "";
}
.faq-block details summary::after {
  content: url("../images/icons/menu-arrow-down.svg");
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #4a5568;
}
.faq-block details[open] summary {
  margin-bottom: 32px;
}
.faq-block details[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  color: #38a169;
}
.faq-block ul {
  padding: 0;
  margin: 0;
}
.faq-block ul li {
  list-style: none;
}

.first-block {
  margin-top: 12px;
  padding-left: 120px;
}
@media (max-width: 968px) {
  .first-block {
    padding-left: 60px;
  }
}
@media (max-width: 576px) {
  .first-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.first-block .flex-container {
  text-align: right;
  gap: 122px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 968px) {
  .first-block .flex-container {
    gap: 64px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .first-block .flex-container {
    gap: 32px;
    text-align: left;
  }
}
.first-block .flex-container .flex-item--left {
  text-align: left;
  max-width: 600px;
}
@media (max-width: 576px) {
  .first-block .flex-container .flex-item--left {
    text-align: center;
  }
}
.first-block .flex-container .flex-item--left img {
  margin-bottom: 70px;
}
.first-block .flex-container .flex-item--left h2 {
  margin-bottom: 32px;
}
.first-block .flex-container .flex-item--left p {
  margin-bottom: 35px;
}
@media (max-width: 968px) {
  .first-block .flex-container .flex-item--left img {
    margin-bottom: 32px;
  }
  .first-block .flex-container .flex-item--left .gender-links-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first-block .flex-container .flex-item--left h2, .first-block .flex-container .flex-item--left p {
    margin-bottom: 24px;
  }
}
.first-block .flex-container .flex-item--right {
  width: 100%;
  max-width: 608px;
}
@media (max-width: 576px) {
  .first-block .flex-container .flex-item--right {
    text-align: center;
  }
}
.first-block .flex-container .flex-item--right img {
  margin-bottom: 70px;
  height: auto;
}
@media (max-width: 968px) {
  .first-block .flex-container .flex-item--right img {
    margin-bottom: 32px;
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .first-block .flex-container .flex-item--right img {
    max-width: 320px;
  }
}

.four-items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 120px;
  gap: 40px 24px;
}
@media (max-width: 968px) {
  .four-items-container {
    padding: 80px 32px;
  }
}
@media (max-width: 576px) {
  .four-items-container {
    padding: 32px 16px;
  }
}
@media (max-width: 576px) {
  .four-items-container {
    gap: 32px 16px;
  }
  .four-items-container .item-container {
    width: calc(50% - 8px);
  }
}
.four-items-container .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 240px;
}
.four-items-container .item-container .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.four-items-container .item-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  line-height: 130%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 62px;
}
@media (max-width: 576px) {
  .four-items-container .item-container h3 {
    font-size: 18px;
  }
}
.four-items-container .item-container p {
  font-size: 18px;
  line-height: 160%;
  color: #475467;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
}
@media (max-width: 576px) {
  .four-items-container .item-container p {
    margin-top: 0;
  }
}

.webform-progress-bar-wrapper {
  width: 100%;
  margin: 20px auto;
  padding: 0 10px;
}

.webform-progress-bar {
  background-color: #e6f8f0;
  border-radius: 2px;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.webform-progress-bar__fill {
  background-color: #4fd1c5;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  border-radius: 2px;
}

.progress--out-of-total {
  position: absolute;
  top: 24px;
  right: 12%;
  font-weight: 600;
  font-size: 14px;
  color: #118B78;
}

@media screen and (max-width: 330px) {
  .progress--out-of-total {
    right: 8%;
  }
}
.toggle-element {
  margin: 32px 0;
}
.toggle-element .fieldset-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.toggle-element .webform-options-display-one-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 66px;
  border: 2px solid #15a77c;
  border-radius: 999px;
  overflow: hidden;
  background-color: #fff;
}
.toggle-element .webform-options-display-one-column .form-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.toggle-element .webform-options-display-one-column input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.toggle-element .webform-options-display-one-column label.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  padding: 0 1rem;
  color: #15a77c;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle-element .webform-options-display-one-column input:checked ~ label {
  background-color: #15a77c;
  color: #fff;
}

[data-drupal-messages] {
  position: fixed;
  place-self: center;
  top: 100px;
  z-index: 1000;
  max-width: 400px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
[data-drupal-messages] [role=alert] {
  background-color: #f44336;
  color: white;
  padding: 16px 20px;
  border-radius: 4px;
  position: relative;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.4;
}
[data-drupal-messages] [role=alert] .alert-close {
  position: absolute;
  top: 2px;
  right: 4px;
  background: transparent;
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
[data-drupal-messages] [role=alert] .alert-close:focus {
  outline: none;
}
[data-drupal-messages] .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inline-error {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  padding-top: 2px;
  color: #C01048;
  float: left;
}

.testimonial-swiper {
  padding: 20px 0;
}
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  border-radius: 50%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  overflow: hidden;
}
.testimonial-swiper .swiper-button-prev:hover,
.testimonial-swiper .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.6);
}
.testimonial-swiper .testimonial-slide {
  border-radius: 12px;
  overflow: hidden;
  height: auto;
}
.testimonial-swiper .testimonial-slide .testimonial-content {
  position: relative;
  padding: 16px;
  text-align: center;
}
.testimonial-swiper .testimonial-slide .testimonial-content .testimonial-image {
  max-width: 435px;
  position: relative;
}
.testimonial-swiper .testimonial-slide .testimonial-content .testimonial-image img {
  border-radius: 12px;
}
.testimonial-swiper .testimonial-slide .testimonial-content .testimonial-image .overlay-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  justify-self: anchor-center;
}
.testimonial-swiper .testimonial-slide .testimonial-content .testimonial-image .overlay-text strong {
  font-weight: 700;
}