a,
body,
html,
li,
p {
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.btn {
  font-family: "DM Sans", sans-serif;
}
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: new-spirit, serif;
  line-height: 1;
  font-weight: 600 !important;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
table {
  margin-top: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
code {
  vertical-align: bottom;
}
.green {
  color: #247348 !important;
}
.orange {
  color: #d16a3c;
}
.teal {
  color: #339d8f;
}
.purple {
  color: #a2437e;
}
.white {
  color: #fff;
}
.green-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #247348;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #247348;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .green-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.purple-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #672b76;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .purple-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.pink-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #caafc1;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .pink-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.teal-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #339d8f;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #339d8f;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .teal-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
.orange-highlight {
  position: relative;
  display: inline;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  border-color: #d16a3c;
  border-style: solid;
  border-width: 0.01rem 0;
  white-space: pre-wrap;
  color: #fff !important;
  background-color: #d16a3c;
}
@supports (
  (-webkit-box-decoration-break: clone) or (box-decoration-break: clone)
) {
  .orange-highlight {
    padding: 0 0.625rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --delay: 1s;
    --duration: 1500ms;
    --iterations: 1;
  }
  .reveal-text,
  .reveal-text::after {
    -webkit-animation-delay: var(--animation-delay, 1s);
    animation-delay: var(--animation-delay, 1s);
    -webkit-animation-iteration-count: var(--iterations, 1);
    animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
    animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .reveal-text {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 200ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
    white-space: nowrap;
    cursor: default;
  }
  .reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a2437e;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
  }
  .reveal-text-green,
  .reveal-text-green::after {
    -webkit-animation-delay: var(--animation-delay, 1s);
    animation-delay: var(--animation-delay, 1s);
    -webkit-animation-iteration-count: var(--iterations, 1);
    animation-iteration-count: var(--iterations, 1);
    -webkit-animation-duration: var(--duration, 800ms);
    animation-duration: var(--duration, 800ms);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .reveal-text-green {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 200ms);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    -webkit-animation-name: clip-text;
    animation-name: clip-text;
    white-space: nowrap;
    cursor: default;
  }
  .reveal-text-green::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #247348;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: text-revealer;
    animation-name: text-revealer;
  }
  @-webkit-keyframes clip-text {
    from {
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0 0);
    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes clip-text {
    from {
      -webkit-clip-path: inset(0 100% 0 0);
      clip-path: inset(0 100% 0 0);
    }
    to {
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);
    }
  }
  @-webkit-keyframes text-revealer {
    0%,
    50% {
      transform-origin: 0 50%;
    }
    100%,
    60% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
  @keyframes text-revealer {
    0%,
    50% {
      transform-origin: 0 50%;
    }
    100%,
    60% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
@-webkit-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goDots {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scrollDots {
  width: 10px;
  position: absolute;
  right: 50%;
  margin: 0 0 0 -3px;
  text-align: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
  -moz-transform: translateZ(0) translate3d(0, 0, 0);
  -ms-transform: translateZ(0) translate3d(0, 0, 0);
  -o-transform: translateZ(0) translate3d(0, 0, 0);
  transform: translateZ(0) translate3d(0, 0, 0);
  z-index: 9999;
}
.scrollDots ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.scrollDots li {
  height: 8px;
  width: 8px;
  margin: 0 0 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -khtml-border-radius: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.scrollDots li:nth-child(1) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 1.7s ease-in-out infinite;
  -moz-animation: goDots 2.5s 1.7s ease-in-out infinite;
  -o-animation: goDots 2.5s 1.7s ease-in-out infinite;
  animation: goDots 2.5s 1.7s ease-in-out infinite;
}
.scrollDots li:nth-child(2) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2s ease-in-out infinite;
  -moz-animation: goDots 2.5s 2s ease-in-out infinite;
  -o-animation: goDots 2.5s 2s ease-in-out infinite;
  animation: goDots 2.5s 2s ease-in-out infinite;
}
.scrollDots li:nth-child(3) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 2.5s ease-in-out infinite;
  -moz-animation: goDots 2.5s 2.5s ease-in-out infinite;
  -o-animation: goDots 2.5s 2.5s ease-in-out infinite;
  animation: goDots 2.5s 2.5s ease-in-out infinite;
}
.scrollDots li:nth-child(4) {
  opacity: 0;
  -webkit-animation: goDots 2.5s 3s ease-in-out infinite;
  -moz-animation: goDots 2.5s 3s ease-in-out infinite;
  -o-animation: goDots 2.5s 3s ease-in-out infinite;
  animation: goDots 2.5s 3s ease-in-out infinite;
}
.header__content--desktop {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header .link-list__link {
    padding: 30px 5px;
    margin: 0;
    text-align: center;
    width: 17%;
    font-size: 16px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding: 15px 0;
  }
  .dropdown__item a,
  .header a.link-list__link,
  .header__content--mobile {
    text-align: center !important;
    font-size: 18px;
  }
}
.header__content--desktop .link-list__link:hover, #block-1631638798529 a {
  background:#247348;
}
#section-1628940861659 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/lavander.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 20%;
}
#section-1628975899620 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/peace.png);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 30%;
}
#section-1628984731576 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/sunflower.png);
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 20%;
}
#section-1628984731576 .form-control {
  border-radius: 0;
  border: 3px solid #672b76;
}
#section-1628984731576 .form-control::placeholder {
  color: #672b76;
  opacity: 1;
}
#section-1628984731576 .form-control:-ms-input-placeholder {
  color: #672b76;
}
#section-1628984731576 .form-control::-ms-input-placeholder {
  color: #672b76;
}
#section-1629002311104 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/footer_signup_2.png)
      top/100% auto,
    linear-gradient(#9dcbc3, #9dcbc3) content-box;
  background-repeat: no-repeat;
}
#section-1629002311104 .form-control {
  border-radius: 55px;
}
#section-1629052897553 {
  background: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/testimonial_v1.png)
      top/100% auto,
    url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/assets/testimonial_2.png)
      bottom/100% auto,
    linear-gradient(#f3c16d, #f3c16d) content-box;
  background-repeat: no-repeat;
}
.footer {
  background: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/2148522964/settings_images/icH7Q0N0Qzy4VZPwzwpF_Untitled-5_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#section-1629141393685 .link-list .link-list__links {
  padding: 5px !important;
}
#section-1629141393685 .social-icons__icons {
  display: block;
}
#section-1629141393685 .social-icons__icon {
  display: block;
  margin: 0;
}
.social-p {
  padding-top: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.social-icons__icon {
  font-size: 18px;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  #section-1629141393685 .social-icons__icons {
    text-align: center;
  }
  .social-p {
    text-align: center;
    font-size: 14px;
  }
  .social-icons__icon {
    font-size: 14px;
  }
}
.link-list__link {
  display: block;
}
.btn-purple {
  background: #a2437e;
  border-color: #a2437e;
}
.btn-purple:hover {
  background: #caafc1;
  color: #000;
  border-color: #caafc1;
}
.btn-lightpurple {
  background: #caafc1;
  border-color: #caafc1;
}
.btn-lightpurple:hover {
  color: #000;
}
.btn-price {
  font-size: 40px;
  font-family: new-spirit, serif;
}
.flower {
  display: inline-block;
  list-style: none;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
}
.flower li {
  clear: left;
}
ul.flower {
  display: inline-block;
  list-style: none;
  padding: 0.5em;
  padding-left: 2em;
  margin: 0.5em;
}
ul.flower li {
  clear: left;
}
ul.flower li:before {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
  float: left;
  margin-left: -1.5em;
  margin-top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.873' height='34.516' viewBox='0 0 34.873 34.516'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23a2437e;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-1245.689 -277.598)'%3E%3Cpath class='a' d='M1295.251,301.023a29.963,29.963,0,0,1-.278,6.359,15.191,15.191,0,0,1-13.463,12.6c-3.093.352-2.511.239-2.6-2.363a5.5,5.5,0,0,1,1.986-4.518c1.171-1.051,2.336-2.107,3.6-3.038a20.5,20.5,0,0,0,7.226-9.775c.443-1.216.922-2.418,1.395-3.622.212-.541.5-1.04,1.2-.9a1.164,1.164,0,0,1,.917,1.235C1295.278,298.343,1295.251,299.683,1295.251,301.023Z' transform='translate(-14.736 -8.051)'/%3E%3Cpath class='a' d='M1245.691,302.066c0-1.388,0-2.776,0-4.163,0-.323.01-.648.043-.969a.984.984,0,0,1,.815-.988,1.023,1.023,0,0,1,1.12.635,10.476,10.476,0,0,1,.451,1.013c.693,1.665,1.322,3.354,2.092,4.988a20.286,20.286,0,0,0,5.109,6.667c1.7,1.491,3.513,2.857,5.124,4.465,1.712,1.707,1.73,3.786,1.59,5.939-.044.677-.6.6-1.054.58a15.848,15.848,0,0,1-9.04-3.113,15.327,15.327,0,0,1-6.252-13.11C1245.7,303.362,1245.691,302.714,1245.691,302.066Z' transform='translate(0 -8.132)'/%3E%3Cpath class='a' d='M1265.631,304.729c-.184.8.275,1.737-.232,2.594a12.052,12.052,0,0,1-1.943-1.721c-.971-.784-1.888-1.637-2.886-2.383a16.9,16.9,0,0,1-3.231-3.408,4.087,4.087,0,0,1-.719-1.479c-.985-3.752-1.993-7.5-2.979-11.25-.18-.685-.626-1.483.26-1.978s1.347.264,1.819.813c3.048,3.547,5.973,7.182,7.917,11.488.589,1.3,1.137,2.628,1.693,3.947A9.9,9.9,0,0,1,1265.631,304.729Z' transform='translate(-3.407 -3.26)'/%3E%3Cpath class='a' d='M1278.524,304.306a8.9,8.9,0,0,1,.918-4.522,44.772,44.772,0,0,1,7.235-11.789c.641-.792,1.282-1.583,1.935-2.365.42-.5.873-1.081,1.622-.73.846.4.594,1.167.415,1.83-.834,3.082-1.693,6.158-2.546,9.236a5.874,5.874,0,0,0-.308,1.064c-.175,2.329-1.673,3.839-3.251,5.292-1.737,1.6-3.674,2.972-5.333,4.662-.153.156-.334.4-.575.24-.105-.071-.1-.337-.107-.515C1278.517,306.014,1278.524,305.319,1278.524,304.306Z' transform='translate(-14.541 -3.192)'/%3E%3Cpath class='a' d='M1277.759,286.855a1.649,1.649,0,0,1-.339,1.243,50.089,50.089,0,0,0-3.5,6.456c-.091.211-.154.511-.381.542-.376.051-.355-.359-.441-.573a38.941,38.941,0,0,0-3.515-6.443,1.759,1.759,0,0,1-.263-1.546,41.521,41.521,0,0,1,2.941-7.914c.282-.566.589-1.039,1.326-1.021.693.017.926.52,1.172,1.023a34.893,34.893,0,0,1,2.9,7.774C1277.714,286.621,1277.757,286.847,1277.759,286.855Z' transform='translate(-10.451)'/%3E%3C/g%3E%3C/svg%3E");
}
ul.flower li {
  margin-bottom: 12px;
}
.student-say {
  max-width: 1110px;
  margin: 0 auto;
}
.slick-track {
  padding-top: 53px;
  padding-bottom: 53px;
}
.slick-slide {
  text-align: center;
  transition: transform 0.3s ease-in-out;
}
.slick-slide:not(.slick-current) {
  filter: brightness(0.5);
}
@media only screen and (min-width: 768px) {
  .slick-slide.slick-current {
    transform: scale(1.35);
    position: relative;
    z-index: 1;
  }
  .link-list__title {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: "DM Sans";
  }
  #section-1629843114012 {
    margin-top: -150px;
  }
  #section-1629042418806 {
    margin-top: -150px;
  }
}
.slick-slide img {
  width: 100%;
}
.link-list__title {
  font-family: "DM Sans";
  margin-bottom: 0;
}
#section-1629141393685 .link-list .link-list__links {
  padding: 5px 0 !important;
}
#section-1629002311104 .form {
  position: relative;
}
#block-1629003526688 .block {
  overflow: visible;
}
#section-1629002311104 .form:before {
  position: absolute;
  content: "";
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148522964/settings_images/ZwcoaG5fTHloPMaDrh8g_bee-2.png);
  height: 100px;
  width: 100px;
  background-size: 100px;
  right: -40px;
  top: -63px;
  background-repeat: no-repeat;
  z-index: 999;
}
#section-1606258505758 .sizer {
  height: 80vh;
}
body #section-1630019650111 .sizer {
  padding: 0;
}
#section-1630019650111 .sizer .col-1 {
  width: 60px;
  padding-right: 0;
  text-align: right;
}
#section-1630019650111 .sizer .col-1 .block.box-shadow-none {
  justify-content: flex-end;
}
#section-1630019650111 .sizer h4 {
  font-family: "DM Sans", sans-serif;
  margin: 0;
}
#section-1629863927480 .pink-highlight {
  width: auto;
  float: none;
  margin: 0 auto;
  display: table;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  background: #fff;
  color: #247348 !important;
}
#section-1630019650111 .sizer h4 + p {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin: 0 !important;
}
#section-1628865384068 h3.purple {
  margin: 0 0 10px 0;
  color: #672b76;
}
#section-1628865384068 #block-1629299151253 {
  padding-top: 0;
}
#section-1628865384068 #block-1629299151253 p {
  font-size: 20px;
  max-width: 450px;
  margin: 0 auto;
  color: #000;
  margin-bottom: 0;
  margin-top: 40px;
}
#section-1628865384068 #block-1629299151253 p i span {
    font-style: normal;
}
body #block-1630196441259 .scrollDots li, body #block-1630196499943 .scrollDots li {
    background: #247348;
}
#section-1628865384068 .col-10 .image {
  width: 100%;
}
#section-1628865384068 .col-10 .image .image__image {
  width: 100%;
}
#section-1630165908575 .col-2 {
  position: absolute;
  left: 120px;
  width: 20px;
  padding: 0;
  top: 95px;
}
#section-1630165908575 .col-2 .scrollDots {
  position: static;
  margin: 0;
  width: auto;
}
#section-1630165908575 #block-1630196499943 {
  right: 120px;
  left: auto;
}
#section-1630165908575 .col-2 .block {
  padding: 0;
}
#section-1628865384068 #block-1629859382528 {
  margin: 40px 0 0 0;
}
#section-1628865384068 #block-1630021582982 {
  right: 0;
  left: auto;
}
#section-1628865384068 .col-2 .block {
  padding: 0;
}
#section-1628865384068 .col-2 {
  width: 20px;
  padding: 0;
}
div#block-1630194456164 {
  position: absolute;
  bottom: -10px;
  padding: 0;
}
body #section-1630019650111 .row {
  align-items: flex-start;
}
body #section-1630019650111 .col-12 {
  padding: 0;
}
body #section-1630019650111 .col-12 {
  padding: 0;
  margin-top: 30px;
}
body #section-1628865384068 {
  background: #f9f1e2;
}
body #section-1628865384068 .sizer {
  padding-top: 40px;
  padding-bottom: 0;
}
body #block-1633561656387 .image, body #block-1633561656387 .block {
    overflow: visible;
}

#section-1630165908575 .sizer .col-3 {
    position: absolute;
    right: 0;
    top: -150px;
}
body #section-1630165908575 .sizer {
  padding-top: 0;
  margin: -170px 0 0 0;
}
#section-1630165908575 .row {
  position: relative;
}
#section-1630165908575 h3 {
  margin: 10x 0;
  font-size: 22px;
  line-height: normal;
}
body #block-1630165908575_0 {
  padding: 0;
  margin: 30px 0 0 0;
}
#section-1630165908575 .slick-track {
  padding: 0 0 20px 0;
}
#section-1630165908575 .slick-track img {
  max-width: 125px;
  margin: 0 auto;
}
#section-1630165908575 #block-1630198225863 .block {
  padding: 0;
}
#section-1630165908575 #block-1630198225863 {
  padding: 0;
}
#section-1629850042508 {
  margin: 0;
}
body #section-1630198784442 .sizer {
  padding: 0;
}
#section-1630198784442 .sizer .col-12 {
  padding: 0;
  position: relative;
}
#section-1629850042508 #block-1629850277441 {
  margin: 0;
  padding-left: 0;
  position: relative;
  left: -31px;
}
body #block-1629858799522 {
  margin-top: -350px;
  margin-left: 44px;
  position: relative;
  z-index: 999;
}
#section-1629842192297 .container {
  position: static;
}
#section-1629842192297 .countdown__column {
  padding-top: 0;
}
#block-1629842266148 .countdown__label {
  margin: 10px 0 0 0;
  font-weight: 400;
}
#section-1630167253334 {
  position: relative;
}
#section-1630198784442 .sizer #block-1630200450249 {
  position: absolute;
  margin: 0;
  bottom: -30px;
}

#section-1630167253334 .section {
    height: 100%;
}
#section-1630167253334 .section .sizer {
    display: flex;
    height: 100%;
    justify-content: space-around;
    align-items: center;
}

#section-1629842192297 .col-10 {
  position: relative;
}

#section-1630167253334 h3 {
  position: relative;
  display: table;
  float: none;
  margin: 0 auto;
  background: #b2c277;
  margin-bottom: 10px;
  color: #fff;
  padding: 5px 10px;
  
}

body #section-1630167253334 {
    height: 120vh;
}

#section-1630167253334 .container {
  position: static;
}
#section-1630167253334 .col-12 {
  position: absolute;
  top: -75px;
  padding: 0;
}

#section-1628975511027 .purple-highlight + p {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 20px;
}
body #section-1628975511027 .sizer.sizer--full {
  padding-bottom: 0;
}
#section-1629850807422 .row {
  position: relative;
}
#section-1629850807422 .feature__text h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  margin: 0;
}
#section-1630165908575 .container {
  position: static;
}
#section-1630165908575 .container .col-12 {
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#section-1629850042508 .container {
  position: static;
}
#section-1629850042508 #block-1630204467413 {
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
}
body #section-1629850807422 .sizer {
  padding-bottom: 200px;
}
#section-1629843114012 .row {
  align-items: flex-start;
  position: relative;
}
#section-1629843114012 .row:before {
    content: "";
    background-image: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/2148923580/settings_images/nKMHlVsT5SIWfichCBrA_garden-troule-2.png);
    position: absolute;
    top: -215px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
       left: -120px;
}
#section-1629843114012 .row .col-5 {
  margin: 0;
}
div#block-1630798278651 {
  margin-top: 0;
}
#section-1629843114012 p {
  color: #000;
  margin-top: 20px;
  display: inline-block;
}
#section-1629850807422 ul {
  list-style: none;
  padding-left: 20px;
}
#section-1629850807422 ul li {
  position: relative;
  color: #000;
  line-height: normal;
  margin: 0 0 10px 0;
}
#section-1629850807422 ul li:before {
  content: "";
  background-image: url(//s3.amazonaws.com/kajabi-storefronts-production/themes/2148923580/settings_images/TPofgIIQvS1ouFkSIc6j_light_green-g.png);
  position: absolute;
  left: -18px;
  width: 10px;
  height: 10px;
  background-size: 10px;
  opacity: 0.8;
  line-height: normal;
  top: 5px;
}
body #section-1629843114012 {
  background-position: top;
  padding-bottom: 60px;
}
#section-1629844817009 .block span {
  color: #672b76;
  font-family: new-spirit, serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 20px 0;
  display: inline-block;
}
#section-1629844817009 .block h3 {
  margin-bottom: 0;
}
#section-1629844817009 .col-5 .btn {
  background: #b2c277;
  border: none;
  padding: 5px 20px;
}
#section-1629844817009 .col-1 + .col-5 .btn:hover {
  background: #b2c277;
  color: #fff;
  opacity: 1;
  box-shadow: none;
}
#section-1629844817009 .col-5 .btn:hover {
  background: #672b76;
  color: #fff;
}
#section-1629844817009 .col-1 + .col-5 .btn {
  background: #672b76;
}
#section-1629844817009 .col-1 p {
  margin-top: 145px;
}
#section-1629844817009 h3 {
  margin-top: 0;
  font-size: 24px;
}
#section-1629844817009 h2 {
  margin: 0;
}
body #section-1629840270057 .sizer .row {
  margin: -250px 0 0 0;
}
body #section-1629840270057 .container {
  margin-top: 0;
  margin-bottom: 0;
}
body #section-1628975899620 .sizer {
  padding-top: 0;
}
body #section-1628975899620 .sizer .purple {
  margin: 0;
}
body #section-1629844817009 .sizer {
  padding-top: 0;
}
#section-1630179746455 .col-4 {
  position: absolute;
  top: -130px;
}
#section-1628975899620 #block-1628984343753 {
  margin: 0 0 60px 0;
}
#block-1630180505870 .image__image {
  max-width: 200px;
  margin: 0 auto;
}
#section-1629843114012 .col-3 {
  padding: 10px;
}
#section-1629843114012 .col-3 img.feature__image {
  width: 100%;
}
#section-1629843114012 p {
  margin-top: 10px;
}
body #section-1630179746455 .sizer {
  padding-bottom: 50px;
}
#section-1630179746455 .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
}
#section-1630179746455 .slick-dots li.slick-active button:before {
  color: #247348 !important;
}
#section-1630181140345 h2.countdown__number {
  color: #27754b;
}
#section-1630181140345 .countdown__label {
  margin: 0 0 10px 0;
  color: #000;
}
body #section-1630181140345 .sizer {
  padding-top: 0;
}
#section-1630181140345 .row .countdown__column {
  padding-top: 0;
}
#section-1630181140345 .row h3.purple {
  margin-bottom: 0;
}
#section-1630181140345 .sizer {
  padding-bottom: 0;
}
body #section-1630181140345 .container {
  position: static;
}
#section-1630181140345 .row .col-3 {
  position: absolute;
  bottom: -190px;
  right: 75px;
  z-index: -1;
}
#section-1633550255213 .col-10 p {
    max-width: 64%;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
#section-1633550255213 .col-10 .image {
    max-width: 50%;
    margin: 30px auto;
}
#section-1633550255213 #block-1633550428045 {
    position: absolute;
    bottom: -80px;
    width: auto;
    left: 221px;
    z-index: -1;
    min-width: 400px;
}
div#section-1630181813328 {
  margin: -60px 0 0 0;
}
#section-1630181813328 .row {
  padding-top: 30px;
}
#section-1630181813328 .row h3 {
  margin: 0 0 10px 0;
}
#section-1630181813328 .row h3:last-child {
  font-size: 20px;
}
#section-1630181813328 .feature {
  display: flex;
  align-items: flex-start;
}
#section-1630181813328 .feature .feature__image {
  width: 30px;
  margin: 0 15px 0 0;
}
#section-1630181813328 .feature h4 {
  margin: 0;
}
#section-1630181813328 .feature p {
  margin: 10px 0 0 0;
  color: #000;
}
#section-1629850807422 p {
	color: #000;
	max-width: 330px;
	margin: 20px auto;
	font-size: 22px;
	line-height: 1.3;
}
#section-1629841054783 .green-highlight {
    margin: 0 auto;
    display: table;
    width: auto;
    float: none;
    padding-right: 100px;
    margin-bottom: 10px;
}
#section-1629841054783 .white-new {
    margin: 0 0 30px 0;
    color: #247348;
 	line-height: 1.4;
}

#section-1629850807422 .row {
  position: relative;
}

#section-1629141393685 .link-list .link-list__links {
  padding: 5px 0 !important;
}
.block-type--form .form .form-group input {
  text-align: center;
}
.block-type--form .form .form-group input::placeholder {
  color: #000;
  opacity: 0.9;
}
.purple-highlight-main .image__image {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: -30px;
}
.purple-highlight-main h2.purple-highlight {
  display: inline-block;
}
#section-1629843114012 .col-10 .block {
  overflow: visible;
}
.purple-highlight-main {
  position: relative;
  margin: -150px 0 0 0;
  overflow: visible;
}
.slick-slider .slick-dots li {
  margin: 0;
}
.slick-slider .slick-dots li button:before {
  font-size: 8px;
}
.student-say button {
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.student-say button.slick-next {
  right: -110px;
  bottom: -9px;
}
.student-say button.slick-prev {
  left: -110px;
  bottom: -9px;
}
.student-say .slick-dots {
  position: static;
  margin: 30px 0 0 0;
}
.student-say button.slick-prev:before {
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148614790/settings_images/ZnmXj5TLi88fprCsRvfA_Path_2125.png);
  content: "";
  width: 12px;
  height: 14px;
  background-size: 12px;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.student-say button.slick-next::before {
  background-image: url(//kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2148614790/settings_images/N0dLAMXMRA6DelQyoMbl_Path_2124.png);
  content: "";
  width: 12px;
  height: 14px;
  background-size: 12px;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#section-1630165908575 h3 img {
  height: auto !important;
  max-width: 90px;
  margin: 5px;
}
.slick-slide .eco {
  padding: 0 20px;
}
#section-1629863927480 .section {
  height: 100%;
}
#section-1629863927480 .sizer {
  padding: 0;
  height: 100%;
}
#section-1630019650111 .col-6 a.btn {
  position: fixed;
  top: 70px;
  right: 30px;
  z-index: 1;
  width: 200px;
  background-image: url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/2810275/settings_images/wk4GmFtSg2E0WaKyhWcQ_EYP_Enrol_Button.png);
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
  height: 50px;
  box-shadow: none;
}
#section-1629844817009 .pricing__content.custom-icon ul {
  width: auto;
  float: none;
  margin: 1.5rem auto;
  display: table;
}
#section-1629844817009 h4.pricing__name {
  margin: 0 0 10px 0;
}
#section-1629844817009 .pricing__heading {
  font-family: new-spirit, serif;
  color: #000;
}
#section-1629843114012 .col-12 {
  margin: 0 0 40px 0;
}


@media screen and (min-width: 768px) {
  #cookiescript_injected {
    min-width: 400px;
  }
}
body #cookiescript_injected {
  background: #fff;
}
#cookiescript_injected #cookiescript_copyright {
  display: none;
}
#cookiescript_injected #cookiescript_header {
  font-family: new-spirit, serif;
  text-align: center;
  font-size: 27px;
  color: #672b76;
}
#cookiescript_injected #cookiescript_description {
  font-size: 18px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  line-height: normal;
  margin: 0 0 20px 0;
  color: #000;
}
#cookiescript_injected #cookiescript_accept {
  background: #247348;
  font-family: "DM Sans", sans-serif;
  border: none;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: normal;
  padding: 12px;
}
#cookiescript_injected #cookiescript_accept:hover {
  background: #fff;
  color: #247348;
  border-color: #247348;
}
#cookiescript_injected #cookiescript_reject {
  background: #fff;
  color: #247348;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: normal;
  border: 1px solid #247348;
  padding: 12px;
}
#cookiescript_injected #cookiescript_reject:hover {
  background: #247348;
  color: #fff;
}
#cookiescript_injected #cookiescript_readmore {
  display: none;
}

#section-1629141393685 {
	height: 70vh;
}

/***/

#section-1629863927480 h2 + .pink-highlight {margin-top: 40px;}

#block-1629299151253 .block .green {font-size: 35px; margin: 0;}

#section-1630165908575 .sizer .col-5 {position: absolute; bottom: 110px; max-width: 200px; left: 80px;}

#section-1630798048474 p {
    text-align: center;
    margin: 0;
    font-size: 24px;
    color: #000;
    line-height: 1.2;
}
body #section-1630798048474 .sizer {
    padding-top: 40px;
	padding-bottom: 150px;
}

body #block-1630198225863 .scrollDots li {
    background: #247348;
}
#section-1630019650111 .sizer .col-1 .image {
    width: 45px;
    margin: -7px -4px 0 0;
}

#section-1628975511027 .col-10 .block {
    justify-content: space-around;
	overflow: visible;
}
#section-1628975511027 .col-10 .block .image {
    overflow: visible;
}

#block-1633472759387 .image__image {
	    margin: -250px 0 0 0;
}

#section-1628975511027 .col-10 p {
    max-width: 400px;
    margin: 0 auto;
    color: #247348 !important;
    margin-bottom: 50px;
    margin-top: 30px;
    display: table;
    float: none;
}
#section-1628975511027 .col-10 p span {
    color: #247348 !important;
}

#section-1628975511027 .col-10 p span strong {
    font-weight: normal;
}



body #block-1630170193638 .scrollDots li {
    background: #247348;
}

.col-4 img.feature__image {
    width: 100% !important;
}

div#section-1630198784442 {
    margin: -300px 0 0 0;
}

body #section-1629842192297 .sizer {
    padding: 0;
}
.col-4 {
    padding-left: 40px;
    padding-right: 40px;
}

ul.flower li:before{
	
	background-image: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/2148923580/settings_images/MYZQLs6HSnaas3ypJ0Zd_icon-green-new.png);
}

#section-1629842192297 h3.white {
    font-family: "DM Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 32px;
    margin-bottom: 0;
	color: #fff
}

body #block-1629842266148 .countdown__label {
    color: #247348;
	
}
#section-1629843114012 .col-10 {
    margin: 180px 0 0 0;
}

#section-1629843114012 .row .feature__image {
    width: 100%;
}
#section-1629843114012 .row #block-1629844013560 {
    padding-right: 150px;
}
#section-1629843114012 .row #block-1629843760399 {
    padding-left: 150px;
}

#section-1629843114012 .feature__text h6, #section-1629843114012 .feature__text p {
    text-align: left !important;
}


#section-1629843114012 #block-1633542790323 {
    margin: 0;
}

#section-1633547592636 .block p {
    margin: 0 auto 5px auto;
    background: #b2c277;
    width: auto;
    display: table;
    color: #fff;
    font-family: new-spirit, serif;
    font-size: 25px;
    font-weight: 600;
    padding: 5px;
}

#section-1633547592636 .block p:last-child {
    background: no-repeat;
    margin-top: 20px;
}
#section-1633547592636 {
    height: calc(100vh);
}

#section-1633547592636 .section {
    height: 100%;
}
#section-1633547592636 .section .sizer {
    height: 100%;
    display: flex;
    align-items: center;
}

.student-say1 {
    display: flex;
    flex-wrap: wrap;
}
.student-say1 .first {
    width: 33.333%;
    padding: 10px;
}
.student-say1 .first.stud {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
}

.student-say1 .first.stud img {
    float: none;
    margin: 0 auto;
    max-width: 50%;
}

#section-1630179746455 h2.green-highlight {
	margin: 100px 0 0 0;
    display: inline-block;
}

#section-1630181140345 h3.purple {
    max-width: 70%;
    margin: 0 auto;
}

#section-1633550255213 h2 {
    color: #27754b;
    text-align: center;
}

#section-1633550512167 h2 {
    text-align: center;
}
#section-1633550512167 .col-8.block-type--accordion .block {
    background: #F8F1E4;
    padding: 35px;
    border-radius: 12px;
    box-shadow: none;
}

#section-1633550512167 .col-8.block-type--accordion {
    padding: 10px;
}
#section-1633550512167 .col-8.block-type--accordion .media__body {
    color: #247348;
}
body #block-1630181140345_3 .scrollDots li {
    background: #247348;
}


body .header .link-list__link {
    padding: 5px 40px;
    background: #247348;
    border-radius: 32px;
}
.header__wrap {
    padding: 10px 0;
}
#block-1630204467413 .image__image {
    width: 100%;
    transform: rotate(
180deg);
	position: relative;
}
body #block-1633561656387 .image__image {
    max-width: 150px;
    width: 100%;
    margin: 0 0 -100px 0;
	position: relative;
    z-index: 1;
}
body #block-1633566562890 .image__image {
    opacity: 0;
	width: 0;
}

body #section-1629841054783 .row {
    margin: 70px 0 0 0;
	align-items: flex-start;
	justify-content: center;
}


body #section-1633980130181 .sizer {
    padding: 0;
}
#section-1633980130181 .sizer .container {
    max-width: 100%;
    padding: 0;
}
#section-1633980130181 .sizer .container .col-12 {
    padding: 0;
}
#section-1633978896856 .event {
    max-width: 600px;
    margin: 0 auto;
}

body #section-1633978896856 .sizer {
    padding-top: 50px;
    padding-bottom: 50px;
}
#section-1633978896856 h3 {
    margin: 0;
    color: #247348;
}

#block-1633978921334 .countdown__label {
    color: #000;
}
#section-1629850042508 .sizer .row {
    margin: 40px 0 0 0;
}
#section-1629842192297 .col-10 p strong {
    font-size: 25px;
    color: #247348;
}
#section-1629842192297 #block-1633972894151 {
   position: relative;
	padding: 30px;
}
#section-1629842192297 #block-1633972894151 h4 {
    color: #247348;
}
#section-1629842192297 #block-1633972894151 .form-btn, #section-1633978896856 button#form-button {
    background: #fff;
    color: #247348;
    width: 250px;
	border: none;
}
#block-1633974030172 .form {
    max-width: 600px;
    margin: 0 auto;
}
#section-1629841054783 .feature .feature__image {
    width: 100%;
}

#section-1629841054783 h6 {
    text-align: left !important;
}
#section-1629841054783 .feature__text p {
    text-align: left !important;
    color: #000;
}

body #section-1629841054783 {
	background-position: top;
	background-color: #f9f1e2;
}
body #section-1629841054783 .sizer {
    padding-bottom: 50px;
}
#block-1633974030172 .form-btn {
    box-shadow: none;
}
#section-1629141393685 {
    background-color: #f9f1e2;
}
#section-1629141393685 .container {
    position: static;
}
#section-1629141393685 .container #block-1633988073337 {
    position: absolute;
    top: -250px;
    width: 300px;
    left: 0;
}
#section-1629141393685 .section {
    height: 100%;
}
#section-1629141393685 .section .sizer {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
#block-1633974030172 .form-btn {
    width: 200px;
}

.header {
    background-color: transparent !important;
    position: absolute;
    z-index: 9;
	padding: 20px;
    width: 100%;
}

#section-1629863927480 .green-highlight {
    border: none;
	font-size: 35px;
}
#section-1629863927480 h2.white-highlight {
    background: #fff;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    padding: 0.2rem 1rem;
    color: #247348;
    font-size: 24px;
    font-family: "DM Sans", sans-serif;
}
#section-1629863927480 h6.white-highlight span {
    width: auto;
    float: none;
    margin: 3px auto;
    background: #fff;
    display: table;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    padding: 2px 10px;
    text-align: center;
}

#section-1629863927480 .form h4 + p {
	font-size: 18px;
}

#section-1629863927480 .section__overlay {
    background: rgba(0,0,0,0.3);
}

#section-1629863927480 h5 {
    margin: 0;
}
#section-1629863927480 h5 span {
    color: #fff;
}

#section-1629863927480 h6 {
    line-height: 1.5;
}

#section-1629863927480 .form h4 {
    margin: 0;
}
#section-1629863927480 .form h4 + p {
    margin: 10px 0;
    color: #fff;
}
#section-1629863927480 .form form {
    width: 500px;
    margin: 0 auto;
}
#section-1629863927480 .form form input {
    text-align: left;
    padding: 10px 20px;
	    line-height: normal;
}
#section-1629863927480 .form form button#form-button {
    width: 300px;
}
#section-1629863927480 .form form .form-group {
    margin: 0 0;
}
#section-1629863927480 .col-7, #section-1629863927480 .col-6, #section-1629863927480 .text-center {
    z-index: 1;
}

#section-header .header {
    background-color: transparent;
}

#section-1629863927480 .row, #block-1634234772565 .block {
	    z-index: 1;
		    text-align: center;
}
/**Responsive csss**/

@media screen and (max-width: 1500px)
{
	#section-1629863927480 .green-highlight {font-size: 30px;}
	
	#section-1629863927480 h5 {font-size: 18px; margin: 0;}
	
	#section-1629863927480 h6 {line-height: normal; font-size: 18px;}
	
	#section-1629863927480 .form h4 + p {margin: 10px 0;}
	
	#section-1629863927480 .form form input {padding: 8px 20px; width: auto; margin: 0 auto; min-width: 500px; height: auto; line-height: normal;} 
	
	#section-1629863927480 .form form .form-group {margin: 0 0 0 0;}

}


@media screen and (max-width: 1600px) and (min-width: 1200px) {
  #section-1630179746455 h2.green-highlight {
    font-size: 35px;
  }
  
  #section-1630198784442 .sizer .col-12 {
	margin-top: 105px;
  }
  
}
@media screen and (max-width: 1400px) {
  #section-1630167253334 .col-12 {
    top: -55px;
  }
  
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .h1,
  h1 {
    font-size: 55px;
  }
  #section-1630019650111 .col-2 {
    width: 25%;
}
}
@media screen and (max-width: 1200px) {
  #section-1630019650111 .sizer h4 {
    font-size: 22px;
  }
  #section-1630019650111 .sizer h4 + p {
    font-size: 13px !important;
  }
  #section-1629863927480 .col-7, #section-1629863927480 .col-6 {
    width: 100%;
	}
}
@media screen and (min-width: 1200px) {
  div#block-1629850042508_0 {
    padding-left: 150px;
  }
  #section-1629843114012 .row .col-5 h2.purple {
    max-width: 70%;
  }
  #section-1629843114012 .sizer {
    padding-bottom: 120px;
  }
  #section-1630181813328 .image {
    padding: 0 100px;
  }
  #block-1630183060860 .image__image {
    margin: 0 0 0 35px;
  }
  #section-1629002311104 .col-8 h2.green-highlight {
    font-size: 56px;
  }
  body #section-1630019650111 .row > div {
	  width: auto;
    min-width: 120px;
	}
	body #section-1630019650111 .row .col-3 {
    margin-left: 40px;
	}
	
	#block-1630020226258 .btn {
		padding: 10px 40px;
		min-width: 220px;
	}
	
	#section-1630798048474 h2.green {
		margin: 0 0 40px 0;
		font-size: 35px;
	}
	body #section-1630798048474 h2 {
		font-size: 35px;
	}
	
	#section-1629842192297 .event {
		max-width: 70%;
		margin: 0 auto;
	}
	
	#section-1629843114012 .row #block-1629843760399 {
		padding-left: 150px;
	}
	#section-1629843114012 .feature__text h6 {
		padding-right: 150px;
	}
	#section-1629841054783 .white-new {
		line-height: 1.4;
	}
	
	body #section-1629841054783 #block-1633982037415 {
		padding-left: 150px;
	}
	
	#section-1629841054783 #block-1633982201088 {
		padding-right: 150px;
	}

	
  
}
@media screen and (max-width: 992px) {
  #section-1630167253334 .col-12 {
    top: -40px;
  }
  #block-1629842266148 .countdown__number {
    font-size: 45px;
  }
  #section-1630198784442 .sizer #block-1630200450249 {
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  body #section-1629863927480 .container {
	position: static;
    top: 50%;
    /* transform: translateY(-50%); */
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
	}
  #section-1629863927480 .row {
    width: 100%;
  }
  .h2,
  h2 {
    font-size: 45px;
  }
  #section-1629843114012 .col-12 p {
    color: #000;
    margin-top: 20px;
    display: inline-block;
    padding: 0 150px;
  }
  body #block-1630179746454_0 .block {
    padding-top: 0;
  }
  .h1,
  h1 {
    font-size: 70px;
  }
  #section-1630019650111 #block-1630454870524 {
    display: none;
  }
  div#section-1630456955794 {
    display: none;
  }
  #section-1629863927480 .block-type--cta {
    display: none;
  }
  #section-1630181140345 .col-8 p {
    display: none;
  }
  #section-1630165908575 .slick-track img {
    max-width: 80%;
  }
  #section-1629844817009 .pricing__heading {
    font-size: 25px;
  }
 body  #section-1633550255213 .sizer {
    padding-top: 0
	}
	
	#block-1629840375847 .block {
    max-width: 85%;
    margin: 0 auto;
	}
	
	#block-1633978921334 .countdown__number {
		font-size: 5rem;
	}
	#block-1633978921334 .countdown__label {
    font-size: 25px;
	}
	
	#section-1633978896856 #block-1633978973621 .block {
    max-width: 700px;
    margin: 0 auto;
	}

}
@media screen and (max-width: 767px)
{
  .header__container {
	  justify-content: space-around;
	}
  
  #block-1629863927480_0 .block {
    text-align: center;
  }
  #section-1630019650111 .block {
    text-align: center;
  }
  body #section-1630019650111 .row {
    justify-content: space-around;
  }
  #section-1630019650111 .sizer .col-1 .block.box-shadow-none {
    justify-content: space-around;
  }
  #section-1630165908575 .sizer .col-3 {
    position: static;
  }
  #section-1630165908575 .sizer .col-3 img.image__image {
    max-width: 150px;
    margin: 0 auto;
  }
  #section-1630165908575 .col-2 .block {
    display: none;
  }
  #section-1628865384068 #block-1629299151253 p {
    margin-bottom: 0;
  }
  #section-1630165908575 .sizer .col-3 {
    padding-bottom: 0;
  }
  #block-1630196345685 {
    padding-top: 0;
  }
  #block-1630196961277 .block {
    overflow: visible;
  }
  #section-1629850042508 #block-1630204467413 {
    top: 0;
  }
  #section-1630165908575 h3 {
    margin: 10px 0;
    font-size: 12px;
  }
  #section-1630165908575 h3 img {
    height: auto !important;
    max-width: 60px;
    margin: 0 5px;
  }
  body #section-1629850042508 .sizer {
    padding-top: 60px;
	padding-bottom: 0;
  }
  #section-1629850042508 #block-1629850277441 {
    left: 0;
  }
  #section-1630198784442 .sizer #block-1630200450249 {
    bottom: 16px;
  }
  #section-1630167253334 .col-12 {
    top: -19px;
  }
	#section-1629850807422 .feature__text h4 {
	    text-align: center !important;
	}
  body #section-1629850807422 .sizer {
    padding-bottom: 0;
  }
  #section-1629843114012 .col-3 {
    padding: 20px 30px;
  }
  #section-1629843114012 .col-10 {
    margin: -170px 0 20px 0;
    padding: 0;
  }
  body #section-1629843114012 {
    padding-bottom: 20px;
    background: #f9f1e2;
    margin-top: 180px;
  }
  #section-1629843114012 .col-3 img.feature__image {
    margin: 20px 0 10px 0 !important;
  }
 
  body #section-1628975511027 .sizer.sizer--full {
    padding-bottom: 40px;
  }
  #section-1628865384068 h3.purple {
    font-size: 22px;
  }
  #block-1629850807422_0 .block p {
    margin: 0 auto;
	    max-width: 300px;
  }
  div#section-1629844817009 {
    padding-top: 50px;
  }
  #section-1629844817009 .block span {
    font-size: 20px;
  }
  #section-1629844817009 .col-5 .btn {
    padding: 10px 20px;
    font-size: 20px;
  }
  #section-1629844817009 .col-1 p {
    margin-top: 0;
  }
  #section-1630179746455 .col-4 {
    top: -83px;
  }
  #block-1630180505870 .image__image {
    max-width: 100px;
  }
  body #block-1630179746454_0 {
    text-align: center;
  }
  #block-1630179746454_0 {
    position: relative;
    top: 93px;
    z-index: 99;
  }
  #section-1630179746455 .slick-track {
    padding-bottom: 30px;
  }
  #section-1630181140345 .row .col-3 {
    position: relative;
    bottom: -25px;
    right: 0;
    margin: 60px 0 0;
  }
  body #section-1630181813328 .sizer {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #section-1630181813328 .feature h4,
  #section-1630181813328 .feature p {
    text-align: left;
  }
  #section-1629841054783 .row {
    margin: 40px 0 0;
  }
  #section-1629042418806 .sizer {
    padding-top: 0;
  }

  #section-1630019650111 #block-1630454870524 {
    margin: -75px 0 0 0;
    position: relative;
  }
  .h1,
  h1 {
    font-size: 25px;
  }
  #section-1630019650111 .sizer h4 + p {
    margin: 0 !important;
  }
  #section-1630019650111 .sizer h4 {
    font-size: 18px;
  }
  #section-1630019650111 .col-2 .block {
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center;
    width: auto;
    border-bottom: 1px solid #9a9a9a;
    border-radius: 0;
    padding-bottom: 10px;
    min-width: 150px;
  }
  #section-1630019650111 #block-1630020175079 .block {
    border: none;
  }
  #section-1630456955794 .block-type--dots {
    padding: 0;
  }
  #section-1630456955794 .block-type--dots .block {
    padding: 0;
  }
  #section-1630456955794 .block-type--dots .block .scrollDots {
    position: static;
    margin: 0 auto;
  }
  #section-1629863927480 .container.container--full {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 20px 0 0;
  }
  
  #section-1629850042508 .container {
	  padding-bottom: 0;
  }
  #section-1629850042508 .container ul.flower {
    padding-bottom: 0;
    margin-bottom: 0;
}
  div#section-1630019650111 {
	margin: -31px 0 0 0;
    background: #fff;
	    position: relative;
  }
  
  #block-1629299151253 .block .green {
	 font-size: 25px;
  }
  
#section-1629863927480 {
    background-position: right -150px top 0 !important;
	height: 120vh !important;
}
  
  #section-1629863927480 .form form input {
	      min-width: 100%;
  }
  
  #section-1629863927480 .form form {
	      width: 100%;
		  padding: 0 20px
  }
  #section-1629863927480 .block-type--cta {
    display: none;
    position: absolute;
    bottom: -18px;
  }
  #section-1629850807422 .feature__text {
    text-align: center;
  }
  #section-1629850807422 ul li {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    margin-bottom: 5px;
  }
  .purple-highlight-main {
    margin: 20px 0 0;
  }
  .purple-highlight-main .image__image {
    max-width: 200px;
  }
  .purple-highlight-main h2.purple-highlight {
    margin: 0 0 10px 0;
  }
  .h2,
  .h3,
  h2,
  h3 {
    font-size: 25px;
  }
  #section-1629843114012 .col-4 {
    padding: 20px 40px;
  }
  #section-1629843114012 #block-1629843633207.col-10 {
    display: none;
  }
  body #section-1629840270057 .sizer .row {
    margin: -100px 0 0 0;
  }
  #block-1629840375847 .block h3.white {
    margin-top: 0;
  }
  #section-1629840270057 .sizer {
    height: 72vh;
  }
  #section-1629843114012 .feature__text {
    margin-top: 25px;
  }
  #section-1630181140345 .event .row {
    max-width: 300px;
    margin: 0 auto;
  }
  #section-1628975899620 {
    background-size: 50%;
  }
  body #block-1629859870123 .image__image {
    width: 50%;
    margin: 0 auto;
  }
  p {
    font-size: 16px;
  }
  #section-1630179746455 .slick-track {
    margin-top: 40px;
  }
  #block-1630183060860 .image {
    margin: 0 0 20px 0;
  }
  #section-1630181813328 .feature h4 {
    font-size: 22px;
  }
  
  #section-1629863927480 .col-7, #section-1629863927480 .col-6 {
	  position: relative;
  }

  .slick-slide .eco {
    padding: 0 5px;
  }
  div#block-1630194456164 {
    bottom: 8px;
  }
  #section-1628975511027 h4 {
    font-size: 25px;
  }
  #section-1628975511027 .row {
    margin-top: 60px;
  }
  #section-1630019650111 .col-6 a.btn {
    right: 0;
  }
  div#section-1630198784442 {
	margin: -20px 0 0 0;
  }
  #section-1629850042508 {
	  margin: 0
  }
	body #section-1630167253334 {
		height: 50vh;
	}
	#section-1629843114012 .row #block-1629843760399 {
		padding: 40px;
	} 
	
	.header__content--desktop .header__block--show {
	width: 100%;
    text-align: center;
    margin: 0 !important;
		}
	
	#section-1629843114012 .feature__text h6, #section-1629843114012 .feature__text p {
		text-align: center !important;
	}
	#section-1629843114012 .row #block-1629844013560 {
		padding: 40px;
	}
	
	body #block-1633561656387 .image__image {
		    margin: 0 auto;
	}
	#section-1629841054783 .green-highlight {
		margin: 0 auto 40px auto;
		display: table;
		width: auto;
		float: none;
		padding: 0 10px;
	}
	
	
	#section-1629841054783 .sizer {
		    padding-top: 130px;
	}
	
	#section-1629842192297 h3.white {
		font-size: 25px;
	}
	
	#section-1629842192297 #block-1633972894151 h4 {
    font-size: 25px;
	}
	
	#block-1633974030172 .form {
		max-width: 100%;
	}
	
	#block-1633974030172 .form h4 {
		font-size: 25px;
	}
	
	#section-1629141393685 .container #block-1633988073337 {
		    top: -130px;
			width: 200px;
			left: -30px;
		}
		
		#section-1629863927480 .form h4 {
			font-size: 20px
		}
		
}
@media screen and (max-width: 480px) {
	
	#section-1629863927480 .green-highlight {
		font-size: 22px;
	}
	
	#section-1629863927480 h5, #section-1629863927480 h6 {
		    font-size: 16px;
			padding: 0 20px
	}
	
	#section-1629863927480 h2.white-highlight {
		font-size: 20px;
	}

}

@media screen and (max-width: 370px) {
  #section-1630198784442 .sizer #block-1630200450249 {
    bottom: 22px;
  }
  div#section-1629842192297 {
    margin: -23px 0 0 0;
  }
  #section-1630167253334 .col-12 {
    top: -15px;
  }
  #section-1630165908575 h3 {
    font-size: 7px;
  }
}
.header .header__container .header__block .link-list .link-list__link {
  font-weight: 600;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header .header__container {
    padding: 0 20px;
  }
  .header__content--desktop .header__block {
    margin: 0 0 !important;
  }
  .header__content--desktop .header__block--dropdown a,
  .header__content--desktop .header__block--menu a {
    font-size: 12px;
    padding: 30px 10px !important;
  }
  #block-1630213817235 .link-list .link-list__link:nth-child(1) {
    margin-right: 0;
  }
  body #section-1628865384068 p {
    font-size: 10px;
    line-height: normal;
  }
  #section-1628940861659 .col-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .header .header__container .header__block .link-list .link-list__link {
    width: auto;
  }
  .header .header__container {
    justify-content: space-between;
    position: static;
  }
  .header .header__container .dropdown__menu {
    background-color: #247348 !important;
    display: flex;
    left: 0 !important;
    right: 0;
    top: 100%;
    justify-content: center;
  }
  .header .header__container .header__switch-content.header__spacer {
    display: none;
  }
  .header .header__content--desktop {
    padding: 0;
    position: relative;
  }
  .header .dropdown__menu .dropdown__item a {
    color: #fff !important;
  }
  .header .dropdown__menu .dropdown__item a:hover {
    color: #247348 !important;
    text-decoration: underline;
    background: 0 0;
  }
  .header .dropdown:hover .dropdown__menu {
    display: flex !important;
    opacity: 1 !important;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .header .dropdown {
    position: static !important;
  }
  .header,
  .header .link-list__link {
    font-size: 14px !important;
    font-weight: bolder;
  }
  .header .logoright .dropdown__trigger {
    padding: 30px 20px;
  }
  .header .logoright .dropdown__trigger:hover {
    background: #247348;
    filter: brightness(100%);
  }
  #block-1630213817235 .link-list .link-list__link:nth-child(1) {
    margin-right: 14px;
  }
  .header .link-list__link {
    padding: 30px 20px;
  }
  .header__wrap .logoleft {
    display: flex;
    align-items: center;
  }
  #block-1630221275179 .dropdown__trigger {
    background: #672b76;
  }
  
  body #block-1629842266148 .countdown__label {
 	font-size: 25px
	}
	
	#block-1629842266148 .countdown__number {
		font-size: 5rem;
	}
}
@media (max-width: 767px) {
  .header__content--mobile .dropdown .dropdown__menu {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header__content--mobile .dropdown.dropdown--open .dropdown__menu {
    height: auto;
    opacity: 1;
    visibility: inherit;
    left: 0 !important;
  }
  .header__content.header__content--mobile .header__switch-content {
    padding:20px 20px 0 20px
  }
  .header__content--mobile .dropdown__item a {
    margin: 0;
    padding: 8px 10px !important;
  }
  .header__content--mobile .link-list__link {
    display: block;
    margin: 0;
    padding: 8px 0 !important;
  }
  .header__content--mobile .dropdown__trigger {
    display: block !important;
  }
  .dropdown__item a,
  .header a.link-list__link,
  .header__content--mobile {
    overflow-x: hidden;
    text-align: left !important; 
  } 
  

}
