:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-01 {
  overflow: hidden;
  box-shadow: 0 4px 9px rgba(0, 0, 0, .2);
}

.container-s1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.text-block {
  font-family: Montserrat Alternates, sans-serif;
}

.div-logo {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.s1 {
  background-color: #fff;
  background-image: url('../images/leaves_1.webp'), linear-gradient(rgba(255, 255, 255, .72), rgba(255, 255, 255, .72)), url('../images/BG_1.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
}

.hero-container {
  justify-content: center;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.left {
  width: auto;
}

.right {
  background-image: url('../images/Optiloss_Pills_1.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  width: auto;
  height: 41.1803%;
  padding-top: 166px;
  padding-bottom: 166px;
  display: flex;
}

.s1-text {
  color: #000;
  text-align: center;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 21px;
}

.s1-text._2 {
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: Montserratalternates, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.s1-text._2.pink {
  color: #000;
  text-align: left;
  text-shadow: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 28px;
}

.s1-text._2.pink.c {
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.s1-text._2.left {
  text-align: left;
}

.s1-text.new {
  padding-top: 14px;
  padding-bottom: 14px;
}

.column-wrapper {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  margin-left: 13px;
  margin-right: 13px;
  padding: 0;
}

.text-block-2 {
  color: #000;
  padding-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
}

.text-block-2.bold {
  font-size: 16px;
  font-weight: 700;
}

.columns {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

._50-button {
  text-align: center;
  background-color: #f49819;
  border-radius: 20px;
  width: 50%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Montserratalternates, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

._50-button:hover {
  background-color: #8cb12f;
}

._50-button:active {
  background-color: #617f16;
}

._50-button.step-1 {
  background-color: #ff0004;
  width: 100%;
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 800;
}

._50-button.step-1:hover, ._50-button.step-1:active {
  background-color: #617f16;
}

.div-block-2 {
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
}

.div-block-2.center {
  text-align: center;
  font-size: 25px;
}

.div-block-3 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 90px;
}

.image {
  width: 133%;
  max-width: none;
  height: 200%;
}

.image-2 {
  max-width: none;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
}

.image-wrapper.form {
  padding-top: 0;
  padding-bottom: 0;
}

.column {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s2 {
  background-image: linear-gradient(rgba(227, 246, 174, .68), rgba(227, 246, 174, .68)), url('../images/cream_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container {
  padding-top: 85px;
  padding-bottom: 85px;
}

.bold-text {
  color: #e8318a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 37px;
}

.bold-text.white {
  color: #fff;
}

.text-block-3 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-3.small {
  color: #96b540;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.text-block-3.small-copy {
  color: #000;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.text-block-3.name {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  line-height: 19px;
}

.text-block-3.name._2 {
  color: #e8318a;
  font-size: 24px;
  font-weight: 700;
}

.column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-3 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 150%;
  transition: all .2s;
}

.image-3:hover {
  transform: scale(.9);
}

.image-3._100 {
  max-width: 100%;
}

.image-4 {
  border-radius: 20px;
  box-shadow: 4px 2px 5px rgba(0, 0, 0, .2);
}

.image-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-family: Montserratalternates, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.bold-text-2 {
  color: #e8318a;
  font-size: 39px;
}

.bold-text-3 {
  color: #e8318a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
}

.bold-text-3._2 {
  font-size: 29px;
}

.text-block-3-copy {
  text-align: center;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserratalternates, sans-serif;
  font-size: 21px;
  line-height: 31px;
}

.colored-box {
  text-align: center;
  background-color: #8cb12f;
  border-radius: 20px;
  margin-bottom: 11px;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 0;
}

.colored-box:hover {
  background-color: #f49819;
}

.colored-box.pink {
  background-color: #c7328a;
}

.colored-box.orange {
  background-color: #f49819;
}

.text-block-2-copy {
  color: #fff;
  padding-top: 0;
  font-family: Montserratalternates, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3-copy-copy {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Montserratalternates, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 31px;
}

.text-block-3-copy-copy.small {
  color: #96b540;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.text-block-3-copy {
  outline-offset: 0px;
  color: #000;
  outline: 3px dotted #96b540;
  margin-top: 38px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-3-copy.small {
  color: #96b540;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.bold-text-4 {
  color: #e8318a;
}

.s4 {
  background-color: #fff;
  background-image: url('../images/leaves_1.webp'), linear-gradient(rgba(227, 246, 174, .92), rgba(227, 246, 174, .92)), url('../images/Your-paragraph-text-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, scroll;
}

.container-s4 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
}

.right-2 {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: block;
}

.benefits-wrapper {
  text-align: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.benefits-box {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  order: 1;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-8 {
  align-self: auto;
  margin-right: 0;
  display: block;
}

.div-block-6 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.image-9 {
  max-width: 80%;
}

.text-block-5 {
  padding-top: 0;
  font-family: Montserratalternates, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.s5 {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/2_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.small {
  padding: 85px 0;
}

.text-block-3-centered {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-3-centered.small {
  color: #96b540;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.text-block-3-centered.text-block-3 {
  font-weight: 400;
}

.text-block-3-centered.success {
  font-size: 21px;
  line-height: 32px;
}

.text-block-3-centered.success-white {
  color: #fff;
}

.s3 {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/Your-paragraph-text-3_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-center {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.bold-text-5 {
  color: #e8318a;
}

.div-block-7 {
  float: none;
  color: #96b540;
  text-align: center;
  object-fit: contain;
  background-color: #80a627;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 20%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.divider {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.s6 {
  background-color: #fff;
  background-image: linear-gradient(rgba(227, 246, 174, .92), rgba(227, 246, 174, .92)), url('../images/Your-paragraph-text-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.container-s6 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 85px;
  padding-bottom: 85px;
  display: block;
}

.items {
  background-color: #fff;
  border-radius: 20px;
  min-height: auto;
  padding: 25px 20px;
  transition: all .2s;
  box-shadow: 0 9px #96b540;
}

.items:hover {
  transform: translate(0, -7px);
}

.items.arabica {
  height: 350px;
}

.div-block-10 {
  text-align: center;
}

.div-block-11 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-6 {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Montserratalternates, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-6.pink {
  color: #e8318a;
  font-size: 24px;
}

.text-block-6-copy {
  color: #000;
  margin-top: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.image-10 {
  max-width: 50%;
}

.items-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-07 {
  background-image: linear-gradient(#f8f8f8, #f8f8f8);
  overflow: hidden;
}

.container-2 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.columns-3 {
  padding-top: 45px;
  padding-bottom: 30px;
}

.column-3 {
  padding: 19px 21px;
}

.bold-text-6 {
  font-size: 20px;
  line-height: 19px;
}

.s8 {
  background-color: #fff;
  background-image: url('../images/leaves_1.webp'), linear-gradient(rgba(227, 246, 174, .92), rgba(227, 246, 174, .92)), url('../images/Your-paragraph-text-3.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: contain, auto, cover;
  background-attachment: fixed, scroll, scroll;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-author-name {
  color: #e8318a;
  font-family: Montserratalternates, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Montserratalternates, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-image-two {
  object-fit: cover;
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 350px;
  height: 400px;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.bold-text-7 {
  color: #e8318a;
  font-size: 36px;
}

.bold-text-7.white {
  color: #fff;
}

.text-block-7 {
  padding-top: 6px;
  font-family: Montserratalternates, sans-serif;
}

.section-09 {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/2_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  overflow: hidden;
}

.bold-text-8 {
  color: #e8318a;
  font-size: 36px;
}

.image-11 {
  border-radius: 20px;
}

.container-3-copy-pink {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

.s10 {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 228, 201, .92), rgba(255, 228, 201, .92)), url('../images/Your-paragraph-text-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-icon {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-form-heading-28px {
  text-align: center;
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserratalternates, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-divider {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-form-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.s11---form {
  background-image: url('../images/Untitled-design---2023-04-11T153448.377_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-form-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-family: Montserratalternates, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-dropdown {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: Montserratalternates, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-info-heading {
  color: rgba(255, 255, 255, .4);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-form-main-wrapper {
  background-color: #8cb12f;
  background-image: linear-gradient(rgba(140, 177, 47, .87), rgba(140, 177, 47, .87)), url('../images/2_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-main-wrapper.success {
  background-image: linear-gradient(rgba(140, 177, 47, .86), rgba(140, 177, 47, .86)), url('../images/s2-6_1.webp');
  justify-content: center;
  padding-left: 70px;
}

.cf-borders-text-field-dropdown {
  color: rgba(13, 14, 16, .4);
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px rgba(13, 14, 16, .1);
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-borders-text-field-dropdown::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

._80-button {
  text-align: center;
  background-color: #f49819;
  border-radius: 20px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Montserratalternates, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

._80-button:hover {
  background-color: #8cb12f;
}

._80-button:active {
  background-color: #617f16;
}

._80-button.step-1 {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

._80-button.pink-hover {
  background-color: #ff0004;
  padding: 25px 81px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

._80-button.pink-hover:hover {
  background-color: #e8318a;
}

._100-button {
  text-align: center;
  background-color: #f49819;
  border-radius: 20px;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Montserratalternates, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

._100-button:hover {
  background-color: #8cb12f;
}

._100-button:active {
  background-color: #617f16;
}

._100-button.step-1 {
  width: 80%;
  padding-left: 0;
  padding-right: 0;
}

._100-button.pink-hover {
  background-color: #ff0004;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

._100-button.pink-hover:hover {
  background-color: #e8318a;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #eff0f6;
  overflow: hidden;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-bottom-v4 {
  color: #6e7191;
  text-align: right;
  border-top: 1px solid #eff0f6;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  max-width: 80%;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

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

.column-points {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13, .image-14, .image-15 {
  max-width: 50%;
}

.text-block-8 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-decoration: line-through;
  display: flex;
}

.text-block-8.bold {
  color: #008609;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-8.gray {
  color: #000;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.bold-text-9 {
  font-size: 25px;
  font-weight: 700;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 25px 42px 0;
  display: flex;
}

.columns-5._2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bold-text-10 {
  color: #e8318a;
}

.image-wrapper-mobile-hidden {
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: none;
}

.image-wrapper-mobile-hidden.form {
  padding-top: 0;
  padding-bottom: 0;
}

.form-block {
  padding-top: 25px;
}

.columns-7 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.bold-text-11 {
  color: #e8318a;
  font-size: 36px;
}

.bold-text-11.success {
  font-size: 56px;
}

.sysf-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: #597ef7;
}

.sysf-button:active {
  background-color: #1d39c4;
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
  background-color: #f49819;
  border-radius: 6px;
  padding: 9px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
}

.sysf-button.sysf-medium:hover {
  background-color: #e8318a;
}

.sysf-button.sysf-medium:active {
  background-color: #f49819;
}

.sysf-button.sysf-medium:focus {
  background-color: #d08113;
}

.sysf-input {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: #85a5ff;
}

.sysf-input:active {
  border-color: #597ef7;
}

.sysf-input:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.sysf-input::placeholder {
  color: #838d95;
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.sysf-input.sysf-medium.sysf-horizontal {
  margin-bottom: 0;
  margin-right: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.sysf-form.sysf-form-horizontal {
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.success-section {
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/2_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-bottom: 123px;
  overflow: hidden;
}

.image-16 {
  border-radius: 20px;
}

.div-block-12 {
  float: none;
  color: #96b540;
  text-align: center;
  object-fit: contain;
  background-color: #80a627;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 20%;
  padding-top: 2px;
  padding-bottom: 2px;
  display: block;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: .375rem;
  display: flex;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #fff;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heroheader21_form {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-form_input-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 3px solid #8cb12f;
  border-radius: .5rem;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 6px 0 -2px #278818;
}

.uui-form_input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

.uui-form_input-2.left {
  text-align: center;
  flex: 1;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
}

.uui-form_input-2.left:focus-visible {
  border-color: #ff0004;
}

.uui-form_input-2.left[data-wf-focus-visible] {
  border-color: #ff0004;
}

.uui-heroheader21_component {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  background-image: linear-gradient(rgba(255, 255, 255, .77), rgba(255, 255, 255, .77)), url('../images/BG_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #8cb12f;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-heroheader21_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
  margin-top: 10px;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-heroheader21_content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xlarge {
  color: #101828;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff0004;
  border: 0 solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #8cb12f;
  border-color: #6941c6;
}

.uui-button-2:active {
  background-color: #f49819;
}

.uui-button-2:focus {
  background-color: #6d8b21;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.image-17 {
  max-width: 30%;
  padding-top: 30px;
}

.div-block-13 {
  text-align: center;
  margin-bottom: 30px;
}

.text-block-9 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.1rem;
}

.section-2 {
  overflow: hidden;
}

.uui-layout61_number {
  color: #8cb12f;
  text-align: center;
  text-shadow: 0 1px 10px #fff, 0 0 11px #fff;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 4.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.uui-layout61_number._2 {
  color: #f49819;
  text-align: center;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading {
  color: #7f56d9;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-large-2 {
  color: #000;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.uui-text-size-large-2.glow {
  text-shadow: 0 1px 5px #fff, 0 2px 4px #fff;
}

.uui-layout61_number-text {
  color: #000;
  text-align: center;
  text-shadow: 0 2px 2px #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: rgba(29, 41, 57, .1);
  background-image: url('../images/img-slider-23x.webp'), url('../images/background-image.svg');
  background-position: 78%, 0%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout61_lightbox {
  background-color: #f2f4f7;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.centered {
  text-align: center;
  font-size: 2rem;
}

.uui-layout61_lightbox-image {
  border: .25rem solid #101828;
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 3rem;
}

.uui-page-padding-2 {
  background-color: rgba(255, 255, 255, .64);
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/s2-6_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 70px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-layout61_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-layout61_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.section-03 {
  overflow: hidden;
}

.uui-layout75_item {
  text-align: center;
  background-color: #e4a022;
  background-image: linear-gradient(#e4a022, #d36900);
  border: 2px solid #d18733;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: 120px;
  margin-top: 2rem;
  padding: 0 6px 2rem;
  display: flex;
}

.uui-layout75_item:hover {
  background-color: #8cb12f;
  background-image: linear-gradient(315deg, #8cb12f, #3c8331);
  border-color: #33d133;
}

.uui-layout75_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.uui-layout75_icon {
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-text-align-center {
  text-align: center;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium {
  color: #fff;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-page-padding-3 {
  background-image: linear-gradient(rgba(255, 255, 255, .53), rgba(255, 255, 255, .53)), url('../images/leaves_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-layout75_component {
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-margin-bottom-50 {
  margin-bottom: 48px;
}

.f-gallery-lightbox-2 {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-gallery-image-s {
  height: 300px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-04 {
  background-color: #f8f8f8;
  overflow: hidden;
}

.cf-benefits-image {
  background-image: url('../images/Juice_1.webp');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 60%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
  box-shadow: 7px 10px 0 -1px #8cb12f;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.cf-benefits-pointer-number {
  color: #8cb12f;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-benefits-pointer-line {
  text-align: center;
  background-color: #f49819;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 4px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-benefits-pointer-line._3 {
  background-color: #e8318a;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 0;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.cf-text-block-2._16-px._2 {
  font-weight: 500;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-tag-texts {
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-color: #ffa84b;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-cta-h2-heading {
  color: #fff;
  text-shadow: 0 3px rgba(199, 199, 199, .23);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.cf-pink-button {
  color: #0b0b0b;
  background-color: #ff5e69;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: #ffa84b;
}

.cf-cta-wrapper-2 {
  text-align: center;
  background-image: linear-gradient(rgba(128, 170, 21, .81), rgba(128, 170, 21, .81)), url('../images/s2-6_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  display: flex;
}

.cf-cta-paragraph {
  color: #fff;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -4%;
}

.section-05 {
  color: #fff;
  background-color: rgba(171, 216, 58, .48);
  position: relative;
  overflow: hidden;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: -26%;
  right: auto;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px rgba(0, 0, 0, .07);
}

.cf-purple-button {
  color: #000;
  background-color: #b16cea;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  color: #0b0b0b;
  background-color: #ff8a56;
}

.section-06 {
  overflow: hidden;
}

.walsh-main-paragraph {
  color: #000;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-cover-image {
  object-fit: cover;
  border-bottom: 10px solid #f49819;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  padding-top: 30px;
  position: relative;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px;
  position: relative;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.walsh-heading-regular {
  color: #8cb12f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

.brix---avatar-circle-4 {
  border: 3px solid #8ad342;
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.inner-container-574px---center {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  color: #8ad342;
  background-color: #f49819;
  border-radius: 20px;
  width: 100%;
  height: 5px;
  margin-top: 16px;
}

.brix---mg-left-8px {
  margin-left: 8px;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.text-wrapper-6 {
  color: #211f54;
  width: 100%;
}

.heading-h2-size {
  color: #8ad342;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.heading-h2-size.white {
  color: #fff;
  text-shadow: 0 3px 1px rgba(199, 199, 199, .23);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.heading-h2-size.italic {
  font-style: italic;
}

.heading-h2-size.italic.bottom {
  margin-top: 15px;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.testimonial-wrapper {
  color: #fff;
  background-color: #fff;
  border: 3px solid #a1d753;
  border-radius: 0;
  width: 90%;
  max-width: 1240px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 40px;
  display: block;
  position: static;
  overflow: auto;
}

.default-container {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---mg-bottom-2 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---text-200-bold-2 {
  color: #027f7b;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 20px;
}

.brix---flex-horizontal-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-812 {
  color: #211f54;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-08 {
  color: #fff;
  background-color: rgba(171, 216, 58, .48);
  background-image: url('../images/background-juice_1.webp'), linear-gradient(rgba(128, 170, 21, .81), rgba(128, 170, 21, .81)), url('../images/s2-6_1.webp');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: fixed, scroll, scroll;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brix---width-100 {
  width: 100%;
}

.bottom-16px {
  margin-bottom: 16px;
}

.brix---card-testimonial-twitter {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 32px 32px 40px;
  display: flex;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .52);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bottom-40px {
  margin-bottom: 40px;
}

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

.brix---avatar-image-link {
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.circle-number {
  color: #4a3aff;
  background-color: #8cb12f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 32px;
  display: flex;
}

.circle-number:hover, .circle-number.orange {
  background-color: #f49819;
}

.circle-number.orange:hover {
  background-color: #8cb12f;
}

.subtitle {
  color: #000;
  letter-spacing: .15em;
  text-transform: none;
  margin-bottom: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.text-wrapper-5 {
  color: #6e7191;
}

.text-wrapper-painpoints {
  margin-bottom: 48px;
}

.content-center-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-h1-size---mg-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

._640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

._3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-default-4 {
  color: #000;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.text-bottom-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-10 {
  color: #fff;
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-content-right {
  width: 600px;
  max-width: 50%;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-full-width-mobile {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-absolute-left-image {
  object-fit: cover;
  width: 48%;
  max-height: 840px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.spark-button-2 {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button-2.spark-secondary-button {
  color: #5532fa;
  background-color: #f0ecfd;
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #5532fa;
}

.spark-button-2.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

.spark-half-spacer {
  flex: none;
  width: 37vw;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl-text-style-medium.centered {
  text-align: center;
}

.rl-form-input {
  color: #000;
  background-color: #fff;
  border: 3px solid #f49f19;
  border-radius: 20px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  box-shadow: 0 8px 0 -3px #904800;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-checkbox-label-small {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2 {
  color: #e8318a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h2.smaller {
  font-size: 2.6rem;
  line-height: 1.2;
}

.rl-heading-style-h2.smaller.centered {
  text-align: center;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl_contact7_content {
  padding-top: 55px;
  padding-bottom: 55px;
}

.rl-form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.rl-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact7_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl-error-text {
  color: #e23939;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact7_image {
  object-fit: cover;
  border-radius: 20px;
  height: 80%;
  display: block;
  box-shadow: 5px 8px #f49819;
}

.rl_contact7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-form-text-area {
  color: #000;
  background-color: #fff;
  border: 3px solid #f49f19;
  border-radius: 20px;
  height: auto;
  min-height: 6rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
  box-shadow: 0 8px 0 -3px #904800;
}

.rl-form-text-area:focus {
  border-color: #000;
}

.rl-form-text-area::placeholder {
  color: #000;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.section-11 {
  background-color: rgba(171, 216, 58, .48);
  background-image: linear-gradient(rgba(171, 216, 58, .48), rgba(171, 216, 58, .48)), url('../images/BG_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.rl-padding-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  background-image: url('../images/CTA-image.webp'), linear-gradient(90deg, #fff, rgba(255, 255, 255, .86) 8%, rgba(255, 255, 255, .63)), url('../images/Untitled-design---2023-04-11T153448.377_1.webp');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 500px, auto, cover;
  width: auto;
  max-width: none;
  height: 900px;
}

.column-13 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  display: block;
}

.div-block-16 {
  flex: 0 auto;
  height: 200%;
}

.columns-8 {
  display: flex;
}

.image-18 {
  z-index: 0;
  float: none;
  clear: none;
  object-fit: cover;
  max-width: 200%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -43%;
  right: auto;
  overflow: visible;
}

.div-block-17 {
  padding-top: 45px;
}

.column-14 {
  z-index: 5;
}

.columns-9 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-19 {
  object-fit: fill;
  max-width: 150%;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -117px;
  right: 0%;
  overflow: auto;
}

.column-15 {
  align-self: flex-end;
}

.columns-10 {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.column-16 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.columns-11 {
  margin-top: 20px;
  margin-bottom: 45px;
}

.shown-in {
  padding-left: 25px;
  padding-right: 25px;
}

.column-17 {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-18 {
  display: flex;
}

.columns-12 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-20 {
  max-width: 80%;
}

.column-19 {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: static;
}

.column-20 {
  display: flex;
}

.columns-13 {
  margin-top: 30px;
}

.columns-14 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-22, .image-23 {
  display: none;
}

.div-block-23 {
  width: 500px;
}

.text-block-10 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-decoration: line-through;
  display: flex;
}

.text-block-10.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-10.bold {
  color: #008609;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-25 {
  width: 500px;
}

.div-block-25.bottom {
  background-color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-24 {
  display: none;
}

.a-banner-button-small {
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Exo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  color: #c7c7c7;
  background-color: #eaff00;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
}

.text-block-30 {
  color: #ff0004;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-30:hover {
  color: red;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.a-banner-announcement {
  color: #fff;
  text-align: center;
  background-color: #ff0004;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 10px 5%;
  display: flex;
  overflow: hidden;
}

.a-banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: none;
}

.a-banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.div-block-2-copy {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-24 {
  max-width: 150px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.column-27 {
  text-align: center;
}

.text-block-32 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-decoration: line-through;
  display: flex;
}

.text-block-32.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-32.bold {
  color: #008609;
  font-size: 44px;
  font-weight: 800;
  text-decoration: none;
}

.column-28 {
  font-family: Montserrat Alternates, sans-serif;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.div-block-26 {
  color: #00e472;
  background-color: #00af2f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  padding-bottom: 10px;
  display: none;
}

.text-block-27 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.div-block-27 {
  width: 500px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-2.icons {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.paragraph-2.icons {
  color: #000;
  text-align: center;
}

.paragraph-2.icons.b {
  color: #000;
  font-family: Montserrat Alternates, sans-serif;
}

.left-s2-p3 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 10px;
}

.bold-text-16 {
  color: #000;
  text-align: left;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.image-24-copy {
  max-width: 150px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-17 {
  color: #e8318a;
}

.column-30 {
  text-align: center;
}

.column-31 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  display: block;
}

.section-12 {
  background-color: rgba(171, 216, 58, .48);
  background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
  background-position: 0 0, -73% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 1500px, cover;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.image-43 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-28 {
  padding-bottom: 10px;
  display: none;
}

.rl_contact7_button-wrapper-2 {
  text-align: center;
}

.image-49 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 150%;
  transition: all .2s;
}

.image-49:hover {
  transform: scale(.9);
}

.image-49._100 {
  max-width: 100%;
}

.text-block-33 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-decoration: line-through;
  display: flex;
}

.text-block-33.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-33.bold {
  color: #008609;
  font-size: 40px;
  font-weight: 800;
  text-decoration: none;
}

.div-block-29 {
  padding-top: 0;
}

.text-block-34 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.image-wrapper-3 {
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
}

.image-wrapper-3.form {
  padding-top: 0;
  padding-bottom: 0;
}

.column-32 {
  font-family: Montserrat Alternates, sans-serif;
}

.div-block-31 {
  width: 500px;
}

.count-number {
  color: #e8318a;
  text-shadow: 0 4px 1px rgba(0, 0, 0, .2);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact7_content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 55px;
  display: block;
}

.column-33 {
  text-align: center;
}

.count-wrap {
  color: #160042;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.image-25 {
  max-width: 150px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.image-46 {
  padding-bottom: 10px;
}

.count-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(233, 233, 233, 0);
  border-radius: 24px;
  flex-flow: row;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin: 0 auto 15px;
  padding: 14px;
  display: flex;
}

.count-text {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.column-35 {
  z-index: 5;
}

.div-block-32 {
  color: #00e472;
  background-color: #00af2f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.columns-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.columns-16 {
  background-color: #f49819;
  border-radius: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.bold-text-18 {
  color: #000;
  text-align: left;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.rl_contact7_form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.column-36 {
  text-align: center;
}

.column-37 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  display: block;
}

.image-50 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-33 {
  padding-bottom: 10px;
  display: none;
}

.image-51 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 150%;
  transition: all .2s;
}

.image-51:hover {
  transform: scale(.9);
}

.image-51._100 {
  max-width: 90%;
}

.text-block-35 {
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 29px;
  font-weight: 600;
  text-decoration: line-through;
  display: flex;
}

.text-block-35.gray {
  color: #000;
  flex-direction: row;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-35.bold {
  color: #008609;
  font-size: 47px;
  font-weight: 800;
  line-height: 50px;
  text-decoration: none;
}

.div-block-34 {
  padding-top: 0;
}

.text-block-36 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

.image-52 {
  padding-bottom: 10px;
}

.image-wrapper-4 {
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
}

.image-wrapper-4.form {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-38 {
  font-family: Montserrat Alternates, sans-serif;
}

.div-block-35 {
  width: 500px;
}

.column-39 {
  color: #fff;
  text-align: center;
}

.image-53 {
  max-width: 150px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.column-41 {
  z-index: 5;
}

.div-block-37 {
  color: #00e472;
  background-color: #00af2f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.columns-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #000;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.columns-18 {
  color: #fff;
  background-color: #f49819;
  border-radius: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
}

.section-13 {
  background-color: rgba(171, 216, 58, .48);
  background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
  background-position: 0 0, 170% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 1500px, cover;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.bold-text-19 {
  color: #000;
  text-align: left;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 12px;
  display: inline-block;
}

.rl_contact7_form-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1280px) {
  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .f-navigation-button {
    padding: 0;
    font-size: 11px;
  }

  .f-navigation-button:hover {
    font-size: 11px;
  }
}

@media screen and (min-width: 1440px) {
  .lightbox_video-overlay-layer {
    background-size: cover, contain;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .heading-h2-size {
    color: #8ad342;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .heading-h2-size.white {
    color: #fff;
  }

  .section-08 {
    background-color: rgba(2, 127, 123, .64);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-18 {
    max-width: 180%;
    left: -38%;
  }

  .image-19 {
    max-width: 100%;
    left: -20px;
  }

  .section-13 {
    background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
    background-position: 0 0, 550% 100%, 0 0;
  }
}

@media screen and (min-width: 1920px) {
  .text-block-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-2.bold {
    font-size: 20px;
  }

  .text-block-3, .text-block-3-copy, .text-block-3-centered, .text-block-6-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .columns-5._2 {
    width: 80%;
  }

  .uui-form_component {
    justify-content: space-between;
    display: block;
  }

  .uui-signup-form_wrapper {
    align-items: center;
  }

  .uui-heroheader21_form {
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .uui-form_input-2 {
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 17px;
  }

  .uui-heroheader21_content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .uui-button-2 {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .image-17 {
    padding-top: 40px;
  }

  .uui-text-size-large-2, .uui-text-size-large-2.glow {
    font-size: 20px;
    line-height: 30px;
  }

  .lightbox_video-overlay-layer {
    background-position: 80%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, auto;
  }

  .uui-page-padding-2 {
    align-items: center;
    display: flex;
  }

  .uui-layout75_item {
    height: 150px;
  }

  .uui-layout75_icon {
    width: 70px;
    height: 70px;
  }

  .uui-text-size-medium {
    font-size: 1.2rem;
  }

  .cf-cta-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .walsh-main-paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .walsh-heading-regular {
    font-size: 30px;
  }

  .section-08 {
    background-color: rgba(128, 170, 21, .81);
    background-image: url('../images/background-juice_1.webp'), linear-gradient(to bottom, null, null), url('../images/s2-6_1.webp');
    background-size: 2000px, auto, cover;
  }

  .rl-text-style-medium.centered {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-15 {
    background-size: 700px, auto, cover;
    height: 1000px;
  }

  .image-18 {
    left: -28%;
  }

  .columns-9 {
    align-items: center;
  }

  .image-19 {
    max-width: 80%;
    left: 78px;
  }

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

  .image-21 {
    max-width: 80%;
  }

  .paragraph {
    font-size: 15px;
  }

  .text-block-31 {
    font-size: 25px;
  }

  .div-block-27 {
    width: auto;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-2.icons.b {
    font-size: 20px;
  }

  .bold-text-16 {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-13 {
    background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
    background-position: 0 0, -37% 100%, 0 0;
  }
}

@media screen and (max-width: 991px) {
  .section-01 {
    display: block;
  }

  .hero-container {
    display: flex;
  }

  .s1-text {
    font-size: 16px;
  }

  .s1-text._2.pink, .s1-text._2.pink.c {
    font-size: 25px;
  }

  .s1-text._2.left {
    font-size: 22px;
    line-height: 31px;
  }

  .column-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-2.bold {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .columns {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._50-button {
    width: 100%;
  }

  ._50-button.step-1 {
    margin-top: 0;
  }

  .div-block-2 {
    text-align: center;
  }

  .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 1.2;
  }

  .column-2 {
    padding-right: 0;
  }

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

  .bold-text-2, .bold-text-3, .bold-text-3._2 {
    font-size: 30px;
  }

  .colored-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-3-copy {
    margin-top: 0;
    font-size: 15px;
  }

  .small {
    padding: 70px 25px;
  }

  .s6 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .items.arabica {
    height: 400px;
  }

  .text-block-6-copy {
    margin-top: 0;
  }

  .container-2 {
    padding: 70px 15px;
  }

  .columns-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .testimonial-quote {
    font-size: 23px;
    overflow: visible;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .bold-text-7 {
    font-size: 31px;
  }

  .bold-text-7.white, .bold-text-8 {
    font-size: 30px;
  }

  .image-11 {
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3-copy-pink {
    max-width: 728px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .s11---form {
    padding-left: 29px;
    padding-right: 29px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-form-main-wrapper.success {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-column {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .brix---footer-bottom-v4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---mg-bottom-0 {
    font-size: 13px;
  }

  .columns-5._2 {
    flex-direction: row;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .uui-signup-form_wrapper {
    margin-bottom: 2.675rem;
  }

  .uui-form_input-2 {
    font-size: 11px;
  }

  .uui-heroheader21_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader21_image {
    border-radius: 20px;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .uui-heroheader21_image-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .uui-heroheader21_content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xlarge {
    font-size: 25px;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-layout61_number {
    font-size: 50px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .uui-text-size-large-2 {
    font-size: 15px;
  }

  .uui-text-size-large-2.glow {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 164%;
  }

  .uui-heading-medium-2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
  }

  .uui-layout61_lightbox-image {
    width: 35rem;
    min-width: 35rem;
    right: 2rem;
  }

  .uui-layout61_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: end;
    justify-content: end;
    align-items: center;
    justify-items: stretch;
    min-height: auto;
    display: block;
  }

  .uui-layout75_item {
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 100px;
    margin-top: 0;
  }

  .uui-text-size-medium {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 16px;
    line-height: 132%;
    display: block;
  }

  .uui-layout75_component {
    padding-left: 0;
    padding-right: 0;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-benefits-pointers-left {
    flex-direction: column;
    display: flex;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .cf-benefits-pointer-item {
    text-align: center;
    max-width: none;
    display: block;
  }

  .cf-text-block-2._16-px {
    text-align: center;
    font-size: 23px;
    line-height: 1.3em;
  }

  .cf-text-block-2._16-px._2 {
    font-size: 23px;
  }

  .cf-cta-h2-heading {
    font-size: 25px;
    line-height: 1.2em;
  }

  .cf-cta-wrapper-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    font-weight: 500;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .walsh-main-paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .walsh-cover-image {
    max-width: none;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-inner-card-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-card-wrapper-image {
    height: 52%;
  }

  .walsh-heading-regular {
    text-align: left;
    font-size: 25px;
  }

  .brix---avatar-circle-4 {
    width: auto;
    max-width: 50px;
    height: auto;
    max-height: 50px;
  }

  .div-block-14 {
    margin-top: 5px;
  }

  .heading-h2-size {
    clear: none;
    text-align: center;
    object-fit: fill;
    font-size: 28px;
    line-height: 38px;
    display: block;
    position: static;
    overflow: auto;
  }

  .heading-h2-size.white {
    font-size: 25px;
    line-height: 38px;
  }

  .heading-h2-size.italic.bottom {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .brix---mg-top-16px {
    margin-top: 5px;
  }

  .testimonial-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .default-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .section-08 {
    background-image: url('../images/background-juice_1.webp'), linear-gradient(rgba(128, 170, 21, .81), rgba(128, 170, 21, .81)), url('../images/s2-6_1.webp');
    background-position: 73%, 0 0, 0 0;
    background-size: contain, auto, cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .brix---card-testimonial-twitter {
    padding: 17px 12px;
  }

  .text-center {
    object-fit: cover;
    overflow: visible;
  }

  .brix---avatar-image-link {
    max-width: 100%;
  }

  .circle-number {
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    margin-bottom: 0;
  }

  .subtitle {
    font-size: 25px;
  }

  .text-wrapper-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-wrapper-painpoints {
    margin-bottom: 40px;
  }

  .content-center-card {
    flex-flow: column;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-h1-size---mg-0 {
    font-size: 48px;
    line-height: 60px;
  }

  ._3-columns-1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: stretch;
    align-items: stretch;
    justify-items: center;
    padding-left: 119px;
    padding-right: 119px;
    display: grid;
  }

  .paragraph-default-4 {
    text-align: left;
    padding-left: 28px;
  }

  .text-bottom-wrapper {
    float: none;
    clear: none;
    object-fit: fill;
    display: block;
    position: static;
    overflow: visible;
  }

  .section-10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .spark-content-right {
    width: 100%;
    max-width: 100%;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-full-width-mobile {
    grid-column-gap: 0%;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-absolute-left-image {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    top: 0%;
    transform: translate(0);
  }

  .spark-half-spacer {
    width: 0;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-heading-style-h2.smaller.centered {
    font-size: 30px;
  }

  .rl_contact7_content, .rl_contact7_form-block {
    width: 100%;
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-15 {
    background-size: 300px, auto, cover;
    height: 300px;
  }

  .column-13 {
    display: none;
  }

  .columns-8 {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .column-14 {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 75px;
    padding-right: 75px;
    display: flex;
    position: static;
  }

  .column-15 {
    display: none;
  }

  .columns-12 {
    display: block;
  }

  .image-20 {
    max-width: 50%;
  }

  .columns-14 {
    padding-top: 60px;
  }

  .div-block-23 {
    width: 350px;
  }

  .text-block-10 {
    font-size: 21px;
  }

  .text-block-10.gray {
    font-size: 16px;
  }

  .text-block-10.bold {
    font-size: 27px;
  }

  .div-block-25 {
    width: 350px;
  }

  .f-navigation-button {
    display: none;
  }

  .a-banner-announcement {
    text-align: center;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .a-banner-container {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    max-width: 100%;
    display: flex;
  }

  .a-paragraph-small {
    align-self: center;
    font-size: 15px;
    line-height: 1.8;
  }

  .a-banner-text-wrapper {
    align-self: center;
  }

  .div-block-2-copy {
    flex-direction: row;
    align-items: flex-start;
  }

  .image-24 {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .paragraph {
    margin-left: 5px;
    font-size: 12px;
  }

  .text-block-32 {
    padding-right: 8px;
    font-size: 21px;
  }

  .text-block-32.gray {
    padding-right: 8px;
    font-size: 16px;
  }

  .text-block-32.bold {
    font-size: 27px;
  }

  .text-block-31 {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 14px;
  }

  .div-block-26 {
    height: 35px;
  }

  .div-block-27 {
    width: auto;
  }

  .paragraph-2.icons {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-2.icons.b {
    font-size: 10px;
    line-height: 14px;
  }

  .left-s2-p3 {
    width: auto;
    margin-bottom: 0;
  }

  .image-24-copy {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .column-31 {
    display: none;
  }

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

  .text-block-33 {
    padding-right: 8px;
    font-size: 21px;
  }

  .text-block-33.gray {
    padding-right: 8px;
    font-size: 16px;
  }

  .text-block-33.bold {
    font-size: 27px;
  }

  .div-block-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    width: auto;
  }

  .rl_contact7_content-2 {
    width: 100%;
  }

  .column-33 {
    padding-left: 10px;
  }

  .image-25 {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .column-35 {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 75px;
    padding-right: 75px;
    display: flex;
    position: static;
  }

  .div-block-32 {
    height: 35px;
  }

  .columns-15 {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .paragraph-3 {
    margin-left: 5px;
    font-size: 12px;
  }

  .column-37 {
    display: none;
  }

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

  .text-block-35 {
    padding-right: 8px;
    font-size: 21px;
  }

  .text-block-35.gray {
    padding-right: 8px;
    font-size: 16px;
  }

  .text-block-35.bold {
    font-size: 38px;
  }

  .div-block-35 {
    width: auto;
  }

  .column-39 {
    padding-left: 10px;
  }

  .image-53 {
    max-width: 100px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .div-block-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 75px;
    padding-right: 75px;
    display: flex;
    position: static;
  }

  .div-block-37 {
    height: 35px;
  }

  .columns-17 {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .paragraph-4 {
    margin-left: 5px;
    font-size: 12px;
  }

  .section-13 {
    background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
    background-position: 0 0, 43% 100%, 0 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .s1-text {
    font-size: 19px;
  }

  .s1-text._2.pink {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
  }

  .s1-text._2.pink.c {
    font-size: 20px;
    line-height: 1.3em;
  }

  .s1-text._2.left {
    text-align: center;
  }

  .text-block-2.bold {
    padding-top: 15px;
    font-size: 17px;
    line-height: 16px;
  }

  .columns {
    margin-top: 20px;
    margin-bottom: 0;
  }

  ._50-button {
    width: 80%;
  }

  .column {
    display: none;
  }

  .container {
    padding: 50px 25px;
  }

  .bold-text {
    font-size: 23px;
  }

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

  .text-block-3.small-copy {
    font-size: 13px;
  }

  .text-block-3.name {
    margin-top: 10px;
  }

  .text-block-3.name._2 {
    font-size: 23px;
  }

  .column-2 {
    padding-left: 0;
  }

  .image-4 {
    text-align: center;
    max-width: 30%;
  }

  .image-wrapper-2.success {
    margin-bottom: 36px;
    padding-bottom: 0;
  }

  .bold-text-2 {
    font-size: 23px;
  }

  .bold-text-3 {
    font-size: 27px;
  }

  .bold-text-3._2 {
    font-size: 23px;
  }

  .container-s4 {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .benefits-box {
    margin-left: 62px;
    margin-right: 62px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-bottom: 0;
    display: flex;
  }

  .image-9 {
    flex: 0 auto;
    order: -1;
    align-self: auto;
    width: 15%;
    max-width: none;
    display: block;
  }

  .text-block-5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .columns-2 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .small {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .text-block-3-centered.success {
    font-size: 17px;
    line-height: 27px;
  }

  .container-s6 {
    padding: 50px 70px;
  }

  .items {
    margin-bottom: 46px;
    margin-left: 42px;
    margin-right: 42px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .items.arabica {
    height: auto;
  }

  .container-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns-3 {
    display: block;
  }

  .column-3 {
    text-align: center;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote {
    font-size: 22px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
    display: none;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .container-3 {
    padding: 50px 49px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .bold-text-7, .bold-text-7.white, .bold-text-8 {
    font-size: 23px;
  }

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

  .container-3-copy-pink {
    padding: 50px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-form-heading-28px {
    font-size: 23px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .s11---form {
    padding: 49px 18px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-borders-text-field {
    margin-bottom: 13px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 45px 40px;
  }

  ._100-button {
    font-size: 17px;
  }

  ._100-button.pink-hover {
    font-size: 22px;
  }

  .brix---footer-bottom-v4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-logo {
    max-width: 50%;
  }

  .column-4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-5 {
    display: none;
  }

  .column-points {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .column-6 {
    display: none;
  }

  .columns-4 {
    text-align: center;
    flex: 0 auto;
  }

  .column-7 {
    flex: 0 auto;
    align-self: auto;
    display: none;
  }

  .column-8 {
    display: block;
  }

  .column-9 {
    display: none;
  }

  .image-13, .image-14, .image-15 {
    max-width: 20%;
  }

  .text-block-8 {
    text-align: center;
    justify-content: center;
    font-size: 18px;
  }

  .text-block-8.bold {
    font-size: 30px;
  }

  .text-block-8.gray {
    font-size: 17px;
  }

  .columns-5._2.bottom {
    padding-left: 59px;
    padding-right: 59px;
  }

  .columns-5._2 {
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-wrapper-mobile-hidden {
    text-align: center;
    width: 100%;
    display: flex;
  }

  .columns-7 {
    flex-direction: column;
  }

  .bold-text-11.success {
    font-size: 40px;
  }

  .column-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-button-row {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    display: flex;
  }

  .uui-button-row.is-reverse-mobile-landscape, .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-signup-form_wrapper {
    margin-bottom: 0;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader21_form {
    margin-top: 10px;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-form_input-2 {
    margin-bottom: 12px;
  }

  .uui-form_input-2.left {
    margin-left: 2px;
  }

  .uui-heroheader21_component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heroheader21_image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heroheader21_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xlarge {
    text-align: center;
    font-size: 1.5rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    background-color: #8cb12f;
    border-color: #7f56d9;
  }

  .image-17 {
    max-width: 25%;
    padding-top: 20px;
  }

  .div-block-13 {
    text-align: center;
  }

  .uui-layout61_number {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .uui-text-size-large-2 {
    font-size: 15px;
    line-height: 26px;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout61_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-heading-medium-2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .uui-heading-medium-2.size {
    font-size: 20px;
  }

  .uui-layout61_lightbox-image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-page-padding-2 {
    background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/s2-6_1.webp');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding: 50px 1rem;
  }

  .uui-layout61_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-layout61_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-layout75_item {
    width: 150px;
    height: 125px;
  }

  .uui-layout75_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    align-content: end;
    justify-items: end;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-text-size-medium {
    font-size: 15px;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout75_component {
    align-items: stretch;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .cf-benefits-pointer-number {
    margin-right: 0;
    font-size: 43px;
  }

  .cf-benefits-pointer-line {
    display: none;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: center;
  }

  .cf-benefits-pointer-item {
    padding-top: 0;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-text-block-2._16-px, .cf-text-block-2._16-px._2 {
    font-size: 20px;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-h2-heading {
    font-size: 20px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .walsh-main-paragraph {
    font-size: 13px;
    line-height: 22px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .walsh-heading-regular {
    font-size: 20px;
  }

  .brix---avatar-circle-4 {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
  }

  .heading-h2-size {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-h2-size.white {
    font-size: 20px;
    line-height: 1.3em;
  }

  .heading-h2-size.italic {
    font-size: 24px;
  }

  .default-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brix---mg-bottom-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---text-200-bold-2 {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---flex-horizontal-space-between {
    flex-direction: column;
    justify-content: center;
  }

  .section-08 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bottom-16px {
    margin-bottom: 8px;
  }

  .bottom-40px {
    margin-bottom: 24px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 1.3em;
  }

  .text-wrapper-painpoints {
    margin-bottom: 32px;
  }

  .heading-h1-size---mg-0 {
    font-size: 38px;
    line-height: 46px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-default-4 {
    font-size: 17px;
    line-height: 23px;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-content-right {
    width: 100%;
    max-width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-full-width-mobile {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl-text-style-medium.centered {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-heading-style-h2.smaller.centered {
    font-size: 25px;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-15 {
    height: 300px;
    margin-top: 30px;
    padding-top: 0;
  }

  .column-14 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .columns-12 {
    display: block;
  }

  .image-20 {
    max-width: 70%;
  }

  .div-block-23 {
    align-self: center;
    width: 400px;
  }

  .text-block-10 {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .text-block-10.gray {
    font-size: 21px;
  }

  .text-block-10.bold {
    font-size: 30px;
  }

  .div-block-25 {
    width: 400px;
  }

  .a-banner-button-small {
    position: static;
  }

  .text-block-30 {
    font-size: 12px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-paragraph-small {
    line-height: 1.4;
  }

  .div-block-2-copy {
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .text-block-32 {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .text-block-32.gray {
    font-size: 21px;
  }

  .text-block-32.bold {
    font-size: 30px;
  }

  .text-block-31 {
    font-size: 11px;
    line-height: 11px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .image-24-copy {
    margin-top: 10px;
  }

  .text-block-33 {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .text-block-33.gray {
    font-size: 21px;
  }

  .text-block-33.bold {
    font-size: 30px;
  }

  .div-block-30 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .count-number {
    font-size: 50px;
  }

  .count-wrap {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-46 {
    max-width: 50%;
  }

  .count-block {
    flex-flow: row;
    width: auto;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .count-text {
    font-size: 18px;
  }

  .column-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .text-block-35 {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .text-block-35.gray {
    font-size: 21px;
  }

  .text-block-35.bold {
    font-size: 35px;
  }

  .image-52 {
    max-width: 40%;
  }

  .div-block-36 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .section-13 {
    background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
    background-position: 0 0, 45% 100%, 0 0;
    background-size: auto, 1300px, cover;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .s1-text {
    font-size: 12px;
  }

  .s1-text._2, .s1-text._2.pink {
    font-size: 16px;
    line-height: 23px;
  }

  .s1-text._2.pink.c {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .s1-text._2.left {
    font-size: 16px;
    line-height: 23px;
  }

  .column-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    width: 50%;
    padding-left: 22px;
    font-size: 12px;
  }

  .text-block-2.bold {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
  }

  .columns {
    padding: 9px 0;
  }

  ._50-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .container {
    padding: 35px 11px;
  }

  .bold-text {
    font-size: 20px;
  }

  .text-block-3 {
    font-size: 15px;
    line-height: 21px;
    display: none;
  }

  .image-3._100 {
    display: none;
  }

  .image-4 {
    max-width: 50%;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 5px;
  }

  .bold-text-3, .bold-text-3._2 {
    font-size: 18px;
  }

  .colored-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2-copy {
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-3-copy-copy {
    font-size: 16px;
    line-height: 25px;
  }

  .text-block-3-copy {
    font-size: 13px;
    line-height: 23px;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .container-s4 {
    padding: 35px 11px;
  }

  .benefits-box {
    flex-flow: row;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-5 {
    font-size: 15px;
  }

  .small {
    padding: 35px 11px;
  }

  .text-block-3-centered {
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-3-centered.text-block-3 {
    display: block;
  }

  .text-block-3-centered.success {
    font-size: 16px;
  }

  .s6 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .container-s6 {
    padding: 35px 0;
  }

  .items {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .text-block-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-block-6-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .items-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    padding: 35px 11px;
  }

  .testimonial-quote {
    font-size: 19px;
    line-height: 24px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .container-3 {
    max-width: none;
    padding: 35px 11px;
  }

  .bold-text-7, .bold-text-7.white, .bold-text-8 {
    font-size: 18px;
  }

  .container-3-copy-pink {
    max-width: none;
    padding: 35px 11px;
  }

  .cf-footer-info, .cf-form-heading-28px {
    font-size: 16px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .s11---form {
    padding: 35px 11px;
  }

  .cf-form-paragraph {
    margin-bottom: 0;
    font-size: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-send-message-form {
    padding: 20px 16px;
  }

  .cf-borders-text-field {
    height: 40px;
    margin-bottom: 10px;
    padding: 0 14px;
    font-size: 15px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-form-main-wrapper {
    padding: 36px 20px 20px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .hero-column {
    padding-left: 0;
    padding-right: 0;
  }

  ._80-button.pink-hover {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 25px;
    line-height: 35px;
  }

  ._100-button, ._100-button.pink-hover {
    font-size: 14px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-bottom-v4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---footer-logo {
    width: 50%;
    max-width: 240px;
  }

  .brix---mg-bottom-0 {
    font-size: 11px;
    line-height: 24px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon, .icon-2 {
    display: none;
  }

  .columns-5._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-11 {
    font-size: 18px;
  }

  .bold-text-11.success {
    font-size: 36px;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-input.sysf-medium.sysf-horizontal {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .sysf-form.sysf-form-horizontal {
    flex-direction: column;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-form_input-2.left {
    margin-left: 0;
  }

  .uui-heroheader21_component {
    grid-template-columns: 1fr;
  }

  .uui-badge-group.is-primary {
    flex-flow: wrap;
  }

  .badge-group_text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .uui-heroheader21_content {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xlarge {
    font-size: 16px;
  }

  .image-17 {
    max-width: 40%;
  }

  .div-block-13 {
    margin-bottom: 40px;
  }

  .text-block-9 {
    white-space: normal;
    word-break: normal;
    flex-flow: wrap;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .uui-text-size-large-2 {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 24px;
  }

  .uui-text-size-large-2.glow {
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
  }

  .uui-heading-medium-2, .uui-heading-medium-2.size {
    font-size: 15px;
  }

  .uui-page-padding-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout61_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout75_item {
    width: 100%;
    height: 80px;
    margin-bottom: 45px;
    display: block;
  }

  .uui-text-size-medium {
    font-size: 13px;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-benefits-pointer-number {
    margin-right: 0;
    font-size: 35px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: center;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-text-block-2._16-px {
    font-size: 15px;
    line-height: 26px;
  }

  .cf-text-block-2._16-px._2 {
    font-size: 15px;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-h2-heading {
    font-size: 15px;
    line-height: 26px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 50px;
  }

  .cf-cta-paragraph {
    font-size: 15px;
    line-height: 150%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .walsh-main-paragraph {
    font-size: 13px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    width: 80%;
    height: auto;
  }

  .walsh-heading-regular {
    font-size: 16px;
    line-height: 1.2;
  }

  .brix---avatar-circle-4 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---mg-left-8px {
    margin-top: 5px;
    margin-left: 0;
  }

  .heading-h2-size {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-h2-size.white {
    font-size: 16px;
    line-height: 23px;
  }

  .heading-h2-size.italic {
    margin-top: 50px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .testimonial-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .default-container {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brix---mg-bottom-2 {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---flex-horizontal-2 {
    text-align: center;
    flex-direction: column;
  }

  .brix---flex-horizontal-space-between {
    justify-content: center;
    align-items: center;
  }

  .section-08 {
    padding: 50px 15px;
  }

  .bottom-16px {
    margin-bottom: 15px;
  }

  .brix---card-testimonial-twitter {
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .circle-number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
  }

  .subtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .text-wrapper-5 {
    padding-left: 15px;
  }

  .text-wrapper-painpoints {
    margin-bottom: 32px;
  }

  .content-center-card {
    flex-direction: row;
  }

  .heading-h1-size---mg-0 {
    font-size: 26px;
    line-height: 38px;
  }

  ._3-columns-1-col-tablet {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-default-4 {
    padding-left: 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .text-bottom-wrapper {
    padding-top: 0;
  }

  .section-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .rl-text-style-medium.centered {
    font-size: 16px;
    line-height: 23px;
  }

  .rl-heading-style-h2.smaller.centered {
    font-size: 18px;
    line-height: 23px;
  }

  .rl_contact7_component {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    background-size: 200px, auto, cover;
    height: 200px;
  }

  .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-9 {
    display: flex;
  }

  .shown-in {
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .column-18 {
    display: block;
  }

  .image-20 {
    max-width: 30%;
    margin-bottom: 10px;
  }

  .columns-14 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-21, .column-22 {
    display: block;
  }

  .image-22 {
    max-width: 60%;
    display: block;
  }

  .div-block-22 {
    align-self: center;
    width: 150px;
    display: block;
  }

  .image-23 {
    text-align: center;
    max-width: 100%;
    display: block;
  }

  .column-26 {
    display: none;
  }

  .div-block-23, .div-block-25 {
    text-align: center;
    flex-direction: column;
    align-self: center;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
  }

  .div-block-25.bottom {
    width: 100%;
    padding-bottom: 20px;
  }

  .column-25 {
    display: none;
  }

  .div-block-24 {
    align-self: center;
    width: 150px;
    display: block;
  }

  .f-navigation-button {
    display: none;
  }

  .a-paragraph-small {
    font-size: 10px;
    line-height: 1.3;
  }

  .div-block-2-copy {
    flex-direction: column;
  }

  .text-block-32 {
    font-size: 21px;
  }

  .text-block-32.gray {
    font-size: 19px;
  }

  .text-block-32.bold {
    font-size: 26px;
  }

  .column-29 {
    line-height: 11px;
    display: block;
  }

  .text-block-31 {
    font-size: 14px;
  }

  .div-block-26 {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-27 {
    width: auto;
  }

  .paragraph-2.icons {
    font-size: 11px;
    line-height: 16px;
  }

  .left-s2-p3 {
    text-align: center;
    object-fit: contain;
    align-self: auto;
    width: 100%;
    overflow: visible;
  }

  .bold-text-16 {
    font-size: 10px;
  }

  .image-43 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image-49._100 {
    display: none;
  }

  .text-block-33 {
    font-size: 21px;
  }

  .text-block-33.gray {
    font-size: 19px;
  }

  .text-block-33.bold {
    font-size: 26px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-31 {
    width: auto;
  }

  .column-34 {
    line-height: 11px;
    display: block;
  }

  .image-46 {
    max-width: 80%;
  }

  .count-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .column-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-32 {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-18 {
    font-size: 10px;
  }

  .image-50 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .image-51._100 {
    display: none;
  }

  .text-block-35 {
    font-size: 21px;
  }

  .text-block-35.gray {
    font-size: 19px;
  }

  .text-block-35.bold {
    font-size: 34px;
  }

  .image-52 {
    max-width: 80%;
  }

  .div-block-35 {
    width: auto;
  }

  .column-40 {
    line-height: 11px;
    display: block;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-41 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-13 {
    background-image: linear-gradient(rgba(223, 255, 142, .7), rgba(223, 255, 142, .7)), url('../images/11_1.webp'), url('../images/BG_1.webp');
    background-position: 0 0, 34% 100%, 0 0;
    background-size: auto, 1400px, cover;
  }

  .bold-text-19 {
    font-size: 10px;
  }

  .rl-container-large-2 {
    max-width: 100%;
  }
}

#w-node-f9861659-15e4-07fd-6463-6a1ce52bbcc9-14b32916 {
  justify-self: end;
}

#w-node-_41b3f330-fcef-e1d7-a9a2-936d6d83e41d-14b32916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98ca80e6-1168-724f-b938-05cb85f07aa1-14b32916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_98ca80e6-1168-724f-b938-05cb85f07aa2-14b32916, #w-node-_36e8468a-6048-d706-9bd7-bf8081c8eff0-14b32916 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f9861659-15e4-07fd-6463-6a1ce52bbcc9-14b32916 {
    justify-self: start;
  }

  #w-node-_77fb8586-e7fe-fd81-8785-ee74a3338d06-14b32916 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49a589cb-f371-1469-2310-d079e348628e-14b32916 {
    order: -9999;
  }

  #w-node-_36e8468a-6048-d706-9bd7-bf8081c8eff0-14b32916 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-BoldItalic.ttf') format('truetype'), url('../fonts/MontserratAlternates-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format('truetype'), url('../fonts/MontserratAlternates-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}