:root {
  --test: #1a1a1a;
  --blue: #1e3483;
  --idkman: #1a1a1a;
  --fall: #1a1a1a;
  --grey: #7b7b7b;
  --white: #e6e6e6;
  --off-yellow: #ffeda7;
  --dark-blue: #babeff;
  --eea849: #363636;
  --black: black;
  --off-blue: white;
  --light-yellow: #fccf17;
  --dark-grey: #363636;
  --bright-yellow: #fff0c2;
  --ligh-blue: #047ad1;
  --oy: #047ad1;
  --size: 0px;
  --blue-green: #00848c;
  --torquoise: #037272;
  --section-padding-10vh: 10vh;
  --size-2: 0px;
  --mobile-padding-5vh: 5vh;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: var(--test);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

.main-section {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  overflow: hidden;
}

.main-section.orange-gradient {
  background-image: linear-gradient(45deg, var(--idkman), var(--fall) 100%, var(--blue));
  overflow: hidden;
}

.main-section.orange-gradient.light {
  background-image: linear-gradient(45deg, var(--idkman), var(--fall));
}

.main-section.orange-bggg {
  background-color: #f46b45;
  border-radius: 0 0 500px 500px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 70vh;
  padding-top: 0;
}

.main-section.hidden {
  display: block;
  overflow: hidden;
}

.main-div-80 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.main-div-80.sld {
  width: auto;
}

.hero-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: end;
}

.hero-grid.about {
  justify-items: stretch;
  margin-bottom: 5em;
}

.hero-txt-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-txt-div.relative {
  z-index: 100;
  width: 70%;
  position: relative;
}

.hero-txt-div.relative.mb {
  width: 70%;
}

.hero-image-div {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.hero-image-div.vdo {
  justify-content: flex-end;
}

.hero-image-div.main-flx {
  z-index: -1;
  background-image: url('../images/Untitled-design.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 500px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.heading-h2 {
  color: #363636;
  font-size: 65px;
  font-weight: 400;
  line-height: 72px;
}

.heading-h2.ts {
  width: 80%;
  margin-bottom: 20px;
}

.ts-p {
  width: 80%;
  margin-bottom: 30px;
}

.hero-txt {
  color: var(--grey);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.hero-heading {
  margin-bottom: 40px;
  font-family: Arvo, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.hero-heading.white {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.4em;
}

.main-button {
  background-color: var(--off-yellow);
  color: var(--test);
  border: 1px solid #000;
  border-radius: 2em;
  padding: .8em 2em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.main-button._2nd {
  border: 1px solid var(--idkman);
  background-color: var(--dark-blue);
  -webkit-text-stroke-color: var(--idkman);
  background-image: none;
  margin-left: 5%;
}

.main-button._2nd.black {
  color: var(--white);
}

.main-button.trans {
  border: 1px solid var(--white);
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: 120% 0% 0%;
}

.main-button.black {
  background-image: linear-gradient(#ffffff1f, #ffffff1f);
}

.main-button.bluebg {
  border: 1px solid var(--white);
  background-image: none;
}

.body {
  color: var(--eea849);
  background-color: #f2f2f2;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 2em;
  overflow: visible;
}

.hero-bg-image {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.login-box {
  margin-right: 30px;
}

.nav {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 50px;
  padding: 1em 2em;
  font-family: Rowdies, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  transition: color .4s, background-color .4s;
}

.button:hover {
  color: #fff;
  background-color: #f46b45;
  font-weight: 400;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.menu-box {
  align-items: center;
  display: flex;
}

.login-link {
  color: #000;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Rowdies, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  transition: color .4s;
}

.login-link:hover {
  color: #f46b45;
}

.nav-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-box {
  display: flex;
}

.main-heading {
  text-align: center;
  text-transform: uppercase;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.main-heading.left-alighn {
  text-align: left;
  width: auto;
  font-size: 50px;
  line-height: 1.2em;
}

.transformation-div {
  width: 100%;
  margin-top: 5%;
}

.transformation-unit {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.transformation-block {
  background-image: linear-gradient(45deg, #eea849, #f46b45);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.transformation-image {
  margin-bottom: 5%;
}

.orange-txt {
  color: #f46b45;
  text-align: center;
  margin-top: 5%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.transformatiop {
  width: 40%;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  display: flex;
}

.arrow-lottie {
  opacity: .85;
  width: 20%;
}

.arrow-lottie.mob {
  display: none;
}

.arrow-lottie.dsk {
  width: auto;
  margin-left: 0%;
  margin-right: 0%;
}

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

.hero-section.about {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.hero-section.main-hero {
  height: 95vh;
  position: relative;
}

.hero-section._100vh {
  height: 100vh;
  overflow: hidden;
}

.testimonials-div {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 0%;
  padding-bottom: 0;
  display: flex;
}

.white-heading {
  color: var(--test);
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2em;
}

.testimonials-tetx {
  color: var(--white);
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  line-height: 1.5em;
}

.white-bar {
  background-color: #ffffff4d;
  width: 20%;
  height: 4px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.author-name {
  font-size: 18px;
  font-weight: 700;
}

.author-post {
  margin-top: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.author-image {
  border-radius: 50%;
  width: 80px;
  margin-bottom: 2%;
}

.slider {
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 95vw;
  margin-top: 5%;
  padding-bottom: 0%;
  display: flex;
  overflow: visible;
}

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

.slide-nav {
  display: none;
}

.icon-2 {
  color: #ffffffcf;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 3%;
  display: flex;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-top: 10%;
  padding-bottom: 75px;
  display: flex;
  overflow: hidden;
}

.carousel.is_contained.asdfgh {
  width: 100%;
  margin-top: 0%;
}

.carousel-mask {
  width: 30%;
  overflow: visible;
}

.carousel-mask.fghyu {
  margin-bottom: 30px;
}

.carousel-slider {
  margin-left: 10%;
  margin-right: 10%;
}

.carousel-slider.lft {
  margin-left: 0%;
}

.carousel-slider.rgt {
  margin-right: 0%;
}

.arrow-left {
  width: 50px;
  height: 50px;
  inset: auto auto 0% 0%;
}

.arrow-right {
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.slide-nav-2 {
  margin-top: auto;
}

.main-text {
  opacity: .9;
  color: #363636;
  letter-spacing: .2px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-text.sffdty {
  color: var(--eea849);
  letter-spacing: .2px;
  white-space: normal;
  margin-top: .5em;
  margin-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.main-text.sffdty.sdfgh {
  margin-bottom: 1.5em;
}

.main-text.swedrfghjkl {
  color: #363636cc;
  margin-bottom: 2em;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.goals-items {
  margin-top: 45px;
  display: flex;
}

.gls-item-mob {
  width: 50%;
  display: flex;
}

.gls-item {
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.goals-image {
  width: 100%;
}

.goal-feat-head {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Rowdies, sans-serif;
  font-size: 23px;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 90px;
}

.circle {
  background-color: #f46b45;
  border: 100px #000;
  border-radius: 0 0% 300% 300%;
  width: 100%;
  height: 100vh;
}

.rocket--ottie {
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: 0;
}

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

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-2.fghj {
  justify-content: center;
}

.grid2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.services-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.large-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5%;
}

.feature-block {
  background-color: var(--off-yellow);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 10%;
  display: flex;
  box-shadow: 1px 1px 5px #00000024;
}

.feature-icon {
  max-width: 20%;
  margin-bottom: 20px;
}

.h5-title-white {
  color: #fff;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.body-normal-300 {
  color: #bcb8d0;
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 26px;
}

.heading3 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.video-section {
  background-image: linear-gradient(90deg, #000c, #000000b3 53%, #0000), url('../images/WhatsApp-Image-2024-03-21-at-9.06.19-PM.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-top: 10%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-section.main-hero-home {
  background-image: linear-gradient(90deg, #000000e6, #000000b3 36%, #fff0), url('../images/WhatsApp-Image-2024-03-21-at-9.06.19-PM-2.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video-section.about {
  background-image: linear-gradient(90deg, #000000e6, #00000080 70%, #0000), url('../images/WhatsApp-Image-2024-03-21-at-9.06.19-PM-1.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.background-video {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.play-pause-button {
  display: none;
}

.button-div {
  width: 90%;
  position: relative;
}

.button-div.qaswedrfhyjk {
  justify-content: flex-start;
  display: flex;
  position: static;
}

.div-image {
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-26 {
  align-items: center;
  width: 40%;
  font-size: 35px;
  line-height: 1.2em;
  display: flex;
}

.hcard {
  font-size: 26px;
  line-height: 1.5em;
}

.alt-card-div {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  margin-top: 10%;
  display: grid;
}

.im4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.alt-card-ct {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.alt-card-ct.rht {
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
}

.div-txt {
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.arrw {
  display: none;
}

._18t {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.card-alt {
  background-color: var(--off-yellow);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-alt.lft {
  border: 2px #0000002e;
  border-radius: 0;
  width: auto;
  padding: 2%;
  box-shadow: 0 5px 3px 3px #0000000f;
}

.card-alt.lft._1 {
  margin-top: auto;
}

.card-alt.rtg {
  width: auto;
  margin-top: -10%;
  padding: 2% 2% 5%;
  box-shadow: 0 5px 3px 3px #0000000f;
}

.white-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
}

.white-text.xdcfghj {
  margin-bottom: 1em;
}

.white-text.hed {
  font-size: 16px;
  font-weight: 900;
}

.white-text.smll {
  font-weight: 300;
}

.white-large0txt {
  font-family: Lato, sans-serif;
  font-size: 26px;
}

.main-nav {
  background-color: #0000;
}

.navbar {
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: hidden;
}

.container-2 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  flex: 0 auto;
  padding-left: 0;
}

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

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: var(--off-blue);
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: var(--light-yellow);
}

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

.nav-link.w--current {
  color: var(--light-yellow);
}

.nav-link.drk {
  color: var(--black);
}

.black-bttn {
  color: var(--white);
  background-color: #000000db;
  border-radius: 2em;
  padding: 1em 2em;
  font-family: Rowdies, sans-serif;
}

._100bg-image {
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.div-block-27 {
  margin-top: 2em;
}

.heading-6 {
  color: #fff;
}

.heading-6.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body-text.light {
  color: #ffffffb3;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.left-arrow {
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
}

.testimonial-author-image {
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.slide-nav-3 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: static;
}

.mask {
  width: 80%;
  height: auto;
}

.slide {
  background-color: #ffffff1a;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 40px;
  padding: 40px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.grid-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 4em;
}

.grid-4._22 {
  grid-template-rows: auto auto auto;
}

.grid-4._22.food {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.slider-3 {
  background-color: #0000;
  border-radius: 0;
  width: auto;
  height: auto;
}

.slide-2 {
  height: 100%;
}

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

.column.workouts-headline.serttdfyt {
  width: 50%;
}

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

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

.column.description-heading {
  width: auto;
}

.column.description-heading.sdfgy {
  margin-bottom: 1em;
}

.column.description-heading.sdfgy.dfghj {
  margin-bottom: 2em;
}

.column.workouts-headline {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-slider-image-wrap {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-slider-image {
  object-fit: contain;
  object-position: 50% 0%;
  border: 1px #0000;
  border-radius: 0;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
}

.hero-slider-image.hro {
  width: auto;
  margin-right: 0%;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.div-block-3.flex2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  width: auto;
  display: grid;
}

.white-block {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 1em 2em;
  display: flex;
  box-shadow: 0 0 20px #00000024;
}

.white-block.dwn {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.pink-line {
  color: #081158;
  background-color: #081158;
  border: .5px solid #081158;
  width: 100px;
  height: 1px;
}

.pink-line.small {
  width: 50px;
}

.div-image-2 {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: none;
}

.icon-3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
}

.pink-text-div {
  color: #081158;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.section {
  background-color: var(--dark-blue);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.social-proof {
  background-color: #0000;
  background-image: linear-gradient(45deg, var(--idkman), var(--fall));
  color: #fff;
  border-radius: 0% 0 0% 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  overflow: hidden;
}

.section.trst {
  padding-top: 40px;
  padding-bottom: 5%;
}

.section.about-section-3 {
  justify-content: flex-start;
  padding-bottom: 50px;
}

.section.about-section-3.green {
  background-color: #e5fdd1;
}

.section.hero {
  background-color: #fff;
  justify-content: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 40px;
}

.section.footer-section {
  color: #fff;
  background-color: #e5fdd1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-hero {
  background-color: #0000;
}

.section.about-hero.largee {
  background-color: #0000;
  padding-top: 100px;
}

.section.about-hero.largee.green {
  background-color: #e5fdd1;
}

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

.jumbo.pnk-section {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
}

.jumbo.max-800 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.jumbo.max-800.zp {
  color: #eef0f4;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

.jumbo.max-800.zp.sm {
  font-size: 20px;
}

.jumbo.max-800.zp {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.icon-4 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.main-div {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1500px;
  display: flex;
}

.main-div.switch {
  flex-direction: row-reverse;
  width: 80vw;
  max-width: none;
}

.main-div.switch.fdgrgty {
  flex-direction: column-reverse;
}

.heading-4 {
  color: #000000e6;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

._2-blocks {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: 100%;
  display: flex;
}

.image-2 {
  outline-offset: 20px;
  border: 1px solid #e100d8;
  border-radius: 2em 2em 5em;
  outline: 3px #fff;
  flex: 0 auto;
  height: 100%;
  display: none;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.pink-txt {
  color: #081158;
  margin-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.pink-txt.black {
  color: #e100d8;
}

.pink-txt.black.small {
  color: #081158;
  font-size: 14px;
}

.circle-2 {
  background-color: #0000;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-bottom: .5em;
  display: flex;
}

.circle-2.nt {
  width: 40px;
}

.hero-img {
  max-width: 80%;
  max-height: 100%;
  position: static;
  inset: auto 10% 0% auto;
}

.hero-img.main {
  max-width: 90%;
  margin-right: 55px;
}

.div-block-28 {
  z-index: -1;
  background-color: #a54343;
  background-image: linear-gradient(45deg, #000, #f46b45 0%, #eea849);
  width: 80%;
  height: 40%;
  position: relative;
  inset: 0%;
}

.whitetxt {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 1.2em;
}

.icon-5 {
  filter: invert();
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  margin-right: .5em;
  font-size: 10px;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.image-3 {
  width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 50px;
}

.form-login-link {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.form-login-link:hover {
  color: #fff;
}

.form-login {
  color: #fff;
  margin-top: 31px;
  font-size: 13px;
  font-weight: 300;
}

.su-box {
  background-image: linear-gradient(to right, #eea849, #f46b45);
  border-radius: 54px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.form-legal {
  color: #000;
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
}

.form-legal-link {
  color: #000;
  text-decoration: none;
}

.form-legal-link:hover {
  color: #fff;
}

.submit-holder {
  flex-direction: column;
  display: flex;
}

.form-holder {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-h2-2 {
  color: #000;
  text-align: center;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.heading-h2-2.su {
  color: #2f0a00;
  text-align: left;
  font-family: Rowdies, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 51px;
}

.image-holder {
  width: 50%;
}

.input {
  color: #fff;
  background-color: #f7a061;
  border: 1px #000;
  border-radius: 14px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}

.input::placeholder {
  color: #fff;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

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

.submit-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  height: 50px;
  font-family: Rowdies, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: background-color .4s;
}

.submit-button:hover {
  background-color: #363636;
}

.footer-link {
  color: #ffffffe6;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.follow-icons {
  margin-top: .5em;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  max-width: none;
  height: auto;
  margin-bottom: 2em;
  display: inline-block;
}

.nc-socials {
  margin-left: 1em;
}

.footer-heading {
  color: #ffffffe6;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icons-links {
  margin-right: 1em;
}

.sm-icons {
  width: 30px;
}

.footer-flex-container {
  background-color: var(--off-yellow);
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  max-width: none;
  margin-bottom: -48px;
  padding: 5vh 10%;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-logo-link.w--current {
  flex: 0 auto;
}

.footer {
  color: var(--test);
  text-align: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  overflow: hidden;
}

.page-link, .page-link.w--current {
  text-decoration: none;
}

.list-item {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

._2x2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-29 {
  background-color: #00000017;
  border-radius: 10%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0%;
  display: flex;
}

.light-white {
  color: #ffffffe6;
  font-size: 12px;
  line-height: 1.5em;
}

.arro-lotte {
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arro-lotte.xdfghj {
  position: static;
}

.sdfghjikol {
  align-items: center;
  display: flex;
}

.sdfghjikol.centre {
  justify-content: center;
  padding-top: 50px;
}

.wsedrfgthyuji {
  width: 10%;
}

.sdfghjk {
  flex-direction: row;
  justify-content: center;
  width: 60%;
  margin-top: 5%;
  display: flex;
}

.navbar-2 {
  position: absolute;
}

.price-head {
  color: var(--blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lar-price {
  color: var(--eea849);
  text-align: center;
  font-size: 36px;
  line-height: 1.2em;
}

.price-des {
  color: #363636c4;
  text-align: left;
  width: 95%;
  font-family: Poppins, sans-serif;
  line-height: 1.5em;
}

.txt-unit {
  display: flex;
}

.icon-6 {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  display: flex;
}

.pricing-box {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 1%;
  margin-right: 1%;
  padding: 2.5em 15px;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px 4px #1a25300f, 0 1px 3px #1421290f;
}

.btn {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  padding: 20px 50px 14px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width {
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  display: block;
}

.btn.full-width:hover {
  background-image: linear-gradient(#ffffff26, #ffffff26), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.full-width.inner {
  margin-top: auto;
  padding: 15px 15px 11px;
}

.plan-checkbox {
  color: #313b53;
  align-items: center;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.greyed {
  opacity: .4;
  filter: grayscale();
}

.plan-checkbox.greyed.last-checkbox {
  opacity: 0;
}

.plan-text {
  color: #313b53cc;
  text-align: left;
  margin-left: 9px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
}

.plan-price {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 11px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1em;
}

.plan-description {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 18px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.trigger-text {
  margin-top: 10px;
  font-size: 13px;
}

.plan-name {
  color: var(--blue);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.price-bttn {
  background-color: var(--off-blue);
  outline-offset: 0px;
  color: var(--test);
  text-align: center;
  outline: 1px solid #1a1a1a;
  margin-top: 1em;
  padding: 1em 3em;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.sderfgthyjk {
  color: var(--grey);
  font-size: 16px;
  font-weight: 300;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  background-color: #0000;
  border: 1px #000;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.navbar1_link {
  padding: .5rem 2rem;
  font-weight: 400;
}

.navbar1_link:hover {
  color: #5927b6;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
}

.navbar1_link.w--current {
  color: #0000;
}

.navbar1_logo {
  width: 50px;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  background-color: #0000;
  border-width: 3px;
  border-color: #7621ec;
  border-radius: 50px;
  font-size: 16px;
}

.button-2.is-secondary.is-small {
  color: #f2f5fb;
  background-color: #0000;
  background-image: linear-gradient(to top, #0f1d41, #7f2cf2);
  border-style: none;
  border-color: #4730ad;
  border-radius: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.5em;
  box-shadow: 0 20px 20px #7621ec33;
}

.nmbr {
  color: var(--idkman);
  margin-bottom: 10%;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.icon-7 {
  color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: 30%;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.icon-8 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cursor-container {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.icon-div-image {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.icon-div {
  width: 40px;
  height: 40px;
  margin-bottom: .5em;
}

.image-4 {
  filter: invert();
  width: 40px;
  height: 40px;
}

.pre-loader-animation {
  z-index: 99999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-5 {
  min-width: auto;
  max-width: 100px;
  min-height: auto;
  max-height: 100%;
}

.image-5.hide {
  display: none;
}

.big-paragraph {
  font-size: 16px;
  line-height: 1.8em;
}

.big-paragraph.max-600 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.big-paragraph.max-600.trsst {
  color: #eef0f4;
  margin-bottom: 0;
  font-size: 16px;
}

.big-paragraph.max-600.trsst.small {
  font-size: 12px;
}

.big-paragraph.max-600.trsst.larger {
  font-size: 18px;
}

.big-paragraph.max-500 {
  color: #000;
  max-width: none;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8em;
}

.big-paragraph.max-500.dfdfef {
  margin-bottom: 1.5em;
}

.container-5 {
  z-index: 2;
  width: 80%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.container-5.free-plan-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  max-width: 1500px;
  display: grid;
}

.container-5.free-plan-container.clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
}

.container-5.free-plan-container.clients.asdcfvgb {
  grid-column-gap: 50px;
  width: 80%;
  margin-top: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.text-block-16 {
  color: #eef0f4;
  margin-top: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-test {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.container-test.hma {
  flex-direction: column;
  display: flex;
}

.container-test.sdfetry {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.all-testi {
  width: 100%;
  margin-top: 0;
}

.all-testi.hme {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 80vw;
  margin-bottom: 5em;
}

.faq-question-wrap {
  color: var(--dark-grey);
  border-radius: 6px;
  padding: 0;
  text-decoration: none;
}

.faq-question-bar {
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3em;
  padding: 6px 0;
  line-height: 2em;
  text-decoration: none;
  display: flex;
}

.faq-title {
  text-align: left;
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.faq-plus {
  background-color: #fff;
}

.faq-content {
  margin-top: 0;
  overflow: hidden;
}

.faq-paragraph {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
}

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

.live-chat-wrapper---brix {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper---brix.preview-page {
  align-items: stretch;
  position: fixed;
  bottom: 0;
  right: .5em;
}

.link-block-4 {
  background-color: var(--off-yellow);
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  padding: .75em;
  text-decoration: none;
  display: flex;
}

.image-15 {
  filter: invert();
  width: 20px;
  margin-right: .25em;
}

.text-block-7 {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.list, .lst {
  margin-top: 10px;
}

.image-16 {
  height: auto;
}

.youtube {
  height: 50vh;
}

.vdo-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.video {
  object-fit: fill;
  flex: 0 auto;
  width: 32%;
}

.funnel-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20vh;
  display: flex;
}

.video-2 {
  width: 100%;
  margin-top: 5vh;
}

.youtube-2 {
  flex: 0 auto;
  width: 50%;
}

.heading {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3em;
}

.heading.less-gp {
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
}

.heading.less-gp.sdfrgty {
  margin-bottom: 0;
}

.image-18 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.carousel-slider-2 {
  height: 100%;
  margin-left: 0%;
  margin-right: 5%;
}

.image-19 {
  filter: invert();
  width: 1.5em;
  height: 1.4em;
  margin-left: 1em;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--eea849);
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.course-summary {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  padding: 1em 1.5em 1.5em;
  display: flex;
}

.price {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.container-6 {
  z-index: 2;
  width: 80%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.container-6.free-plan-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  max-width: 1500px;
  display: grid;
}

.container-6.free-plan-container.clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
}

.container-6.free-plan-container.clients.asdcfvgb.sdfghyui {
  grid-template-columns: 1fr;
}

.course-div {
  background-color: var(--off-yellow);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.text-block-17 {
  color: var(--test);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-15 {
  opacity: .7;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1.5em;
  display: flex;
}

.heading-16 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
}

.carousel-mask-2 {
  width: 40%;
  overflow: visible;
}

.plans-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.plans-div.aswedrftyui {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: grid;
}

.plans-div.aswedrftyui.cfvgh {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.heading-17 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3em;
}

.heading-17.less-gp {
  margin-bottom: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
}

.heading-17.less-gp.sdfrgty {
  margin-bottom: 0;
}

.div-block-51 {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.div-block-51.flex2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: auto;
  display: grid;
}

.div-block-51.flex2.neww {
  width: 80%;
}

.image-13 {
  max-width: 50%;
  margin-bottom: 2em;
  margin-right: 5%;
}

.div-block-52 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.div-block-52.ydhdj {
  display: flex;
}

.heading-18 {
  color: #263a29;
}

.hero-slider-image-2 {
  object-fit: contain;
  object-position: 50% 0%;
  border: 1px solid #263a29;
  border-radius: 0;
  width: 50%;
  max-width: 100%;
  height: auto;
  margin-left: 2%;
  margin-right: 2%;
}

.hero-slider-image-2.sdfgh {
  width: auto;
}

.link-4 {
  text-decoration: underline;
}

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

.credit {
  margin-top: 5%;
}

.lnk-block {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.arrow-nav {
  background-color: #08115833;
  border: 1px solid #081158;
  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;
}

.button-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #263a29;
  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: 150px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  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-3:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.button-3.gapp {
  background-color: #263a29;
  margin-top: 1em;
}

.ign {
  width: 100%;
  margin-bottom: 20px;
  margin-left: -5%;
  padding-top: 10px;
}

.ign.sdfghjk, .ign.dftgy {
  width: 70%;
}

.page-wrap {
  overflow: hidden;
}

.hero-slider-image-wrap-2 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.name-position {
  color: #263a29;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
}

.link-txt {
  color: #000;
  margin-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.image-6.ertytery {
  max-width: 70%;
}

.left-arrow-2 {
  display: none;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.ftter-lnk {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
}

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

.text-block-4 {
  margin-left: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 2em;
}

.text-block-4.block {
  color: #000;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.8em;
}

.pink-line-2 {
  color: #263a29;
  background-color: #263a29;
  border: .5px solid #263a29;
  width: 100px;
  height: 1px;
}

.pink-line-2.small {
  width: 50px;
}

.white-block-2 {
  background-color: #fff;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  padding: 2em;
  display: flex;
  box-shadow: 1px 1px 11px #00000038;
}

.white-block-2.gg {
  border-radius: .25em;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding: 2em 1.5em 1em;
  box-shadow: 1px 1px 4px #00000024;
}

.div-block-15 {
  flex-direction: row;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-left: 0%;
  display: flex;
}

.holder-testimonials {
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
}

.holder-testimonials.fdhtyu {
  margin-bottom: 2em;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  width: 90vw;
  margin-bottom: 0;
  display: flex;
}

.testimonial-div-box {
  text-align: left;
  border-radius: 3px;
  justify-content: flex-start;
  width: 31%;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.div-block-20 {
  background-color: #0000;
  width: 15%;
  padding: .5em 1em;
}

.pink-text-div-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.ertt {
  color: #263a29;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-38 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5%;
  display: flex;
}

.nav-link-2 {
  color: #263a29;
  border-bottom-style: none;
  padding: 10px 20px;
  display: block;
}

.nav-link-2.w--current {
  color: #263a29;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-2.hidden {
  display: none;
}

.popup-txt {
  margin-bottom: 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.popup-txt:hover {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.popup-txt.crdd {
  color: #000;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.popup-txt.crdd:hover {
  font-size: 16px;
}

.navbar-3 {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-3.nb {
  background-color: #fff;
  height: 10vh;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
}

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

.container-7 {
  z-index: 2;
  width: 80%;
  max-width: 1500px;
  display: flex;
  position: relative;
}

.container-7.free-plan-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  max-width: 1500px;
  display: grid;
}

.container-7.free-plan-container.clients {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 5%;
}

.container-7.free-plan-container.clients.heghtjgt {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.container-7.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  display: flex;
}

.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;
  display: none;
  left: 25%;
}

.hero-nav-arrow.left-arrow {
  display: none;
}

.image-7 {
  width: 25px;
  max-width: none;
  height: 25px;
}

.link-block {
  margin-bottom: 1em;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.slide-3 {
  position: static;
}

.maps-footer-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.right-arrow-2 {
  display: none;
}

.inner-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  display: flex;
  box-shadow: 0 0 20px #203d5c17, 0 1px 3px #0c11290f;
}

._2-blocks-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._2-blocks-2.gridd {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.button-4 {
  color: #263a29;
  background-color: #0000;
  border: 1px solid #263a29;
  border-radius: 1em;
  overflow: hidden;
}

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

.div-block-53 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav-6 {
  display: none;
}

.pink-txt-2 {
  color: #263a29;
  margin-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.pink-txt-2.black {
  color: #e100d8;
}

.pink-txt-2.black.small {
  color: #263a29;
  font-size: 14px;
}

.testimonial-text-div {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 25px 16px 30px 20px;
}

.quote-t3 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
}

.slide-4 {
  height: 100%;
}

.circle-3 {
  background-color: #0000;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 50px;
  margin-bottom: .5em;
  display: flex;
}

.test-image {
  border-radius: 50%;
  width: 40%;
  margin-bottom: 1em;
}

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

.ss-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-20 {
  width: 30%;
}

.image-21 {
  width: 35%;
}

.test-stack {
  width: 100%;
  margin-top: 3rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  flex-direction: row;
  justify-content: space-between;
}

.image-long {
  width: 48%;
}

.wide-image {
  margin-bottom: 20px;
}

.testimonials-block {
  border: 1px solid #000;
  flex-direction: row;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.testimonial-image {
  object-fit: fill;
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.testimonial-text-block {
  background-color: #f2faff;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-54 {
  justify-content: center;
  width: 40%;
  display: flex;
  position: relative;
}

.text-block-18 {
  background-color: var(--off-yellow);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--eea849);
  text-align: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  position: absolute;
  inset: auto 1% .25em;
}

.text-block-19 {
  padding: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.all-test {
  width: 100%;
}

.text-span-3 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2em;
}

.list-2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.list-text-main {
  margin-bottom: .3em;
  line-height: 1.8em;
}

.narrow-section {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.main-section-dark {
  background-color: var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.narrow-yellow {
  background-color: var(--off-yellow);
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.popup {
  display: flex;
}

.unsplash-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.html-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  display: flex;
}

.link-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
}

@media screen and (min-width: 1280px) {
  .main-section.narrow {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .hero-grid {
    grid-column-gap: 30px;
  }

  .hero-txt-div.home {
    margin-top: -10%;
    padding-bottom: 0%;
  }

  .hero-image-div {
    align-items: center;
  }

  .hero-image-div.main-flx {
    background-position: 50%;
    background-size: contain;
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
  }

  .author-image {
    width: 100px;
  }

  .carousel.is_contained {
    margin-top: 5%;
  }

  .main-text.sffdty {
    margin-top: .5em;
    margin-bottom: 1em;
    font-size: 16px;
  }

  .main-text.swedrfghjkl {
    font-size: 16px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid2 {
    grid-column-gap: 70px;
  }

  .heading3 {
    font-size: 20px;
  }

  .div-block-26 {
    justify-content: center;
    width: 40%;
  }

  .hcard {
    font-size: 28px;
  }

  .im4 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: none;
  }

  .alt-card-ct {
    justify-content: space-between;
  }

  .alt-card-ct.rht {
    justify-content: space-between;
    font-size: 35px;
    line-height: 1.2em;
  }

  .alt-card-ct.lft {
    justify-content: space-between;
  }

  .arrw {
    max-width: 60%;
  }

  ._18t {
    font-size: 20px;
  }

  .card-alt.lft, .card-alt.rtg {
    width: 45%;
  }

  .white-text {
    font-size: 16px;
    line-height: 1.6em;
  }

  .navbar {
    mix-blend-mode: normal;
    height: 10vh;
    position: absolute;
  }

  .image {
    width: 50%;
  }

  .nav-link {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 16px;
  }

  .nav-link.w--current {
    padding-left: 3em;
    padding-right: 3em;
  }

  .slide-2 {
    position: static;
  }

  .column.hero-image-column {
    margin-top: 5%;
  }

  .hero-slider-image-wrap {
    justify-content: center;
    height: 100%;
  }

  .hero-slider-image {
    object-fit: contain;
    border-style: none;
    width: 50%;
  }

  .hero-slider-image.hro {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section.social-proof {
    padding-bottom: 5%;
  }

  .section.footer-section {
    background-color: #e5fdd1;
  }

  .jumbo.max-800.zp {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .main-div.switch {
    max-width: none;
  }

  .hero-img, .hero-img.main {
    max-width: 90%;
  }

  .whitetxt {
    font-size: 42px;
  }

  .icon-5 {
    width: 24px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-heading {
    font-size: 18px;
  }

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

  .lar-price {
    font-size: 38px;
  }

  .pricing-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-checkbox {
    width: 100%;
  }

  .plan-text {
    color: #313b53e6;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .plan-price {
    font-size: 42px;
  }

  .plan-description {
    font-size: 16px;
  }

  .price-bttn {
    margin-top: 1.5em;
  }

  .pre-loader-animation {
    background-color: var(--black);
    display: none;
  }

  .big-paragraph.max-600 {
    max-width: none;
    font-size: 20px;
  }

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

  .big-paragraph.max-600.trsst.larger {
    font-size: 20px;
  }

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

  .container-5.free-plan-container.clients {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-test.sdfetry {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .youtube-2 {
    width: 45%;
  }

  .heading {
    line-height: 1.3em;
  }

  .heading.less-gp {
    font-size: 40px;
  }

  .container-6.free-plan-container.clients {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-17, .text-block-15 {
    font-size: 14px;
  }

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

  .heading-17 {
    line-height: 1.3em;
  }

  .heading-17.less-gp {
    font-size: 40px;
  }

  .div-block-52 {
    margin-bottom: 15px;
  }

  .hero-slider-image-2 {
    border-style: none;
    width: 100%;
  }

  .text-block-4.block, .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 18px;
  }

  .container-7.free-plan-container.clients {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-7.free-plan-container.clients.jshrfj {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .main-section {
    font-size: 17px;
  }

  .main-section.orange-gradient {
    overflow: hidden;
  }

  .main-section.orange-bggg {
    border-radius: 0;
    justify-content: space-between;
    min-height: 90vh;
  }

  .main-div-80 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-txt-div.home {
    margin-top: -10%;
    padding-bottom: 0%;
  }

  .hero-image-div {
    justify-content: flex-end;
    display: block;
  }

  .hero-image-div.vdo {
    display: flex;
  }

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

  .hero-heading.white {
    color: var(--white);
    margin-bottom: .8em;
    font-size: 70px;
  }

  .main-button._2nd {
    margin-left: 3%;
  }

  .body {
    background-color: #047ad10a;
  }

  .main-heading {
    text-align: center;
    font-family: Rowdies, sans-serif;
    font-size: 55px;
    font-weight: 400;
  }

  .main-heading.left-alighn {
    font-family: Arvo, sans-serif;
    font-size: 60px;
    font-weight: 700;
    position: static;
  }

  .transformation-unit {
    margin-bottom: 15%;
  }

  .arrow-lottie.dsk {
    margin-right: 0;
  }

  .hero-section.about.blue {
    background-color: var(--dark-blue);
  }

  .hero-section.main-hero {
    height: 95vh;
  }

  .testimonials-tetx {
    font-size: 24px;
  }

  .main-text {
    opacity: .9;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
  }

  .main-text.sffdty {
    color: var(--eea849);
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 2em;
  }

  .main-text.sffdty.sdfgh {
    color: var(--black);
  }

  .main-text.swedrfghjkl {
    font-size: 18px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .div-block-2 {
    justify-content: center;
  }

  .div-block-2.fghj {
    justify-content: center;
    align-items: flex-start;
  }

  .grid2 {
    grid-column-gap: 100px;
    grid-template-rows: auto;
  }

  .about-image {
    height: auto;
  }

  .feature-block {
    justify-content: flex-start;
  }

  .heading3 {
    font-family: Lato, sans-serif;
    font-size: 22px;
  }

  .video-section {
    height: 100vh;
    display: flex;
  }

  .background-video {
    width: 100vw;
  }

  .button-div {
    width: 75%;
  }

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

  .alt-card-div {
    width: 100%;
  }

  .card-alt.rtg {
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .white-text {
    font-family: PT Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .white-text.hed {
    font-size: 20px;
  }

  .white-text.smll {
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .white-large0txt {
    font-size: 26px;
  }

  .container-2 {
    justify-content: space-between;
    margin-left: 0;
  }

  .nav-menu {
    max-width: 50vw;
  }

  .nav-link {
    opacity: .8;
    padding-left: 4em;
    padding-right: 4em;
  }

  .nav-link.w--current {
    padding-left: 4em;
    padding-right: 4em;
  }

  .black-bttn {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 400;
  }

  ._100bg-image {
    z-index: 0;
    width: 100vw;
    max-width: none;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .slider-3 {
    border-style: none;
  }

  .column.workouts-headline {
    justify-content: space-between;
  }

  .hero-slider-image.hro {
    border-style: solid;
  }

  .white-block, .section.social-proof {
    background-color: #0000;
  }

  .jumbo.max-800.zp {
    font-size: 36px;
  }

  .main-div {
    max-width: 1200px;
  }

  .paragraph {
    font-size: 16px;
  }

  .hero-img.main {
    max-width: 95%;
  }

  .whitetxt {
    font-size: 46px;
  }

  .icon-5 {
    width: 26px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-heading {
    font-size: 22px;
  }

  .container-4 {
    max-width: 80vw;
  }

  .sdfghjk {
    justify-content: center;
    width: 75%;
    margin-top: 5%;
    display: flex;
    position: relative;
  }

  .price-head {
    font-size: 18px;
  }

  .lar-price {
    font-size: 40px;
  }

  .pricing-box {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .plan-price {
    margin-bottom: .25em;
    line-height: .8em;
  }

  .plan-description {
    font-size: 18px;
  }

  .navbar1_component {
    margin-top: 1em;
  }

  .navbar1_logo {
    width: 60px;
  }

  .big-paragraph.max-600 {
    font-size: 22px;
  }

  .big-paragraph.max-600.trsst {
    margin-bottom: 1em;
  }

  .big-paragraph.max-600.trsst.larger {
    font-size: 22px;
  }

  .big-paragraph.max-500 {
    max-width: none;
    font-size: 20px;
  }

  .container-5 {
    max-width: 1200px;
  }

  .container-5.free-plan-container.clients {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 80%;
    max-width: 1200px;
  }

  .container-test.sdfetry {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .text-span {
    font-size: 80px;
  }

  .live-chat-wrapper---brix.preview-page {
    right: 1em;
  }

  .link-block-4 {
    justify-content: flex-start;
    margin-bottom: 1em;
    line-height: 2em;
  }

  .image-15 {
    width: 22px;
    margin-right: .5em;
  }

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

  .heading {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    line-height: 1.3em;
  }

  .heading.less-gp {
    font-size: 44px;
  }

  .course-summary {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container-6 {
    max-width: 1200px;
  }

  .container-6.free-plan-container.clients {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 80%;
    max-width: 1200px;
  }

  .course-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .div-block-50 {
    flex-flow: row;
  }

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

  .heading-17 {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 900;
    line-height: 1.3em;
  }

  .heading-17.less-gp {
    font-size: 44px;
  }

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

  .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 20px;
  }

  .container-7 {
    max-width: 1200px;
  }

  .container-7.free-plan-container.clients {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 80%;
    max-width: 1200px;
  }

  .container-7.free-plan-container.clients.heghtjgt, .container-7.free-plan-container.clients.jshrfj {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .maps-footer-div {
    justify-content: center;
  }

  ._2-blocks-2.gridd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: 10%;
  }

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

@media screen and (min-width: 1920px) {
  .button-div {
    width: 60%;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: 40px;
    line-height: 1.2em;
    display: flex;
    position: static;
    bottom: 0;
    right: 0;
  }

  .hcard {
    font-size: 30px;
  }

  .alt-card-ct, .alt-card-ct.rht, .alt-card-ct.lft {
    justify-content: space-between;
  }

  ._18t {
    font-size: 22px;
  }

  .image {
    width: auto;
  }

  .icon-3 {
    color: var(--white);
  }

  .whitetxt {
    font-size: 40px;
  }

  .icon-5 {
    width: 28px;
  }

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

  .footer-heading {
    font-size: 24px;
  }

  .footer-flex-container {
    width: 80vw;
    max-width: 1400px;
  }

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

  .plan-text {
    font-size: 18px;
  }

  .big-paragraph.max-600 {
    font-size: 24px;
  }

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

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

  .container-5.free-plan-container.clients {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading.less-gp {
    font-size: 48px;
  }

  .container-6.free-plan-container.clients {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-17.less-gp {
    font-size: 48px;
  }

  .div-block-51.flex2.neww {
    max-width: 1200px;
  }

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

  .popup-txt.crdd, .popup-txt.crdd:hover {
    font-size: 22px;
  }

  .container-7.free-plan-container.clients {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-8 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .main-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .main-div-80 {
    width: 90%;
  }

  .hero-grid {
    justify-content: stretch;
    justify-items: stretch;
  }

  .hero-txt-div.home {
    padding-bottom: 15%;
  }

  .hero-image-div.main-flx {
    justify-content: center;
    width: 35%;
    max-height: none;
    margin-left: 0;
    right: 10%;
  }

  .heading-h2.ts {
    width: 100%;
    font-size: 50px;
    line-height: 56px;
  }

  .ts-p {
    line-height: 26px;
  }

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

  .hero-heading.white {
    font-size: 50px;
  }

  .main-button {
    font-size: 16px;
  }

  .hero-bg-image {
    width: 600px;
  }

  .main-heading, .main-heading.left-alighn {
    font-size: 40px;
  }

  .hero-section.main-hero {
    height: auto;
    padding-top: 10%;
  }

  .white-heading {
    font-size: 40px;
  }

  .main-text.sffdty {
    font-size: 12px;
  }

  .gls-item-mob {
    flex-direction: column;
    align-items: center;
    width: 50%;
  }

  .gls-item {
    width: 80%;
    margin-bottom: 60px;
  }

  .grid2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid2.erty {
    flex-direction: column;
  }

  .large-feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5%;
  }

  .body-normal-300 {
    font-size: 12px;
    line-height: 26px;
  }

  .video-section, .video-section.main-hero-home {
    background-position: 0 0, 100%;
  }

  .video-section.about {
    background-position: 0 0, 50% 0;
  }

  .button-div {
    flex-direction: row;
    display: flex;
  }

  .alt-card-div, .alt-card-ct.lft {
    flex-direction: column;
  }

  .arrw {
    display: none;
  }

  ._18t {
    font-size: 12px;
    line-height: 24px;
  }

  .card-alt.lft {
    width: 100%;
    margin-bottom: 20%;
    display: flex;
  }

  .card-alt.rtg {
    width: 100%;
    padding-top: 5%;
  }

  .white-text {
    font-size: 12px;
  }

  .white-large0txt {
    font-size: 22px;
  }

  .container-2 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-text {
    font-size: 18px;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .testimonial {
    font-size: 18px;
  }

  .slider-3 {
    height: auto;
  }

  .column.description-heading {
    width: 90%;
  }

  .column.workouts-headline {
    width: 100%;
    position: static;
  }

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

  .hero-slider-image {
    max-width: 100%;
  }

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

  .div-block-3.flex2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .white-block {
    width: auto;
    max-width: none;
  }

  .div-image-2 {
    width: auto;
  }

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

  .section.social-proof {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section.trst {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.about-section-3 {
    padding-top: 40px;
  }

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

  .jumbo {
    font-size: 70px;
  }

  .jumbo.max-800.zp {
    margin-bottom: 10px;
  }

  .main-div {
    flex-direction: column-reverse;
  }

  ._2-blocks {
    flex-direction: column;
  }

  .hero-img {
    max-width: none;
  }

  .form-block-2 {
    width: 100%;
  }

  .image-3 {
    width: 300px;
    left: 5px;
  }

  .su-box {
    padding-right: 40px;
  }

  .form-holder {
    width: 50%;
  }

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

  .div-block-14, .div-block-8 {
    margin-top: 2em;
  }

  .footer-flex-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7 {
    margin-top: 2em;
  }

  .pricing-box {
    width: 90%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .btn.full-width.inner {
    margin-top: 30px;
  }

  .plan-checkbox.greyed.last-checkbox {
    display: none;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .container-5.free-plan-container.clients {
    flex-direction: column-reverse;
    display: flex;
  }

  .faq-grid {
    flex-direction: column;
    display: flex;
  }

  .faq-question-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .faq-question-bar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-paragraph {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .heading {
    font-size: 40px;
    line-height: 1.4em;
  }

  .heading.less-gp {
    font-size: 40px;
  }

  .container-6.free-plan-container.clients {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-50 {
    flex-flow: row;
  }

  .plans-div.aswedrftyui {
    flex-direction: column;
    display: flex;
  }

  .heading-17 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .heading-17.less-gp {
    font-size: 40px;
  }

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

  .div-block-51.flex2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .div-block-52.ydhdj.aswedrtyu {
    margin-bottom: 0;
  }

  .hero-slider-image-2 {
    max-width: 100%;
  }

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

  .holder-testimonials {
    flex-wrap: wrap;
  }

  .testimonial-div-box {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    z-index: 1;
    text-align: center;
    background-color: #cfddee;
    flex-direction: column;
    width: 50vw;
    padding: 100px 50px 50px;
    position: fixed;
    top: 0;
    bottom: 0;
  }

  .nav-link-2 {
    color: #081158;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    padding: 10px;
  }

  .menu-button-2.w--open {
    z-index: 2;
    background-color: #081158;
  }

  .container-7.free-plan-container.clients {
    flex-direction: column-reverse;
    display: flex;
  }

  .container-7.nav-container {
    position: static;
  }

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

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

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

  .testimonial-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-t3 {
    text-align: center;
    margin-bottom: 10px;
  }

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

@media screen and (max-width: 767px) {
  .heading-h2.ts {
    font-size: 65px;
    line-height: 72px;
  }

  .carousel-mask {
    width: 60%;
  }

  .feature-block {
    padding: 24px;
  }

  .container-2 {
    display: flex;
  }

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

  .white-block {
    width: auto;
  }

  .white-block.dwn {
    margin-top: 4em;
  }

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

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

  .jumbo {
    font-size: 50px;
  }

  ._2-blocks {
    flex-direction: column;
    justify-content: space-between;
  }

  .image-2 {
    margin-top: 5em;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 85%;
    left: 0;
    right: 0;
  }

  .su-box {
    padding-top: 399px;
    padding-left: 40px;
  }

  .form-holder {
    width: 100%;
  }

  .heading-h2-2.su {
    text-align: center;
  }

  .image-holder {
    width: 0%;
  }

  .signup {
    margin-top: 97px;
  }

  .footer-link {
    font-family: Lato, sans-serif;
    font-size: 16px;
  }

  .footer-image {
    object-fit: contain;
    width: 50%;
    height: auto;
  }

  .footer-heading {
    margin-bottom: 1em;
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

  .div-block-8 {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link.w--current {
    min-width: auto;
    max-height: none;
  }

  .footer {
    padding: 40px 20px;
  }

  .div-block-7 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .pricing-box {
    width: 90%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .btn {
    padding-left: 45px;
    padding-right: 45px;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .live-chat-wrapper---brix {
    bottom: 24px;
    right: 24px;
  }

  .heading {
    font-size: 35px;
  }

  .carousel-mask-2 {
    width: 60%;
  }

  .heading-17 {
    font-size: 35px;
  }

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

  .white-block-2 {
    width: auto;
  }

  .holder-testimonials {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .footer-2 {
    padding: 40px 20px;
  }

  ._2-blocks-2 {
    flex-direction: column;
    justify-content: space-between;
  }

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

@media screen and (max-width: 479px) {
  .main-section {
    padding-top: 5vh;
    padding-bottom: 7vh;
  }

  .main-section.orange-gradient {
    align-items: center;
  }

  .main-section.narrow {
    padding-top: 15%;
  }

  .main-div-80 {
    flex-flow: column;
    width: 90%;
    overflow: visible;
  }

  .main-div-80._100 {
    width: 100%;
  }

  .hero-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-grid.about {
    flex-direction: column;
  }

  .hero-txt-div {
    align-items: center;
    position: static;
    inset: auto 0% 0;
  }

  .hero-txt-div.relative {
    z-index: 10;
    width: 100%;
    height: 100vh;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: 0%;
  }

  .hero-txt-div.relative.mb {
    width: 100%;
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .hero-txt-div.asdfgthyu {
    margin-top: 5%;
  }

  .hero-image-div {
    width: 100%;
  }

  .hero-image-div.main-flx {
    background-position: 50% 100%;
    border-radius: 500px;
    width: auto;
    position: static;
  }

  .heading-h2.ts {
    font-size: 50px;
    line-height: 55px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2em;
  }

  .hero-heading.white {
    color: var(--white);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.5em;
  }

  .main-button {
    text-align: center;
    width: 100%;
    margin-top: 0%;
    padding-top: 1em;
    padding-bottom: 1em;
    position: static;
    left: 10%;
  }

  .main-button._2nd {
    margin-top: 10%;
    margin-left: 0%;
  }

  .main-button.full {
    width: 100%;
    margin-top: 10%;
  }

  .body {
    background-color: #5445f40d;
    overflow: visible;
  }

  .hero-bg-image {
    width: 450px;
    max-width: none;
    margin-right: -126px;
  }

  .login-box {
    margin-right: 15px;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo {
    width: 100px;
  }

  .container {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-heading {
    width: auto;
    font-size: 36px;
  }

  .main-heading.left-alighn {
    text-align: left;
    font-size: 36px;
  }

  .transformation-div {
    margin-top: 10%;
  }

  .transformation-unit {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40%;
  }

  .transformation-block {
    border-radius: 8em;
  }

  .orange-txt {
    font-size: 20px;
  }

  .transformatiop {
    width: auto;
  }

  .arrow-lottie.mob {
    width: 40%;
    display: flex;
  }

  .arrow-lottie.dsk {
    margin-left: -20%;
    margin-right: -20%;
    display: flex;
  }

  .hero-section {
    padding-bottom: 10%;
    overflow: hidden;
  }

  .hero-section.about {
    height: auto;
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .hero-section.main-hero {
    height: auto;
    padding-top: 0%;
  }

  .testimonials-div {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
    padding-bottom: 5%;
  }

  .white-heading {
    max-width: 80vw;
    font-size: 30px;
    line-height: 1.4em;
  }

  .testimonials-tetx {
    font-size: 16px;
    line-height: 1.8em;
  }

  .author-name {
    font-size: 16px;
  }

  .author-post {
    text-align: center;
    font-size: 12px;
  }

  .slider {
    width: 100vw;
  }

  .carousel.is_contained {
    width: 100%;
    margin-top: 10%;
  }

  .carousel.is_contained.asdfgh {
    flex-direction: row;
    flex: 1;
    order: 0;
    align-self: stretch;
    align-items: stretch;
  }

  .carousel-mask {
    width: 100%;
    overflow: hidden;
  }

  .carousel-slider {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-left, .arrow-right {
    display: block;
  }

  .slide-nav-2 {
    width: auto;
    font-size: 6px;
    display: block;
  }

  .main-text.sffdty {
    margin-bottom: 1em;
    font-size: 16px;
  }

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

  .gls-item {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .goal-feat-head {
    font-size: 20px;
    bottom: 45px;
  }

  .rocket--ottie {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-2.fghj {
    align-items: center;
  }

  .grid2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid2.erty {
    flex-direction: column;
  }

  .large-feature-grid {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .body-normal-300 {
    font-size: 16px;
  }

  .video-section {
    background-image: linear-gradient(to right, #00000075, #00000036 54%, #0000), url('../images/sdrfgth_1sdrfgth,.webp');
    background-position: 0 0, 20%;
    background-size: auto, cover;
    padding-top: 0%;
    padding-bottom: 0%;
    position: relative;
  }

  .video-section.main-hero-home {
    background-image: linear-gradient(90deg, #000000e6, #000000b3 36%, #fff0), url('../images/saedrtyujikl_2.webp');
    background-position: 0 0, 0 0;
  }

  .video-section.about {
    background-position: 0 0, 85%;
  }

  .background-video {
    background-image: linear-gradient(#0009, #0009);
    width: 100vw;
    height: 100vh;
  }

  .background-video.fullbg {
    width: 100vw;
    height: 100vh;
  }

  .button-div {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .hcard {
    font-size: 20px;
    line-height: 1.8em;
  }

  .alt-card-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .alt-card-ct {
    width: auto;
    display: block;
  }

  .div-txt {
    padding: 0% 10% 10%;
  }

  ._18t {
    font-size: 16px;
  }

  .card-alt {
    width: auto;
  }

  .card-alt.lft {
    background-color: #0000;
    background-image: none;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-alt.lft._1 {
    margin-top: 0%;
  }

  .card-alt.rtg {
    background-image: none;
    margin-top: 0%;
  }

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

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: absolute;
  }

  .container-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    position: static;
    overflow: hidden;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    width: 50%;
    display: block;
  }

  .nav-menu {
    z-index: 100;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #160909;
    background-color: #0000;
    background-image: linear-gradient(#eea849, #f46b45);
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    padding-top: 10vh;
    display: flex;
    position: fixed;
    top: 0;
  }

  .nav-link {
    opacity: .95;
    color: #fff;
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1em;
    font-size: 24px;
    font-weight: 600;
    line-height: 2em;
    display: flex;
  }

  .menu-button {
    position: static;
  }

  .menu-button.w--open {
    z-index: 1000;
    background-color: #000;
    position: relative;
  }

  .black-bttn {
    text-align: left;
    flex: 0 auto;
    margin-top: 2em;
    position: absolute;
    left: 10%;
  }

  .left-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .testimonial-wrap {
    width: 100%;
    margin-top: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .mask {
    width: 100%;
  }

  .slide {
    padding: 30px;
  }

  .right-arrow {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin-top: 10%;
  }

  .grid-4._22.food {
    grid-template-columns: 1fr;
  }

  .slider-3 {
    box-shadow: none;
  }

  .column.workouts-headline.serttdfyt {
    width: 100%;
  }

  .column.description-heading {
    align-items: center;
    width: auto;
  }

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

  .hero-slider-image {
    object-fit: cover;
    border-radius: 10px;
    width: 80vw;
    max-width: none;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .hero-slider-image.hro {
    border-radius: 0;
    width: 100%;
    margin-top: 0%;
  }

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

  .div-block-3.flex2 {
    justify-content: center;
    align-items: center;
  }

  .white-block {
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 2em;
  }

  .white-block.dwn {
    margin-top: 2em;
  }

  .pink-line {
    width: 50px;
  }

  .div-image-2 {
    display: none;
  }

  .pink-text-div {
    margin-bottom: .25em;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 7vh;
  }

  .section.social-proof {
    background-color: #05f3;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section.about-section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section.footer-section {
    background-color: #e5fdd1;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.about-hero {
    justify-content: center;
    width: auto;
  }

  .section.about-hero.largee {
    padding-top: 100px;
  }

  .section.about-hero.largee.green {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .jumbo {
    font-size: 45px;
  }

  .jumbo.pnk-section {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-weight: 600;
  }

  .jumbo.max-800 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .jumbo.max-800.zp {
    font-size: 26px;
  }

  .main-div {
    flex-direction: column;
  }

  .main-div.switch.fdgrgty {
    width: 90%;
  }

  .heading-4 {
    font-weight: 600;
  }

  ._2-blocks {
    flex-direction: column;
    width: 100%;
    margin-top: 0%;
  }

  .paragraph {
    font-weight: 400;
  }

  .pink-txt {
    font-size: 14px;
  }

  .circle-2 {
    width: 60px;
    height: 60px;
  }

  .hero-img {
    border-bottom-right-radius: 38%;
    border-bottom-left-radius: 38%;
    width: 75%;
    max-width: 100%;
    padding-bottom: 1%;
  }

  .hero-img.main {
    margin-right: 20px;
  }

  .whitetxt {
    text-align: center;
    font-size: 30px;
  }

  .form-block-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    width: 200px;
    bottom: 57%;
  }

  .su-box {
    padding-top: 465px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-holder {
    width: 100%;
  }

  .heading-h2-2.su {
    margin-left: 0;
  }

  .container-3 {
    width: 90%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .signup {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-image {
    width: 200px;
    max-width: none;
  }

  .nc-socials {
    margin-left: 0;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 22px;
  }

  .footer-flex-container {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .mask-2 {
    width: auto;
    height: auto;
  }

  .arro-lotte {
    width: 20%;
    inset: -4% -15% auto auto;
  }

  .sdfghjikol {
    justify-content: flex-start;
    display: flex;
  }

  .sdfghjikol.centre {
    padding-top: 20px;
  }

  .wsedrfgthyuji {
    width: 20%;
    margin-left: 0%;
  }

  .sdfghjk {
    flex-direction: column;
    margin-top: 15%;
  }

  .pricing-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .plan-text {
    color: #313b53e6;
    font-size: 12px;
    line-height: 1.8em;
  }

  .plan-price {
    font-size: 30px;
    line-height: 1.2em;
  }

  .plan-name {
    font-size: 12px;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
  }

  .navbar1_menu.is-page-height-tablet {
    background-image: linear-gradient(231deg, var(--idkman), var(--fall));
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .navbar1_component {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 0;
    display: flex;
    position: fixed;
  }

  .menu-icon1_line-middle {
    background-color: var(--white);
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-icon1_line-top {
    background-color: var(--white);
    color: var(--white);
  }

  .pre-loader-animation {
    background-color: var(--black);
    display: none;
  }

  .image-5 {
    max-width: 70px;
  }

  .big-paragraph {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .big-paragraph.max-600.trsst {
    margin-bottom: 1em;
    line-height: 1.8em;
  }

  .big-paragraph.max-500 {
    max-width: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
  }

  .container-5 {
    flex-direction: row;
  }

  .container-5.free-plan-container {
    flex-direction: column;
    display: flex;
  }

  .container-test {
    flex-direction: column-reverse;
    display: flex;
  }

  .container-test.sdfetry {
    flex-direction: column-reverse;
  }

  .faq-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .faq-question-wrap {
    flex-direction: column;
    padding: 16px 0;
    display: block;
  }

  .faq-question-bar {
    height: auto;
  }

  .faq-paragraph {
    margin-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .live-chat-wrapper---brix {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-wrapper---brix.preview-page {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: flex;
    inset: auto 0 0;
  }

  .link-block-4 {
    border: 1px solid #fff;
    border-radius: 0;
    flex-wrap: nowrap;
    justify-content: center;
    width: 50%;
    margin-bottom: 0;
    line-height: 24px;
  }

  .image-15 {
    margin-right: .5em;
  }

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

  .vdo-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 2em;
    display: grid;
  }

  .video {
    width: 100%;
    height: auto;
    min-height: 40vh;
    margin-bottom: 0;
  }

  .youtube-2 {
    width: auto;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5em;
  }

  .heading.less-gp {
    font-size: 28px;
    line-height: 1.3em;
  }

  .carousel-slider-2 {
    margin-left: 0%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    width: 100%;
  }

  .course-summary {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .price {
    margin-top: 1em;
    line-height: 1.3em;
  }

  .container-6.free-plan-container {
    flex-direction: column;
    display: flex;
  }

  .container-6.free-plan-container.clients.asdcfvgb.sdfghyui {
    flex-direction: column;
  }

  .slide-nav-4 {
    width: auto;
    font-size: 6px;
    display: block;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .carousel-mask-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .plans-div {
    grid-template-columns: 1fr;
  }

  .plans-div.aswedrftyui {
    margin-top: 2em;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5em;
  }

  .heading-17.less-gp {
    font-size: 28px;
    line-height: 1.3em;
  }

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

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

  .div-block-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .hero-slider-image-2 {
    object-fit: cover;
    border-radius: 10px;
    width: 80vw;
    max-width: none;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .hero-slider-image-2.sdfgh {
    width: 100%;
  }

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

  .button-3 {
    background-color: #263a29;
    min-width: auto;
    padding: 1em 2em;
    font-size: 14px;
  }

  .button-3.gapp {
    background-color: #263a29;
  }

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

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

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

  .text-block-4.block {
    text-align: left;
    padding-right: 1em;
    font-size: 15px;
  }

  .pink-line-2 {
    width: 50px;
  }

  .white-block-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 2em;
  }

  .white-block-2.gg {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-15 {
    margin-left: 0%;
  }

  .holder-testimonials {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .testimonial-div-box {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #e5fdd1;
    width: 100vw;
  }

  .div-block-20 {
    background-color: #0000;
    width: auto;
  }

  .pink-text-div-2 {
    margin-bottom: .25em;
  }

  .div-block-38 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .nav-link-2 {
    color: #263a29;
    font-size: 20px;
  }

  .popup-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .popup-txt:hover {
    font-size: 12px;
  }

  .navbar-3 {
    background-color: #e100d8;
  }

  .navbar-3.nb {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #263a29;
  }

  .container-7.free-plan-container {
    flex-direction: column;
    display: flex;
  }

  .container-7.free-plan-container.clients.heghtjgt.sdfgh {
    flex-direction: column;
  }

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

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

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maps-footer-div {
    display: flex;
  }

  .inner-div, ._2-blocks-2 {
    flex-direction: column;
  }

  ._2-blocks-2.gridd {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-4 {
    display: none;
  }

  .container-8 {
    align-items: flex-start;
  }

  .div-block-53 {
    margin-top: 0%;
  }

  .pink-txt-2 {
    font-size: 14px;
  }

  .testimonial-text-div {
    width: 100%;
  }

  .quote-t3 {
    color: #000;
    font-weight: 400;
  }

  .circle-3 {
    width: 60px;
    height: 60px;
  }

  .test-stack {
    margin-top: 2rem;
  }

  .testimonials-block {
    flex-direction: column;
  }

  .testimonial-text-block, .div-block-54 {
    width: 100%;
  }

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

  .text-block-19 {
    padding: 1em;
    font-size: 14px;
  }

  .text-span-3 {
    font-size: 14px;
  }

  .list-2 {
    text-align: left;
    padding-left: 3%;
  }

  .main-section-dark, .narrow-yellow {
    padding-top: 5vh;
    padding-bottom: 7vh;
  }

  .html-embed {
    height: 100vh;
  }
}

#w-node-_500f3c84-a24d-6470-0824-9ac191931e87-a482227e, #w-node-_500f3c84-a24d-6470-0824-9ac191931e91-a482227e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b94aa479-c3ae-eba9-d2dc-9c04010bc383-a482227e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97f56c6f-5b65-0b5a-3574-3fb0caf6cde5-a482227e {
  grid-column: span 2 / span 2;
}

#w-node-_8f9659b7-e1f8-b3ea-650c-0d014a0a4f9f-a482227e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f9659b7-e1f8-b3ea-650c-0d014a0a4f9d-a482227e, #w-node-_72cd14fe-fb4d-5893-2400-caf357a331d5-a482227e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_47c58ca4-f6f7-e216-a383-03346bcba39f-a482227e, #w-node-_48181421-3c5e-f34b-5743-e9b089f72441-a482227f, #w-node-_48181421-3c5e-f34b-5743-e9b089f7244b-a482227f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2840810-5de7-abc4-fcbf-479254ff46b7-a482227f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a2840810-5de7-abc4-fcbf-479254ff46b9-a482227f, #w-node-_25ed6c19-4532-ce59-fca9-0d9a2d06a3c2-a482227f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ed6c19-4532-ce59-fca9-0d9a2d06a3c0-a482227f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a38274aa-101a-f61e-de70-4d0334955ca3-a4822284, #w-node-a38274aa-101a-f61e-de70-4d0334955cad-a4822284, #w-node-a5140ea4-3248-b93c-1311-1c9da0ce16da-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5140ea4-3248-b93c-1311-1c9da0ce16d8-a4822284, #w-node-_8c5c82c8-f9a8-3799-4705-a214629ccaaa-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_8c5c82c8-f9a8-3799-4705-a214629cca94-a4822284, #w-node-e5416355-c1e1-5a29-7a58-abb53e969ed8-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5416355-c1e1-5a29-7a58-abb53e969eee-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-ba3aef11-fbf1-3c89-cf65-9f6ffc343f3c-a4822284, #w-node-d63005e9-03d6-0c9c-e8be-c0b912d43a8c-a4822284, #w-node-a26987a5-f6b8-7d4b-e9a0-f71190d9e31c-a4822284, #w-node-_3c16f30e-8969-1df4-5712-f39660595f6b-a4822284, #w-node-e41cb249-60c6-0b74-ac8d-05267672ea45-a4822284, #w-node-_66b7f7c0-f5ad-2323-8671-af3bb9468d92-a4822284, #w-node-_29b8863a-8b28-2892-36e5-28f24dda1558-a4822284, #w-node-c0936de4-888d-92d6-41cf-b496f42a86e7-a4822284, #w-node-_8fd63a10-4a76-b7fa-99b2-833089a59978-a4822284, #w-node-_818e6b9e-4a54-83c2-aec7-c9baac2dbe70-a4822284, #w-node-_92173944-122b-54d8-a5b8-68f02c5cc9c6-a4822284, #w-node-_5d45202b-13a3-dcdd-1029-1e8ab4d2481d-a4822284, #w-node-e0f829f7-48c6-d1b2-549b-a69b2a1390e9-a4822284, #w-node-f6b34e19-48ae-dcc2-4520-d435dcc8efb4-a4822284, #w-node-bd2aaf6c-0b87-7aa8-9bf4-39007528f9fd-a4822284, #w-node-_5f19770c-3515-143d-c210-873b266a426a-a4822284, #w-node-_5e805c53-d4f6-b136-a0f7-5c0dfbd74b59-a4822284, #w-node-b50194ae-9516-8328-184d-edd5c1bae844-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b50194ae-9516-8328-184d-edd5c1bae84e-a4822284 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc13-a4822284, #w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc14-a4822284, #w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc15-a4822284, #w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc16-a4822284, #w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc17-a4822284, #w-node-df37b14a-bd41-5bdd-c1c7-726581b8dc18-a4822284, #w-node-_9741239b-a8d1-e197-7791-a4813ce04b32-a4822284, #w-node-_26e7a784-97cf-4968-2469-4e154da5f33e-a4822284, #w-node-cca2df99-fb31-b70e-f05e-cea846eab2f8-a4822284, #w-node-d504625b-a185-35fc-41fc-bdc4fe2cdb53-a4822284, #w-node-_1c361083-5916-cb1d-913e-6f944ed48267-a4822284, #w-node-fb51c04f-d814-779d-039a-ab078df743ed-a4822284, #w-node-_500f3c84-a24d-6470-0824-9ac191931e87-a4822285, #w-node-_500f3c84-a24d-6470-0824-9ac191931e91-a4822285 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_500f3c84-a24d-6470-0824-9ac191931e91-a482227e {
    justify-self: auto;
  }

  #w-node-_8f9659b7-e1f8-b3ea-650c-0d014a0a4f9f-a482227e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f9659b7-e1f8-b3ea-650c-0d014a0a4f9d-a482227e, #w-node-_72cd14fe-fb4d-5893-2400-caf357a331d5-a482227e {
    justify-self: start;
  }

  #w-node-_47c58ca4-f6f7-e216-a383-03346bcba39f-a482227e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48181421-3c5e-f34b-5743-e9b089f7244b-a482227f {
    justify-self: auto;
  }

  #w-node-a2840810-5de7-abc4-fcbf-479254ff46b7-a482227f {
    justify-self: start;
  }

  #w-node-a2840810-5de7-abc4-fcbf-479254ff46b9-a482227f, #w-node-_25ed6c19-4532-ce59-fca9-0d9a2d06a3c2-a482227f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_25ed6c19-4532-ce59-fca9-0d9a2d06a3c0-a482227f {
    justify-self: start;
  }

  #w-node-a38274aa-101a-f61e-de70-4d0334955cad-a4822284 {
    justify-self: auto;
  }

  #w-node-a5140ea4-3248-b93c-1311-1c9da0ce16da-a4822284 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5140ea4-3248-b93c-1311-1c9da0ce16d8-a4822284, #w-node-_8c5c82c8-f9a8-3799-4705-a214629ccaaa-a4822284 {
    justify-self: start;
  }

  #w-node-_8c5c82c8-f9a8-3799-4705-a214629cca94-a4822284, #w-node-e5416355-c1e1-5a29-7a58-abb53e969ed8-a4822284 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5416355-c1e1-5a29-7a58-abb53e969eee-a4822284 {
    justify-self: start;
  }

  #w-node-_500f3c84-a24d-6470-0824-9ac191931e91-a4822285 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b94aa479-c3ae-eba9-d2dc-9c04010bc383-a482227e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


