:root {
  --white-smoke: #ececec;
  --dark-green: #22312e;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #22312e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.section-body {
  min-width: 1200px;
  height: 100vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.col-1 {
  flex-direction: column;
  flex: 0 auto;
  display: flex;
  position: relative;
}

.col-2 {
  background-color: #e2e4e6;
  background-image: url('../images/suburbs_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 10px;
  width: 30%;
  height: 100vh;
  min-height: 600px;
  margin-top: 30px;
}

.header {
  border-bottom: 1px none var(--white-smoke);
  justify-content: space-between;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.nav-menu {
  background-color: var(--dark-green);
  transform-origin: 0 0;
  background-image: linear-gradient(315deg, #628a68, #fff0);
  border-bottom-right-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80px;
  padding-top: 20px;
  padding-left: 14px;
  font-size: 28px;
  display: flex;
}

.nav-menu:hover {
  background-color: #628a68;
  transform: scale(1.03);
}

.header-logo {
  align-items: center;
  width: 150px;
  margin-left: 40px;
  display: flex;
}

.header-logo.w--current:hover {
  width: 160px;
}

.col-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-bottom: 20px;
  padding-left: 120px;
  display: flex;
}

.content-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-hero {
  background-color: #628a68;
  background-image: linear-gradient(0deg, #22312e, #fff0);
  border: 1px #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  margin-top: 20px;
  margin-right: 10px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.button-hero:hover {
  background-color: #22312e;
  transform: scale(1.02);
}

.button-hero:active {
  transform: scale(1.02)translate(0, 2px);
}

.button-hero.alt {
  color: #22312e;
  background-color: #0000;
  background-image: none;
  border: 1px solid #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.button-hero.alt:hover {
  border: 1px solid var(--dark-green);
}

.button-hero.white {
  background-color: #fff0;
  background-image: none;
  border-style: solid;
  border-color: #fff;
}

.button-hero.white:hover {
  background-color: #22312e;
  border-color: #22312e;
}

.header-social {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30%;
  margin-right: 20px;
  display: flex;
}

.social-link {
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  display: flex;
}

.social-link:hover {
  border-color: #51725980;
  transform: scale(1.1);
}

.social-link:active {
  transform: scale(1.1)translate(0, 2px);
}

.header-col-1 {
  display: flex;
}

.col-reviews {
  justify-content: space-between;
  height: 80px;
  padding-left: 80px;
  padding-right: 20px;
  display: flex;
}

.footer-col-1 {
  display: flex;
}

.footer-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.footer-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link-label {
  flex: none;
  margin-right: 20px;
}

.footer-link-icon {
  flex: none;
}

.hero-float {
  transform-origin: 50%;
  width: 300px;
  height: 250px;
  position: absolute;
  top: 40vh;
  bottom: 0;
  right: -13%;
}

.hero-description {
  margin-right: 10%;
}

.hero-bottom {
  width: 100%;
  display: flex;
}

.page-load-overlay {
  z-index: 100;
  background-color: var(--dark-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  font-size: 30px;
  display: none;
  position: absolute;
  inset: 0;
}

.loading-text {
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.modal {
  z-index: 99;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: scroll;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.cta-button {
  float: left;
  box-shadow: none;
  color: #293c35;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  transition: border .5s, transform .5s, box-shadow .5s;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.cta-button:hover {
  border-bottom-style: none;
  text-decoration: none;
  transform: translate(0, -2px);
  box-shadow: 0 4px 2px #0000001a;
}

.cta-button:active {
  transform: translate(0, -2px)scale(.95);
}

.cta-button.secondary-button {
  color: #fff;
  background-color: #fff3;
  text-decoration: none;
}

.cta-button.secondary-button.back {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
  position: absolute;
  top: 20px;
  left: 20px;
}

.cta-button.secondary-button.back.w--current {
  color: #2c3f37;
  background-color: #ffffffbf;
  border-radius: 10px;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
}

.cta-button.secondary-button.back.w--current:hover {
  background-color: #fff;
}

.content-part {
  background-color: #0000;
  flex: 1;
  max-width: 1440px;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.content-part.hero {
  color: #fff;
  background-color: #22312e;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding: 5% 5% 30vh;
  position: relative;
}

.profile-description {
  flex: 1;
  max-width: 600px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-link {
  color: #fff;
  text-transform: none;
  text-decoration: underline;
  transition: none;
}

.about-text {
  letter-spacing: 0;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.formwrapper-2 {
  color: #98908a;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  max-width: 40%;
  margin-left: 10%;
  padding: 40px;
}

.hero-heading-2-2 {
  color: #273a34;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.about-text-2 {
  letter-spacing: 0;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
}

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

.hero-slider-image-wrap {
  border-radius: 10px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.max-600 {
  max-width: 600px;
}

.column.hero-image-column {
  z-index: 2;
  align-items: center;
}

.column.flex-center {
  align-items: center;
}

.column.workouts-headline {
  margin-bottom: 60px;
}

.slide-nav {
  margin-top: 50px;
  font-size: 8px;
  display: none;
  top: 100%;
}

.scribble-text {
  color: #587d60;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.scribble-text.slider-name {
  color: #baba96;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Kastelov Kinetika Ultra, Impact, sans-serif;
  font-size: 60px;
  position: relative;
}

.container {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 95%;
  max-width: 1450px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.container.payment-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e6e6d5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 30px;
  display: flex;
}

.container.insta-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.free-plan-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.arrow-nav {
  background-color: #e6e6d521;
  border: 1px solid #e6e6d5;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.arrow-nav:hover {
  padding-left: 10px;
}

.arrow-nav.left-arrow:hover {
  padding-left: 0;
  padding-right: 10px;
}

.label {
  color: #283a33;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.label._30-margin {
  color: #273933;
  margin-bottom: 30px;
}

.label._15-margin {
  margin-bottom: 15px;
}

.label.grey-label {
  color: #dfdfdf;
}

.label.footer-label {
  color: #fff;
  margin-bottom: 15px;
}

.hero-slider-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #081158;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.hero-nav-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  height: 100px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
  left: 0;
}

.hero-nav-arrow.right-arrow {
  align-items: flex-end;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 85px;
  left: 25%;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.hero {
  background-color: #e5e5d5;
  overflow: hidden;
}

.section.social-proof {
  color: #fff;
  background-color: #283a33;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.footer-section {
  background-color: #283a33;
  padding-top: 100px;
  padding-bottom: 40px;
}

.section.footer-insta {
  background-color: #fff;
  justify-content: center;
  overflow: hidden;
}

.section.premium-classes {
  color: #fff;
  background-color: #283a33;
  background-image: url('../images/commonwealth-creative-holly-corner-tree-landscape-logo.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 300px;
}

.hero-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

._10-margin {
  margin-bottom: 10px;
}

.greenline {
  background-color: #283a33;
  width: 150%;
  height: 10vh;
  position: absolute;
  top: -35px;
  transform: rotate(-2deg);
}

.greenline.bottom {
  top: auto;
  bottom: -35px;
}

.pagewrap {
  min-width: 100%;
  max-width: 100%;
  margin-top: -80px;
  margin-bottom: -80px;
  padding-top: 81px;
  padding-bottom: 81px;
  overflow: hidden;
}

.footer-contact-link {
  color: #fff;
  font-size: 30px;
  line-height: 2em;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.footer-link-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
}

.footer-link-2.tinytext {
  color: #587d60;
  font-size: 12px;
  text-decoration: none;
}

.payment-trustmark-wrap {
  background-color: #e6e6d5;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 15px;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.payment-trustmark-wrap.big-trustmark {
  padding: 0;
}

.trustmark-image {
  filter: sepia();
  height: 16px;
  display: block;
}

.trustmark-image.smaller {
  height: 10px;
}

.trustmark-image.big {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.brand-logo {
  object-fit: contain;
  height: 350%;
  display: block;
}

.footer-brand {
  border-bottom-style: none;
  height: 30px;
  padding-left: 0;
}

.insta-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insta-section-line {
  z-index: 2;
  background-color: #e6e6d5;
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(2deg);
}

.insta-row {
  align-items: center;
  width: 150vw;
  margin-bottom: 100px;
  display: flex;
}

.insta-row.row-2 {
  margin-bottom: 0;
  margin-left: -50vw;
}

.insta-post-wrap {
  border-radius: 10px;
  flex: none;
  width: 400px;
  height: 400px;
  margin-right: 100px;
  overflow: hidden;
}

.social-icon {
  height: 50px;
  margin-right: 15px;
  display: block;
}

.social-wrap {
  color: #283a33;
  flex: none;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.social-wrap:hover {
  color: #fff;
}

.jumbo {
  font-size: 90px;
  line-height: 1.1em;
}

.product-description {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.price-wrap {
  color: #ec8675;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.link {
  color: #283a33;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-bottom-color: #081158;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link:hover {
  background-position: 7px;
  border-bottom-color: #20349200;
  padding-left: 20px;
}

.tan {
  color: #e6e6d5;
}

.footerlinks {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.paymenticons {
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  display: flex;
}

.grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.link-hover {
  color: #283a33;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.testimonial-twitter {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 40px;
}

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

.text-100 {
  font-size: 16px;
  line-height: 18px;
}

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

.width-100 {
  width: 100%;
}

.inner-container._490px {
  max-width: 490px;
}

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.social-icon-font {
  line-height: 21px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.mg-top-24px {
  margin-top: 24px;
}

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

.flex-growth {
  flex: 1;
}

.social-icon-square {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.twitter-color {
  color: #1ba4ff;
  background-color: #eef8ff;
}

.social-icon-square.twitter-color:hover {
  color: #fff;
  background-color: #1ba4ff;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.product-link {
  border-radius: 10px;
  padding-top: 500px;
  text-decoration: none;
  overflow: hidden;
}

.product-link._1 {
  background-image: url('../images/holly-corner-tree-landscaping-tree-removal_1.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.product-link._2 {
  background-image: url('../images/holly-corner-landscaping-design_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-link._3 {
  background-image: url('../images/holly-corner-landscape-stump-removal_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 20px;
}

.product-link._4 {
  background-image: url('../images/holly-corner-landscape-lawn-maintenace_1.webp');
  background-position: 50% 0;
  background-size: auto;
}

.product-link._5 {
  background-image: url('../images/holly-corner-tree-landscape-trimming-pruning.png');
  background-position: 0 0;
  background-size: auto;
}

.product-link._6 {
  background-image: url('../images/holly-corner-tree-landscaping-emergency-tree-removal_1.webp');
  background-position: 50%;
  background-size: auto;
}

.footer {
  color: #4e5d63;
  text-align: center;
  background-color: #202123;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 2.5%;
  font-family: Kastelov Kinetika, Impact, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block {
  text-align: left;
}

.contact-logo {
  max-width: 300px;
}

.cta {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: scroll;
}

.fa-solid {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.fa-solid.white {
  color: #fff;
  font-size: 30px;
}

.fa-solid.inline {
  margin-right: 15px;
}

.footerlink {
  color: #4e5d63;
}

.menutextlink {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section-body {
    min-width: auto;
    min-height: 600px;
  }

  .col-content {
    padding-left: 20px;
  }

  .header-social {
    margin-left: 20%;
  }

  .hero-float {
    right: -150px;
  }

  .modal {
    margin-bottom: 140px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.secondary-button.back.w--current {
    inset: 60px 5% auto auto;
  }

  .content-part {
    width: 640px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-part.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 40px;
    padding-right: 5%;
  }

  .formwrapper-2 {
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    position: relative;
    top: 20px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .hero-nav-arrow.right-arrow {
    padding-right: 50px;
  }

  .hero-nav-arrow.left-arrow {
    padding-left: 15px;
  }

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

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .insta-section-line {
    height: 150px;
  }

  .insta-post-wrap {
    width: 200px;
    height: 200px;
    margin-right: 50px;
  }

  .social-icon {
    height: 30px;
  }

  .social-wrap {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .jumbo {
    font-size: 70px;
  }

  .product-description {
    padding: 20px;
  }

  .price-wrap {
    order: -1;
    margin-bottom: 15px;
    display: flex;
    position: relative;
    top: 0;
    right: 0;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .product-link {
    padding-top: 300px;
  }

  .product-link._1 {
    background-position: 50%;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
  }

  .contact-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .menutextlink {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-body {
    overflow: hidden;
  }

  .col-1 {
    width: 90%;
  }

  .col-2 {
    background-position: 0%;
    width: 10%;
  }

  .col-content {
    width: auto;
  }

  .content-hero {
    width: 80%;
  }

  .header-social {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 25%;
    margin-right: auto;
    position: absolute;
  }

  .col-reviews {
    padding-left: 20px;
  }

  .hero-float {
    width: 250px;
  }

  .hero-bottom, .page-load-overlay {
    flex-flow: column;
  }

  .loading-text {
    text-align: center;
    font-size: 38px;
  }

  .hero-heading {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .cta-button {
    flex: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .content-part {
    width: 500px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .content-part.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100vh;
    padding: 40px 5% 200px;
  }

  .hero-heading-2-2 {
    margin-bottom: 10px;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .container.footer-container {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .container.payment-logos {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    display: flex;
  }

  .hero-nav-arrow.right-arrow {
    margin-top: 300px;
    margin-bottom: auto;
    margin-right: 0;
    padding-right: 15px;
    left: auto;
  }

  .hero-nav-arrow.left-arrow {
    margin-top: 300px;
  }

  .section.social-proof {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.premium-classes {
    background-size: 200px;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .footer-contact-link {
    font-size: 20px;
  }

  .footer-link-2 {
    font-size: 15px;
  }

  .footer-brand {
    height: 20px;
    margin-bottom: 30px;
  }

  .insta-section-line {
    flex-flow: wrap;
  }

  .social-wrap {
    justify-content: flex-end;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .social-wrap.left-social {
    justify-content: flex-start;
  }

  .jumbo {
    font-size: 50px;
  }

  .footerlinks {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .paymenticons {
    justify-content: flex-start;
    align-items: stretch;
    width: 95%;
    display: flex;
  }

  .grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .product-link._1 {
    background-position: 50% 100%;
  }

  .product-link._3 {
    background-position: 50% 200%;
  }

  .footer {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-logo {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .section-body {
    min-height: 800px;
  }

  .col-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .col-2 {
    min-height: 800px;
  }

  .header-logo {
    width: 130px;
    margin-left: 0;
  }

  .col-content {
    margin-top: 80px;
  }

  .content-hero {
    width: 90%;
  }

  .header-social {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 10px;
    position: absolute;
  }

  .social-link {
    width: 40px;
  }

  .hero-float {
    right: -200px;
  }

  .hero-description {
    font-size: 14px;
    line-height: 20px;
  }

  .page-load-overlay {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .cta-button {
    padding: 6px 7px;
    font-size: 1rem;
  }

  .content-part {
    width: 90%;
    padding: 20px 6%;
  }

  .content-part.hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 80vh;
    padding: 60px 20px 400px;
  }

  .profile-description {
    flex: 0 auto;
  }

  .formwrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-2-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .hero-slider-image-wrap {
    height: 300px;
    overflow: hidden;
  }

  .container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.grid-3 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .container.footer-container {
    grid-template-columns: 1fr;
  }

  .arrow-nav {
    width: 50px;
    height: 50px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .hero-nav-arrow.right-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
  }

  .hero-nav-arrow.left-arrow {
    width: 100px;
    height: 70px;
    margin-top: 255px;
    margin-bottom: 0;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.footer-section {
    padding: 50px 10px;
  }

  .section.premium-classes, .hero-slider-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-contact-link {
    font-size: 15px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .insta-section-line {
    align-content: center;
  }

  .insta-post-wrap {
    width: 150px;
    height: 150px;
  }

  .social-icon {
    margin-right: 10px;
  }

  .social-wrap {
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .jumbo {
    font-size: 45px;
  }

  .grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .product-link {
    padding-top: 200px;
  }

  .product-link._1, .product-link._2, .product-link._3 {
    background-position: 50% 0;
    background-size: contain;
  }

  .product-link._6 {
    background-position: 50% 100%;
  }

  .footer {
    height: 130px;
  }

  .menutextlink {
    font-size: 14px;
  }
}

#w-node-_3a8a22f3-bf22-abcf-92d7-825b185e22be-27f5e9a0, #w-node-_3a8a22f3-bf22-abcf-92d7-825b185e22cf-27f5e9a0, #w-node-_3a8a22f3-bf22-abcf-92d7-825b185e22e0-27f5e9a0 {
  place-self: center;
}

#w-node-_2c7f3b85-1fd5-c3c5-7d57-98044149770e-27f5e9a0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_2c7f3b85-1fd5-c3c5-7d57-98044149770e-27f5e9a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2c7f3b85-1fd5-c3c5-7d57-98044149770e-27f5e9a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6eedcc5a-69f0-66df-da44-34df172b51c7-27f5e9a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6eedcc5a-69f0-66df-da44-34df172b51c7-27f5e9a0 {
    order: -9999;
    grid-column: span 1 / span 1;
  }

  #w-node-_6eedcc5a-69f0-66df-da44-34df172b51ca-27f5e9a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6eedcc5a-69f0-66df-da44-34df172b51da-27f5e9a0 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov Kinetika';
  src: url('../fonts/Kastelov---Kinetika-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov Kinetika Ultra';
  src: url('../fonts/Kastelov---Kinetika-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}