:root {
  --burntsienna: #c97d68;
  --linen: #eaded5;
  --pink: #edbbc4;
  --black: #575757;
  --white: white;
  --image-filler: #cecece;
  --violet: #dd7ce8;
  --cornflower-blue: #6eadff;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Silka, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Silka, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.colour {
  background-color: var(--burntsienna);
  color: #0000;
  width: 100px;
  height: 100px;
}

.colour._1 {
  background-color: var(--linen);
}

.colour._2 {
  background-color: var(--pink);
}

.colour._3 {
  background-color: var(--black);
}

.colour-palette {
  justify-content: flex-start;
  display: flex;
}

.body-2 {
  background-color: #0000;
}

.typography {
  margin-bottom: 40px;
}

.button {
  background-color: var(--pink);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  align-self: flex-start;
  margin-top: 40px;
  padding: 20px;
  font-weight: 700;
  box-shadow: 2px 2px 6px -2px #00000059;
}

.button.learn {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
  margin-left: 20px;
}

.button.service {
  background-color: var(--pink);
}

.button.mobile {
  display: none;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.hero-section {
  background-color: var(--image-filler);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/hero-image.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.hero-section.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/qwe.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
}

.hero-section.contact {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/fit-girl-running-up-the-steps.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  position: relative;
}

.hero-section.home {
  background-image: linear-gradient(#0000, #0000), url('../images/1.jpg');
}

.container {
  flex: 0 auto;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.hero {
  width: 80%;
  max-width: 1500px;
}

.container.hero.home {
  position: absolute;
}

.container.vp {
  width: auto;
  padding: 0;
}

.container.usp {
  perspective: 1000px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container.coach {
  width: 90%;
  max-width: 1500px;
}

.container.service {
  width: auto;
}

.container.about {
  flex-direction: column;
  justify-content: flex-start;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  top: -106px;
}

.hero-blurb-wrapper.right {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 95px;
  display: flex;
}

.hero-blurb-wrapper.about {
  padding-top: 0;
}

.hero-blurb {
  color: var(--white);
  letter-spacing: 1.5px;
  width: 40vw;
  margin-top: 50px;
  font-family: Silka, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.hero-blurb.contact {
  text-align: right;
}

.hero-header {
  color: var(--white);
  width: 13ch;
  margin-bottom: 40px;
  font-size: 5vw;
}

.hero-header.contact {
  text-align: right;
  width: 10ch;
}

.hero-header.home {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 75vw;
  margin-bottom: 10px;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 8vw;
  font-weight: 700;
}

.hero-header.home.samll {
  width: 100%;
  margin-top: 10px;
  font-size: 1.5vw;
  font-weight: 500;
}

.hero-header.about {
  width: 13ch;
  margin-bottom: 0;
  font-size: 4vw;
}

.nav-container {
  background-image: linear-gradient(#0000004d, #fff0);
  width: 100vw;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.nav-link {
  color: var(--white);
  font-family: Silka, sans-serif;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--pink);
}

.vp-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.vp-wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: flex;
  position: relative;
  top: -30px;
  box-shadow: 0 2px 3px #0000007a;
}

.vp-title-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  position: static;
  left: 200px;
}

.vp-blurb-wrapper {
  align-self: flex-end;
  width: auto;
  position: static;
  right: 50px;
}

.vp-header {
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 700;
}

.vp-blurb {
  text-align: justify;
  font-family: Silka, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.usp-section {
  background-color: #0000;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.usp-wrapper.limited-spaces {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 70px 45px;
  display: flex;
  position: relative;
}

.usp-wrapper.limited-spaces:hover {
  background-color: var(--black);
  color: var(--pink);
}

.usp-wrapper._24-7 {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 70px 45px;
  display: flex;
  position: relative;
}

.usp-wrapper._24-7:hover {
  background-color: var(--black);
  color: var(--pink);
}

.usp-wrapper.experience {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 70px 45px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.usp-wrapper.experience:hover {
  background-color: var(--black);
  color: var(--pink);
}

.usp-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-section {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.testimonial-wrapper {
  height: 500px;
  display: flex;
  position: relative;
}

.testimonial-left {
  z-index: 2;
  flex: 1;
  align-self: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.testimonial-right {
  z-index: 2;
  flex: 1;
  align-self: flex-end;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.quote-icon {
  width: 75px;
}

.quote {
  width: auto;
  padding-left: 40px;
}

.quote.one {
  width: auto;
  height: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 0;
  display: block;
}

.services-section {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.services-grid {
  z-index: 100;
  grid-template-rows: auto;
  justify-items: center;
  margin-top: 70px;
  position: relative;
}

.coach-section {
  background-color: var(--black);
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/Pages---8.jpg');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.coach-grid {
  background-color: #0009;
  border-radius: 20px;
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.coach-blurb {
  width: 45ch;
  height: auto;
  padding-left: 0;
}

.coach-header {
  text-transform: uppercase;
  width: 17ch;
  margin-bottom: 30px;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 4vw;
  font-weight: 500;
}

.coach-blurb-wrapper {
  color: var(--white);
  height: 400px;
  padding: 25px;
}

.cta-section {
  background-color: var(--image-filler);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Pages---5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  box-shadow: inset 0 20px 14px -3px #00000080;
}

.footer {
  color: var(--black);
  text-align: center;
  background-color: #d5d5d5;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

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

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  font-family: Silka, sans-serif;
  text-decoration: none;
  display: block;
}

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

.usp-blurb {
  text-align: center;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 300;
}

.usp-header {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 1.4vw;
  font-weight: 700;
}

.bg-test {
  background-color: var(--linen);
  width: 0%;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg-test.left {
  inset: auto auto 0% 0%;
}

.verti-line {
  background-color: var(--black);
  width: 2px;
  height: 200%;
  position: relative;
  top: -245px;
}

.midline {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
}

.cta-quote {
  width: 13ch;
  font-size: 51px;
}

.cta-quote-wrapper {
  color: var(--white);
  margin-left: 10%;
  position: relative;
}

.training-plan-large {
  z-index: 5;
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.services-header {
  color: var(--black);
  margin-left: 20%;
  position: relative;
  inset: 0 auto auto 0;
}

.text-slide {
  background-color: var(--pink);
  color: var(--pink);
  width: 100%;
  height: 21%;
  display: flex;
  position: absolute;
  top: 11%;
}

.text-slide.two {
  background-color: var(--pink);
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  width: 100%;
  height: 21%;
  top: 32%;
}

.text-slide.three {
  background-color: var(--pink);
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  width: 100%;
  height: 21%;
  top: 52%;
}

.text-slide.four {
  background-color: var(--pink);
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  width: 100%;
  height: 22%;
  top: 72%;
}

.lottie-animation-2 {
  width: 100%;
  height: 100px;
}

.lottie-animation-3 {
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
}

.lottie-animation-4 {
  width: 3%;
  height: 100px;
}

.heading {
  opacity: .29;
  color: var(--pink);
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 4vw;
  display: block;
  position: absolute;
  inset: -11vw auto auto 9.8vw;
}

.contact-form {
  background-color: var(--black);
  color: var(--linen);
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0;
}

.contact-form.contact {
  background-color: var(--white);
}

.contact-form.services, .contact-form.about {
  background-color: var(--black);
  margin-top: 0;
}

.contact-form.home {
  background-color: #323232;
  margin-top: 0;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.step-one {
  background-color: var(--white);
  width: 10%;
  height: 20%;
  position: absolute;
  inset: auto 9% 0% auto;
}

.step-two {
  background-color: var(--white);
  width: 10%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-form-header {
  color: var(--black);
  text-align: right;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  padding: 10px;
  font-family: Silka, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  position: static;
}

.contact-form-header.services {
  color: var(--white);
  text-align: left;
  font-family: Exo Variablefont Wght, sans-serif;
}

.paragraph-2 {
  color: var(--black);
  text-align: center;
}

.paragraph-2.services {
  color: var(--white);
  text-align: left;
  font-family: Silka, sans-serif;
  font-weight: 500;
}

.paragraph-2.contact {
  text-align: left;
}

.italic-text {
  color: var(--pink);
}

.usp-section-one {
  background-color: var(--white);
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -50px;
}

.reasons-section {
  background-color: var(--black);
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.three-reasons-blurb {
  z-index: 700;
  background-color: var(--white);
  border: 1px #000;
  border-radius: 5px 5px 0 0;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  display: none;
  position: relative;
  top: 0;
  box-shadow: 0 1px 3px #00000059;
}

.reasons-wrapper {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  position: static;
  left: 200px;
}

.reasons-header {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 700;
}

.reasons-blurb-wrapper {
  align-self: flex-end;
  width: auto;
  position: static;
  right: 50px;
}

.reasons-blurb {
  padding-left: 40px;
}

.services-section-services-page {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
  display: flex;
  position: relative;
}

.service-wrapper-serv-page {
  background-color: var(--white);
  flex-direction: column-reverse;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.service-right {
  border: 1px none var(--white);
  background-color: var(--white);
  color: var(--white);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.service-left {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.usp-three {
  border: 1px none var(--white);
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.usp-two {
  z-index: 600;
  border: 1px none var(--white);
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: static;
  top: 72px;
}

.usp-one {
  border: 1px none var(--white);
  color: var(--black);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.usp-paragraph {
  text-align: left;
}

.usp-heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 2vw;
}

.bg-image-train {
  background-image: url('../images/qwe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 40%;
  height: 60vh;
}

.bg-image-train._1 {
  background-image: url('../images/ewer.png');
}

.bg-image-nutri {
  background-image: url('../images/wqe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  width: 40%;
  height: 60vh;
}

.bg-image-nutri._2 {
  background-image: url('../images/ewww.png');
}

.cta-services-section {
  background-color: var(--black);
  height: auto;
  margin-top: 0;
}

.training-blurb {
  font-family: Varela, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.nutri-blurb {
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 400;
}

.nutri-heading {
  font-size: 3vw;
}

.training-heading {
  text-transform: uppercase;
  font-size: 3vw;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  background-color: #0000;
  border-radius: 0;
}

.text-field-2, .text-field-3, .text-field-4, .textarea {
  border: 1px #000;
  border-bottom-style: solid;
}

.train-blurb-wrapper {
  color: var(--black);
  background-color: #0000;
  border-radius: 10px;
  order: -1;
  width: 40%;
  height: auto;
  padding: 20px;
  position: relative;
  left: 0;
}

.nutri-blurb-wrapper {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  width: 40%;
  padding: 20px;
  position: relative;
  right: 0;
}

.weekly-plans-wrapper {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  position: relative;
  top: -50px;
}

._8-week {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 400px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 10px;
  display: block;
}

._12-week {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 400px;
  padding: 20px 10px;
}

.ongoing {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  width: 400px;
  padding: 20px 10px;
  display: block;
}

.price {
  color: var(--image-filler);
  text-align: left;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.service-name {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 22px;
  font-size: 1.4rem;
  font-weight: 700;
}

.body-4 {
  background-color: var(--white);
}

.bg-mobile {
  color: var(--black);
  display: none;
  position: absolute;
}

.floating-into {
  display: none;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: var(--white);
}

.dec-line {
  display: none;
}

.motivation-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/two-women-looking-sweaty-after-a-good-workout.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-left: 10%;
  display: flex;
}

.motivation-quote {
  color: var(--white);
  text-transform: uppercase;
  width: 16ch;
}

.paragraph-5 {
  color: var(--white);
  width: 50ch;
}

.about-hero-section {
  height: 120vh;
}

.about-hero-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megan-shadow-boxing-fitness.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  height: 100%;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-section {
  position: relative;
}

.overlay-box {
  background-color: var(--white);
  width: 50vw;
  height: 400px;
  position: absolute;
  top: -150px;
}

.about-blurb {
  display: flex;
}

.paragraph-6 {
  width: 50ch;
  padding: 25px 25px 25px 0;
}

.paragraph-7 {
  align-self: flex-end;
  width: 50ch;
  padding: 130px 25px 25px;
}

.two {
  background-color: #a0a0a0;
  background-image: url('../images/marvin-meyer-8CDuHXff3zo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.horizontal-scroll-content {
  width: 300vh;
  margin-left: 20vw;
  display: flex;
  overflow: visible;
}

.heading-3 {
  text-transform: uppercase;
  font-size: 4vw;
  line-height: 1;
}

.time-line-section {
  background-color: #fff;
  height: 300vh;
  position: relative;
}

.four {
  background-color: #a0a0a0;
  background-image: url('../images/megan-anorexic.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.three {
  background-color: #a0a0a0;
  background-image: url('../images/aaron-huber-G7sE2S4Lab4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.horizontal-scroll-wrapper {
  background-color: #f5f5f5;
  width: 100vw;
  margin-left: 0;
  padding: 110px 20px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.one {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 483px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
}

.heading-5 {
  text-align: left;
  font-size: 3vw;
}

.div-block-2 {
  display: flex;
}

.slide-intro {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 483px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
}

.megan-image-one {
  background-color: #a0a0a0;
  background-image: url('../images/megan-anorexic.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  align-items: flex-end;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.megan-image-one:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megan-anorexic.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.megan-image-two {
  background-color: #a0a0a0;
  background-image: url('../images/megan-prep.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.megan-image-two:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megan-prep.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.megan-image-three {
  background-color: #a0a0a0;
  background-image: url('../images/megan-compete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.megan-image-three:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megan-compete.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.megan-image-four {
  background-color: #a0a0a0;
  background-image: url('../images/megan3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 350px;
  height: 400px;
  margin-left: 0;
  margin-right: 30px;
  display: inline-block;
  position: relative;
  box-shadow: -1px 3px 6px 1px #000000ad;
}

.megan-image-four:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megan3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.overly {
  opacity: 1;
  background-image: url('../images/pair-of-silver-dumbbells.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  align-items: flex-end;
  width: 400px;
  height: 400px;
  transition: opacity .2s;
  display: flex;
  position: static;
  inset: 0%;
}

.overly:hover {
  opacity: 1;
}

.overly.lower {
  background-image: url('../images/healthy-nutrition-steak-and-vegetables.png');
  margin-top: 250px;
}

.button-trainer {
  background-color: var(--pink);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5px;
  align-self: flex-start;
  margin-top: 40px;
  padding: 20px;
  font-weight: 700;
  box-shadow: 2px 2px 6px -2px #00000059;
}

.hero-header-services {
  color: var(--white);
  width: 13ch;
  margin-bottom: 40px;
  font-size: 5vw;
  display: none;
}

.info-slide {
  z-index: 100;
  opacity: 0;
  color: var(--white);
  background-color: #0000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: auto;
  padding: 0 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.before-after-mobile {
  display: none;
}

.before-after-grid {
  grid-template-rows: auto;
}

.mobile-header {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 700;
  display: none;
}

.services-slider-section, .tc-mobile-team-slider {
  display: none;
}

.coach-header-mobile {
  text-transform: none;
  width: 17ch;
  margin-bottom: 30px;
  font-size: 4vw;
  font-weight: 500;
}

.overlay-block, .heading-8, .lottie-animation-6, .mobile-section {
  display: none;
}

.heading-9 {
  color: var(--white);
  width: 13ch;
  padding-right: 80px;
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 5vw;
}

.slide-one-blurb, .slide-two-blurb, .slide-three-blurb, .slide-four-blurb {
  font-size: 14px;
}

.footer-logo {
  font-size: 2.5vw;
  line-height: 1;
}

.footer-link-2 {
  color: #353535;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2.bottom-link {
  margin-bottom: 0;
}

.social-icon.facebook {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-icon.linkedin {
  width: 40px;
  height: 40px;
}

.footer-heading-2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

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

.footer-column.brand-wrapper {
  justify-content: space-between;
  width: 41ch;
}

.footer-wrapper {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 90px;
}

.footer-section {
  background-color: #ececec;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.footer-section.course-catalogue {
  background-color: #fff;
}

.footer-section.other {
  background-color: #eaeaea;
}

.copyright {
  font-size: 13px;
  font-weight: 300;
}

.social-icon-wrapper {
  justify-content: center;
  display: flex;
}

.footer-flex {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding-top: 1%;
  padding-left: 1%;
}

.bold-text-3 {
  font-size: 4vw;
}

.overlay {
  background-color: #0808084d;
  position: absolute;
  inset: 0%;
}

.overlay.gradient {
  background-color: #08080800;
  background-image: linear-gradient(#07090c00 30%, #07090c1a 55%, #07090c40);
}

.overlay.light {
  background-color: #0808080d;
}

.slide-nav-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0;
  font-size: 6px;
  display: flex;
  inset: auto 0 48px;
  transform: none;
}

.slide-nav-2.tablet-mobile-slide-nav {
  align-items: flex-end;
  height: 36px;
  display: none;
  bottom: 0;
}

.slider-arrow {
  width: 15px;
}

.button-text-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.slider-background-base {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px 14px 28px;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.button-2.dark {
  color: #fff;
  background-color: #080808;
  line-height: 1.5em;
}

.hero-header-2 {
  color: #fff;
  width: 13ch;
  margin-bottom: 40px;
  font-size: 5vw;
}

.hero-header-2.home {
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 50vw;
  margin-bottom: 10px;
  font-size: 8vw;
  font-weight: 700;
}

.hero-header-2.home.samll {
  width: 100%;
  margin-top: 10px;
  font-size: 1.5vw;
  font-weight: 500;
}

.section-hero {
  background-color: #080808;
  flex-direction: row;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.slider {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.mask {
  overflow: visible;
}

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  inset: auto auto 48px 0;
}

.slide-arrow.right {
  left: auto;
  right: 0;
}

.slider-background {
  background-image: url('../images/ImageOP004.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slider-background.four {
  background-image: url('../images/Image002-1.jpg');
  width: 100vw;
  height: 100vh;
}

.slider-background.three {
  background-image: url('../images/1.jpg');
  width: 100vw;
  height: 100vh;
}

.wrapper-slider {
  justify-content: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  text-align: center;
  font-size: 50px;
  line-height: 1em;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.slider-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-intro-2 {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.arrow-icon {
  width: 14px;
}

.arrow-icon.invert {
  filter: none;
}

.arrow-icon.large {
  width: 18px;
}

.footer-logo-2 {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.subtitle {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.subtitle.small {
  letter-spacing: 3px;
  font-size: 11px;
}

.footer-items {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-navigation {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: start end;
  display: grid;
}

.footer-categories {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: end;
  font-size: 9px;
  display: grid;
}

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

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
}

.section {
  z-index: 10;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.clip {
  overflow: hidden;
}

.section.no-padding {
  padding: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.grid-wrapper.clip {
  background-color: #f1f1f1;
  justify-content: center;
  justify-items: center;
  overflow: hidden;
}

.footer-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-clip {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footer-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  display: grid;
}

.footer-main {
  background-color: #080808;
  position: relative;
  inset: auto 0% 0%;
}

.footer-link-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.showcase-products {
  grid-column-gap: 6px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showcase-products.single-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.product-slider {
  background-color: #ddd0;
  justify-content: center;
  height: 100%;
  display: flex;
}

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

.product-mask {
  width: 33.33%;
  overflow: visible;
}

.dark-slide-arrow {
  background-color: #080808;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  bottom: 90px;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.stacked-intro.large {
  grid-row-gap: 48px;
}

.stacked-intro.small {
  grid-row-gap: 18px;
}

.stacked-intro.centered {
  text-align: center;
  justify-content: center;
  justify-items: center;
}

.width-medium {
  max-width: 550px;
}

.stacked-content {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.stacked-content.small {
  grid-row-gap: 26px;
}

.stacked-content.medium, .stacked-content.medium.centered {
  grid-row-gap: 80px;
}

.product-slide-card {
  padding-left: 3px;
  padding-right: 3px;
}

.heading-10 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading-10.large {
  font-size: 42px;
}

.wrapper-intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.wrapper-intro.centered {
  text-align: center;
  grid-template-columns: 1fr;
  justify-items: center;
}

.story-image {
  border: 1px #000;
  width: 15vw;
  height: 21vw;
  position: relative;
  overflow: hidden;
}

.story-background-wrapper {
  position: absolute;
  inset: 0%;
}

.link-arrow-wrapper {
  overflow: hidden;
}

.story-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center;
  padding-left: 6px;
  padding-right: 6px;
  display: grid;
}

.story-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.dual-button {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.heading-11 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading-11.large {
  font-size: 42px;
}

.body-display {
  color: #667479;
  text-align: left;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.light {
  color: #fff;
}

.body-display.light.large {
  text-align: center;
  text-transform: none;
}

.body-display.large {
  font-size: 20px;
}

.body-display.small, .body-display.extra-small {
  font-size: 15px;
}

.underline-link {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px #e4e9ec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 11px;
  line-height: 1.5em;
  text-decoration: none;
  display: grid;
}

.underline-link.light {
  color: #fff;
  border-bottom-color: #ffffff80;
}

.story-background {
  background-image: url('../images/Image010-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.story-background.right-image {
  background-image: url('../images/Image014-1.jpg');
}

.width-large {
  max-width: 700px;
}

.basic-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  position: relative;
}

.basic-slider {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.basic-slide-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.basic-mask {
  width: 100%;
  overflow: visible;
}

.full-width-slider-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.feature-background {
  background-image: url('../images/Image004-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.feature-background.three {
  background-image: url('../images/Image008-1.jpg');
}

.feature-background.two {
  background-image: url('../images/Pages---14.jpg');
}

.feature-background.one {
  background-image: url('../images/Image001-1.jpg');
}

.heading-12 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rotating-text {
  padding-right: 60px;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.action-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.action-background {
  background-image: url('../images/Image010-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bold-text-4 {
  font-family: Exo Variablefont Wght, sans-serif;
  font-size: 7vw;
}

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

.search-icon {
  z-index: 25;
  border: 1px #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1px 1px 0;
  display: flex;
}

.nav-base {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 13px;
  display: flex;
}

.nav-content {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  display: grid;
}

.dropdown-search-list {
  z-index: 10;
  background-color: #0000;
  flex: 0 auto;
  display: none;
  position: relative;
}

.dropdown-search-list.w--open {
  justify-content: flex-end;
}

.menu-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.search-base {
  z-index: 5;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-link-2.w--current {
  color: #fff;
}

.search-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 100px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-left: -12px;
  padding: 0 0 0 2px;
  font-size: 10px;
  display: none;
}

.nav-menu-2 {
  display: flex;
}

.navbar-2 {
  background-color: #00000052;
  flex-direction: column;
  justify-content: center;
  height: 65px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-logo {
  width: 100%;
}

.search {
  color: #fff;
  border: 1px #fff3;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-width: 100%;
  height: 32px;
  margin-bottom: 0;
  padding-right: 32px;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: 0%;
}

.dropdown-search {
  z-index: 25;
  outline-offset: 0px;
  border: 1px solid #ffffff40;
  border-radius: 100px;
  outline: 1px #fff3;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  min-width: 34px;
  min-height: 34px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 0 0 18px;
  font-size: 14px;
}

.search-input::placeholder {
  line-height: 1.2em;
}

.menu-base {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.brand-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 6px;
  display: flex;
}

.search-toggle {
  z-index: 25;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
}

.search-toggle.w--open {
  margin-left: -32px;
}

.about-intro {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 48px;
  display: flex;
}

.instagram-background {
  background-image: url('../images/Image003.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.instagram-background.four {
  background-image: url('../images/Image008-1.jpg');
}

.instagram-background.two {
  background-image: url('../images/Image004-2.jpg');
}

.instagram-background.three {
  background-image: url('../images/Image001-1.jpg');
}

.instagram-background.one {
  background-image: url('../images/Image002-1.jpg');
}

.testimonial {
  text-align: center;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flying-background {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.page-content {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.page-wrapper {
  color: #080808;
  background-color: #fff;
  font-weight: 400;
}

.flying-image-item {
  width: 22vw;
  height: 22vw;
  position: absolute;
  overflow: hidden;
}

.flying-image-item.one {
  transform: rotate(5deg);
}

.flying-image-item.two {
  transform: rotate(-5deg);
}

.half-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 600px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: grid;
}

.scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.half-image {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}

.mask-testimonials {
  width: 60%;
  overflow: visible;
}

.instagram-image {
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 16vw;
  font-size: 22px;
  line-height: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-image.middle {
  color: #07090c;
  letter-spacing: .15em;
  min-width: 33.33vw;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.about-background {
  background-image: url('../images/we.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-background.two {
  background-image: url('../images/Image021-1.jpg');
}

.scroll-link {
  width: 24px;
}

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

.slider-testimonials {
  background-color: #ddd0;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.arrow-cover {
  z-index: 25;
  position: absolute;
  inset: 0%;
}

.hero-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.wrapper-testimonials {
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.flying-image {
  background-image: url('../images/Image005.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.flying-image.one {
  background-image: url('../images/Image024-1.jpg');
}

.flying-image.three {
  background-image: url('../images/Image017-1.jpg');
  transform: rotate(0);
}

.flying-image.two {
  background-image: url('../images/Image020-1.jpg');
}

.flying-image-wrapper {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 22vw;
  height: 22vw;
  display: flex;
  position: relative;
}

.width-small {
  max-width: 425px;
}

.action-section-2 {
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.testimonial-arrow {
  border: 1px #e4e9ec;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.instagram-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dual-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 180px;
  display: grid;
}

.hero-image-background {
  background-image: url('../images/Image015-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-image-background.four {
  background-image: url('../images/Image016-1.jpg');
  width: 100%;
  height: 100%;
}

.hero-image-background.two {
  background-image: url('../images/Image008-1.jpg');
  width: 100%;
  height: 100%;
}

.hero-image-background.three {
  background-image: url('../images/Image012-1.jpg');
  width: 100%;
  height: 100%;
}

.about-us-hero {
  z-index: 25;
  flex-direction: column;
  min-height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.action-background-2 {
  background-image: url('../images/Image007-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading-13 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading-13.extra-large {
  text-transform: uppercase;
  font-size: 52px;
}

.heading-13.large {
  text-transform: uppercase;
  font-size: 42px;
}

.hover-arrow {
  z-index: 5;
  background-color: #07090c;
  border: 1px #e4e9ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  inset: -38px auto auto -30px;
}

.testimonial-slide-nav {
  height: 12px;
  padding-top: 0;
  font-size: 6px;
  inset: auto 0% 0%;
}

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

.half-grid.reverse {
  grid-template-columns: 1fr 50vw;
}

.width-extra-large {
  max-width: 975px;
}

.hero-image-wrapper {
  min-width: 33.33vw;
  height: 100%;
  min-height: 45vw;
  position: relative;
  overflow: hidden;
}

.footer-3 {
  background-color: #080808;
  position: sticky;
  inset: auto 0% 0%;
}

.bold-text-5 {
  font-family: Exo Variablefont Wght, sans-serif;
}

.field {
  color: #667479;
  background-color: #fff0;
  border-color: #e4e9ec;
  border-radius: 2px;
  height: 52px;
  margin-bottom: 24px;
  padding: 14px 20px;
  font-size: 15px;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.field:focus {
  border-color: #99a7ac;
}

.field.large {
  height: auto;
  min-height: 150px;
}

.error-message {
  border-left: 3px solid #a74030;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
}

.tab-bottom-content {
  border-top: 1px #e4e9ec;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
}

.dual-contact {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, auto) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.success-message {
  background-color: #ddd0;
  padding: 0;
}

.tab-bottom {
  background-color: #f4f8fa;
  border-top: 1px #e4e9ec;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-title {
  max-width: 600px;
}

.dual-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.background {
  background-image: url('../images/Image001.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.contact-background {
  background-image: url('../images/Image002-1.jpg');
}

.about-background-2 {
  background-image: url('../images/Image023-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.about-background-2.three {
  background-image: url('../images/Image014-1.jpg');
  width: 100%;
  height: 100%;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 28px 0;
  text-decoration: none;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top:hover {
  padding-left: 0;
  padding-right: 0;
}

.tab-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e4e9ec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.field-label-6 {
  color: #667479;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6em;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-item {
  border-bottom: 1px solid #e4e9ec;
  flex-direction: column;
  display: flex;
}

.contact-hero {
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.success-content {
  background-color: #f4f8fa;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  display: flex;
}

.lottie-tab-icon {
  z-index: 10;
  opacity: .5;
  filter: invert();
  width: 14px;
  position: relative;
}

.hero-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.tab-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #080808;
  letter-spacing: .15em;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.section-banner {
  min-height: 700px;
  position: relative;
}

.contact-form-base {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 600px;
  padding: 80px 60px;
  display: grid;
}

.hyperlink {
  color: #667479;
  transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.hyperlink:hover {
  color: #07090c;
}

.contact-image {
  position: relative;
  overflow: hidden;
}

.submit-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #080808;
  border-radius: 100px;
  justify-content: center;
  height: 52px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.hover-cover {
  background-color: #f4f8fa;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-14 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35em;
}

.heading-14.extra-large {
  font-size: 52px;
}

.heading-14.large {
  font-size: 42px;
}

.stacked-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  width: 60px;
}

.bold-text-6 {
  text-align: left;
}

.paragraph-8 {
  font-size: 14px;
}

.week-para {
  text-align: justify;
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .button {
    display: none;
  }

  .hero-section {
    height: 600px;
  }

  .container {
    align-self: auto;
  }

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

  .hero-blurb {
    width: 30ch;
    font-size: 16px;
  }

  .vp-wrapper {
    padding: 20px;
    top: -100px;
  }

  .vp-blurb {
    font-size: 16px;
  }

  .usp-wrapper.limited-spaces, .usp-wrapper._24-7, .usp-wrapper.experience {
    padding: 10px;
  }

  .testimonial-section {
    height: 60vh;
  }

  .testimonial-left {
    flex: 0 auto;
    width: 50%;
    margin-top: -70px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 70px;
  }

  .quote, .quote.one {
    width: 24ch;
    font-size: 16px;
  }

  .services-section {
    height: auto;
  }

  .services-grid {
    margin-top: 0;
  }

  .coach-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/steps-reversed.png');
    background-attachment: scroll, scroll;
    height: 600px;
    margin-top: 0;
  }

  .coach-blurb {
    font-size: 16px;
  }

  .coach-blurb-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-section {
    height: 600px;
  }

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

  .usp-blurb {
    font-size: 16px;
  }

  .services-header {
    margin-top: 7vw;
  }

  .step-one {
    width: 20%;
    right: 20%;
  }

  .step-two {
    width: 20%;
  }

  .contact-form-header, .paragraph-2 {
    color: var(--white);
  }

  .usp-section-one {
    flex-direction: column;
    margin-top: -130px;
  }

  .reasons-section {
    flex-direction: row;
  }

  .three-reasons-blurb {
    border-radius: 5px;
    padding: 20px;
    display: none;
    top: -100px;
  }

  .service-right, .service-left {
    height: auto;
  }

  .bg-image-nutri {
    background-position: 0%;
  }

  .cta-services-section {
    background-color: #edbbc45c;
    background-image: none;
  }

  .weekly-plans-wrapper {
    flex-direction: column;
  }

  ._8-week {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  ._12-week {
    width: auto;
    margin-top: 20px;
  }

  .ongoing {
    width: auto;
    margin-bottom: 20px;
  }

  .about-hero-section {
    height: 500px;
  }

  .about-hero-wrapper {
    padding-left: 76px;
  }

  .about-blurb {
    flex-direction: column;
  }

  .paragraph-6, .paragraph-7 {
    font-size: 14px;
  }

  .time-line-section {
    display: none;
  }

  .button-trainer {
    justify-content: flex-start;
    display: flex;
  }

  .before-after-mobile {
    margin-top: -75px;
    padding: 30px;
    display: block;
  }

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

  .landscape-block {
    display: block;
  }

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

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

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

  .footer-column.brand-wrapper {
    width: 26ch;
  }

  .footer-section {
    margin-top: 0;
  }

  .copyright {
    font-size: 12px;
  }

  .slide-nav-2 {
    bottom: 36px;
  }

  .slide-nav-2.tablet-mobile-slide-nav {
    display: flex;
  }

  .slide-arrow {
    bottom: 36px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

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

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

  .showcase-products {
    padding-left: 6px;
    padding-right: 6px;
  }

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-slider-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .product-mask {
    width: 45%;
  }

  .dark-slide-arrow {
    bottom: 140px;
  }

  .stacked-content.medium, .stacked-content.medium.centered {
    grid-row-gap: 60px;
  }

  .heading-10 {
    font-size: 32px;
  }

  .heading-10.large {
    font-size: 38px;
  }

  .story-image {
    width: 20vw;
    height: 29vw;
  }

  .story-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 80px;
    grid-template-columns: auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11 {
    font-size: 32px;
  }

  .heading-11.large {
    font-size: 38px;
  }

  .basic-slider {
    padding-bottom: 36px;
  }

  .basic-slide-wrapper {
    min-height: 65vw;
    padding: 48px;
  }

  .heading-12 {
    font-size: 32px;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .search-icon {
    background-color: #f4f8fa;
    padding-right: 9px;
  }

  .lottie-animation {
    filter: invert();
  }

  .nav-content {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-search-list {
    display: flex;
  }

  .menu-wrapper {
    grid-row-gap: 0px;
    color: #000;
    background-color: #fff;
    border-top: 1px solid #e4e9ec;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-base {
    flex: 1;
    width: auto;
  }

  .nav-link-2 {
    color: #000;
    border-bottom: 1px solid #e4e9ec;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .search-button {
    background-color: #e4e9ec;
    background-image: url('../images/search-dark-small24x242x-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    min-width: 40px;
    min-height: 40px;
    margin-left: 0;
    display: block;
  }

  .search {
    flex-direction: row;
    height: auto;
    padding: 4px;
  }

  .dropdown-search {
    background-color: #f4f8fa;
    width: 100%;
    max-width: 500px;
    margin: 12px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-input {
    color: #07090c;
    min-height: 40px;
    padding-left: 24px;
  }

  .nav-link-text {
    color: #000;
  }

  .menu-base {
    grid-row-gap: 0px;
    background-color: #fff;
    grid-template-columns: 1fr;
  }

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

  .search-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-left: -40px;
    display: none;
  }

  .about-intro {
    padding-top: 120px;
    padding-bottom: 36px;
  }

  .half-content {
    grid-row-gap: 36px;
    background-color: #fff;
    max-width: none;
    padding: 0 10vw 80px 5vw;
  }

  .half-content.left {
    padding-left: 0;
  }

  .half-content.right {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .half-image {
    height: 70vw;
    min-height: 500px;
  }

  .instagram-image {
    min-height: 18vw;
  }

  .instagram-image.middle {
    min-width: 25vw;
    min-height: 10vw;
    font-size: 15px;
  }

  .instagram-grid {
    grid-row-gap: 6px;
  }

  .action-section-2 {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .heading-13.extra-large {
    font-size: 48px;
  }

  .heading-13.large {
    font-size: 38px;
  }

  .half-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .half-grid.reverse {
    grid-template-columns: 1fr;
  }

  .hero-image-wrapper {
    min-height: 35vw;
  }

  .dual-contact {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dual-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-list {
    max-width: none;
  }

  .contact-hero {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .hero-grid {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .section-banner {
    min-height: 500px;
  }

  .contact-form-base {
    min-width: auto;
  }

  .contact-image {
    height: 60vw;
  }

  .hover-cover {
    display: none;
  }

  .heading-14 {
    font-size: 32px;
  }

  .heading-14.extra-large {
    font-size: 48px;
  }

  .heading-14.large {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    display: none;
  }

  .button.service {
    justify-content: center;
    align-self: center;
    display: block;
  }

  .button.serv {
    align-self: center;
    display: block;
  }

  .hero-section {
    height: 400px;
  }

  .container.vp {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .hero-blurb-wrapper.right.contact {
    padding-right: 65px;
  }

  .hero-blurb {
    width: 53ch;
    font-size: 14px;
    display: block;
  }

  .hero-header {
    font-size: 7vw;
  }

  .vp-wrapper {
    z-index: 40;
    box-shadow: none;
    width: 100%;
    height: auto;
    top: 0;
  }

  .vp-header {
    display: none;
  }

  .vp-blurb {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .usp-section {
    z-index: 50;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .usp-wrapper {
    z-index: 40;
    position: relative;
  }

  .usp-wrapper.limited-spaces {
    z-index: 500;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .usp-wrapper._24-7, .usp-wrapper.experience {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

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

  .testimonial-section {
    flex-direction: column;
    order: 1;
    justify-content: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .testimonial-left {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-right {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quote, .quote.one {
    width: auto;
    padding-left: 15px;
    font-size: 14px;
  }

  .services-section {
    height: auto;
    display: flex;
  }

  .services-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .coach-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/steps-reversed.png');
    background-attachment: scroll, scroll;
    height: 400px;
  }

  .coach-header {
    font-size: 5vw;
  }

  .coach-blurb-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-section {
    background-image: linear-gradient(#0000, #0000), url('../images/ok.jpg');
    background-attachment: scroll, scroll;
    align-items: flex-end;
    height: 80vh;
  }

  .footer {
    order: 1;
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .usp-header {
    font-size: 5vw;
  }

  .verti-line {
    z-index: 10;
    height: 148%;
    display: none;
    top: -167px;
  }

  .midline {
    display: none;
  }

  .cta-quote-wrapper {
    margin-left: 20px;
  }

  .lottie-animation-4 {
    width: 15%;
  }

  .contact-form {
    background-color: var(--black);
    color: var(--black);
    order: 1;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px;
  }

  .contact-form.services, .contact-form.about, .contact-form.home {
    background-color: var(--black);
  }

  .step-one {
    width: 20%;
    right: 20%;
  }

  .step-two {
    width: 20%;
  }

  .contact-form-header, .paragraph-2 {
    color: var(--white);
  }

  .italic-text {
    color: var(--pink);
  }

  .body-3 {
    flex-direction: column;
    display: flex;
  }

  .usp-section-one {
    background-color: #0000;
    background-image: none;
    flex-direction: column;
    margin-top: 0;
  }

  .three-reasons-blurb {
    border-radius: 0;
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  .reasons-wrapper {
    justify-content: center;
  }

  .reasons-blurb {
    font-size: 12px;
  }

  .reasons-blurb.two {
    display: none;
  }

  .service-wrapper-serv-page {
    border: 1px none var(--white);
    flex-direction: column-reverse;
  }

  .service-right {
    z-index: 40;
    background-color: var(--white);
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: -203px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .service-left {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
  }

  .usp-three {
    background-image: linear-gradient(140deg, var(--pink), var(--linen));
    color: var(--black);
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .usp-two {
    background-image: linear-gradient(140deg, var(--linen), var(--pink));
    color: var(--black);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .usp-one {
    background-image: linear-gradient(140deg, var(--pink), var(--linen));
    color: var(--black);
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-image-train {
    z-index: 10;
    background-image: url('../images/healthy-woman-grasping-dumbbells-tight.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px #000;
    height: 800px;
    position: relative;
  }

  .bg-image-nutri {
    z-index: 10;
    background-image: url('../images/healthy-woman-drinking-from-a-sports-bottle-of-water.png');
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px #000;
    height: 800px;
    position: relative;
  }

  .cta-services-section {
    z-index: 41;
    background-image: none;
    order: 1;
    height: auto;
    margin-top: -120px;
    display: flex;
    position: relative;
  }

  .training-blurb, .nutri-blurb {
    padding: 10px;
  }

  .nutri-heading, .training-heading {
    padding-left: 10px;
    font-size: 5vw;
  }

  .train-blurb-wrapper {
    z-index: 11;
    background-color: #ffffffc4;
    width: 80%;
    position: absolute;
    inset: auto auto 21% 0%;
  }

  .nutri-blurb-wrapper {
    z-index: 11;
    background-color: #ffffffc4;
    width: 80%;
    position: absolute;
    inset: auto 0% 21% auto;
  }

  .weekly-plans-wrapper {
    background-color: #edbbc461;
    height: auto;
  }

  ._8-week, ._12-week, .ongoing {
    background-color: var(--white);
    color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 3px 7px 3px #00000021;
  }

  .service-name {
    color: var(--black);
    font-size: 3vw;
  }

  .body-4 {
    flex-direction: column;
    display: flex;
  }

  .bg-mobile {
    text-transform: uppercase;
    font-size: 35vw;
    display: block;
    inset: 10% auto auto 0%;
  }

  .bg-mobile._2 {
    inset: 10% 0% auto auto;
  }

  .floating-into {
    color: var(--black);
    font-family: Silka, sans-serif;
    font-weight: 700;
    display: block;
    position: absolute;
    inset: 10% auto auto 2%;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
    color: var(--white);
  }

  .dec-line, .motivation-section {
    display: none;
  }

  .button-trainer {
    display: flex;
  }

  .hero-header-services {
    font-size: 7vw;
  }

  .mobile-header {
    font-size: 11vw;
    display: block;
  }

  .tc-mobile-slider {
    background-color: #0000;
    height: 80vh;
  }

  .right-arrow, .left-arrow, .slide-nav {
    display: none;
  }

  .usp-slide-content-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .usp-slide-content {
    border-radius: 5px;
    width: 100%;
    height: 80%;
    box-shadow: 2px 2px 5px 2px #00000026;
  }

  .slide-content-image {
    background-image: url('../images/black-woman-looking-out-towards-the-city.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 60%;
  }

  .slide-content-blurb {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 40%;
    padding: 16px;
  }

  .tc-slider-heading {
    padding-left: 20px;
  }

  .line-text-wrapper {
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .line {
    background-color: var(--black);
    width: 40px;
    height: 1px;
    padding: 0;
  }

  .text-block {
    padding-left: 20px;
    font-family: Silka, sans-serif;
  }

  .heading-7 {
    margin-top: 10px;
    font-size: 6vw;
  }

  .services-slider-section {
    margin-top: 40px;
    display: none;
  }

  .heading-6-copy {
    padding-left: 20px;
  }

  .tc-mobile-team-slider {
    display: none;
  }

  .coach-header-mobile {
    font-size: 5vw;
  }

  .slide-content-image-two, .slide-content-image-three, .training-slide-image, .nutrition-slide-image {
    background-image: url('../images/black-woman-looking-out-towards-the-city.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 60%;
  }

  .slide-content-blurb-usp {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 40%;
    padding: 16px;
  }

  .services-title {
    padding-left: 20px;
  }

  .landscape-block {
    display: none;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-heading-2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .footer-column {
    margin-right: 40px;
  }

  .footer-column.brand-wrapper {
    justify-content: flex-start;
  }

  .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .footer-section {
    margin-top: 0;
  }

  .social-icon-wrapper {
    justify-content: flex-start;
  }

  .footer-flex {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .hero-header-2 {
    font-size: 7vw;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .footer-navigation {
    grid-template-rows: auto;
    justify-items: start;
  }

  .footer-bottom {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-mask {
    width: 75%;
  }

  .stacked-content.medium {
    grid-row-gap: 48px;
  }

  .heading-10.large {
    font-size: 36px;
  }

  .wrapper-intro {
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .story-image {
    width: 25vw;
    height: 35vw;
  }

  .story-wrapper {
    grid-row-gap: 60px;
  }

  .heading-11.large {
    font-size: 36px;
  }

  .basic-slide-wrapper {
    padding: 36px;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .action-section {
    padding-top: 48px;
  }

  .testimonial {
    max-width: none;
  }

  .flying-image-item {
    width: 40vw;
    height: 40vw;
  }

  .half-content {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .half-content.left {
    padding-top: 0;
  }

  .half-content.right {
    padding-top: 60px;
  }

  .half-image {
    height: 75vw;
    min-height: 400px;
  }

  .mask-testimonials {
    width: 100%;
  }

  .instagram-image {
    min-height: 23vw;
  }

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

  .wrapper-testimonials {
    justify-content: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .flying-image-wrapper {
    width: 70vw;
    min-width: 40vw;
    height: 60vw;
    min-height: 40vw;
    padding: 20px;
    overflow: hidden;
  }

  .action-section-2 {
    padding-top: 48px;
  }

  .dual-column {
    grid-row-gap: 60px;
    grid-template-columns: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .heading-13.extra-large {
    font-size: 44px;
  }

  .heading-13.large {
    font-size: 36px;
  }

  .error-message {
    margin-left: 36px;
    margin-right: 36px;
  }

  .dual-contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section-banner {
    min-height: 400px;
  }

  .contact-form-base {
    padding: 60px 48px;
  }

  .heading-14.extra-large {
    font-size: 44px;
  }

  .heading-14.large {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-top: 10px;
    display: none;
  }

  .button.service, .button.serv {
    background-image: linear-gradient(140deg, var(--pink), var(--linen));
    display: block;
  }

  .button.services {
    align-self: flex-start;
    display: flex;
  }

  .button.mobile {
    align-self: flex-start;
    margin-top: -20px;
    margin-bottom: 30px;
    margin-left: 15px;
    display: none;
  }

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

  .hero-section.services {
    background-color: var(--white);
    background-image: linear-gradient(#00000080, #00000080), url('../images/woman-running.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .hero-section.contact {
    background-image: linear-gradient(#00000080, #00000080), url('../images/fit-girl-running-up-the-steps.png');
    background-position: 0 0, 34%;
    background-size: auto, cover;
    align-items: flex-end;
  }

  .hero-section.home {
    background-image: linear-gradient(#00000080, #00000080), url('../images/fitness-woman.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 22px;
    padding-right: 22px;
    display: none;
    position: relative;
  }

  .container.hero {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 40px;
    display: flex;
  }

  .container.hero.serv {
    background-color: #0000;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: absolute;
  }

  .container.hero.home {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .container.vp {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.coach {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .container.service {
    color: var(--black);
    padding: 20px;
  }

  .container.about {
    width: 100%;
    padding: 20px;
    top: 0;
  }

  .hero-blurb-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-blurb-wrapper.right {
    margin-bottom: 160px;
    margin-right: -25px;
    padding-right: 0;
  }

  .hero-blurb-wrapper.right.contact {
    margin-right: 0;
    padding-right: 0;
  }

  .hero-blurb-wrapper.home {
    flex-direction: column;
    align-items: center;
  }

  .hero-blurb-wrapper.about {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-blurb {
    width: auto;
    font-size: 16px;
    display: block;
  }

  .hero-blurb.contact {
    width: 30ch;
    font-size: 14px;
    display: none;
  }

  .hero-blurb.services {
    display: none;
  }

  .hero-header {
    border-style: solid none;
    border-width: 1px;
    border-color: var(--white) black;
    color: var(--white);
    text-align: center;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12vw;
    display: flex;
  }

  .hero-header.contact {
    border-style: none;
    border-color: #000;
    align-items: flex-end;
    margin-top: 40px;
    font-size: 10vw;
    font-weight: 500;
    position: absolute;
    inset: auto auto 0% -20vw;
  }

  .hero-header.home {
    text-align: left;
    border-style: none;
    border-color: #000;
    width: auto;
    padding-left: 0;
    font-size: 10vw;
    display: block;
  }

  .hero-header.about {
    text-align: left;
    border-style: none;
    border-color: #000;
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 10vw;
  }

  .nav-container {
    height: auto;
  }

  .image {
    width: 75px;
    height: 75px;
    display: block;
  }

  .navbar {
    padding-left: 0;
    display: none;
  }

  .vp-section {
    display: none;
  }

  .vp-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    top: 0;
  }

  .vp-title-wrapper, .vp-blurb-wrapper {
    width: 100%;
  }

  .vp-header {
    font-size: 5vw;
  }

  .vp-blurb {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .usp-section {
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 30px;
    display: none;
  }

  .usp-wrapper.limited-spaces {
    z-index: 501;
    height: auto;
  }

  .usp-wrapper._24-7, .usp-wrapper.experience {
    height: auto;
  }

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

  .testimonial-section {
    justify-content: center;
    margin-top: -36px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .testimonial-wrapper {
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin-top: 0;
  }

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

  .testimonial-right {
    width: auto;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-icon {
    width: 40px;
  }

  .quote {
    width: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 14px;
  }

  .quote.one {
    width: auto;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
  }

  .services-section {
    display: none;
  }

  .services-grid {
    grid-row-gap: 30px;
  }

  .coach-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/megan-shadow-boxing-fitness.png');
    background-position: 0 0, 58% 49%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    margin-top: -20px;
    padding-top: 0;
    padding-bottom: 20px;
    display: none;
  }

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

  .coach-blurb {
    width: auto;
    font-size: 14px;
    display: none;
  }

  .coach-header {
    width: auto;
    margin-bottom: 20px;
    font-size: 10vw;
    display: none;
  }

  .coach-blurb-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .cta-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/fit-female-sitting-on-roof-after-exercise.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    margin-top: -40px;
    position: relative;
  }

  .footer {
    background-color: var(--pink);
    color: var(--black);
    text-align: left;
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    color: var(--black);
    margin-top: 20px;
  }

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

  .usp-blurb {
    font-size: 12px;
  }

  .verti-line {
    display: none;
    top: -50px;
  }

  .cta-quote {
    font-size: 9vw;
    font-weight: 700;
  }

  .services-header {
    font-size: 7vw;
  }

  .text-slide.four {
    display: block;
  }

  .lottie-animation-4 {
    width: 20%;
  }

  .heading {
    font-size: 9vw;
  }

  .contact-form {
    background-color: var(--black);
    color: var(--white);
    order: 1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form.services, .contact-form.about {
    background-color: var(--black);
    margin-top: 0;
  }

  .contact-form.home {
    background-color: #3c3c3c;
    margin-top: 10px;
    padding-top: 0;
  }

  .small-text {
    color: var(--black);
    margin-bottom: 20px;
  }

  .step-one {
    width: 20%;
    right: 20%;
  }

  .step-two {
    width: 20%;
  }

  .contact-form-header {
    color: var(--white);
    text-align: left;
    width: 24ch;
    font-size: 5vw;
  }

  .contact-form-header.services {
    color: var(--white);
    margin-top: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 500;
  }

  .contact-form-header.contact {
    color: var(--black);
    padding-left: 0;
    font-size: 5vw;
    font-weight: 700;
  }

  .paragraph-2 {
    color: var(--white);
    text-align: left;
    font-size: 14px;
  }

  .paragraph-2.services {
    color: var(--white);
  }

  .paragraph-2.contact {
    color: var(--black);
  }

  .italic-text {
    color: var(--pink);
  }

  .usp-section-one {
    z-index: 400;
    background-color: var(--white);
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .reasons-section {
    background-color: var(--white);
    display: none;
  }

  .three-reasons-blurb {
    z-index: 350;
    box-shadow: none;
    text-align: center;
    background-color: #0000;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: auto;
    padding: 0;
    display: none;
    top: 0;
  }

  .reasons-wrapper {
    color: var(--black);
    justify-content: center;
    width: 100%;
  }

  .reasons-header {
    color: var(--black);
    font-size: 5vw;
  }

  .reasons-blurb-wrapper {
    width: 100%;
  }

  .reasons-blurb {
    color: var(--black);
    margin-bottom: 100px;
    padding-left: 0;
    font-size: 14px;
  }

  .reasons-blurb.two {
    display: none;
  }

  .services-section-services-page {
    background-color: var(--black);
    flex-direction: column;
    order: 1;
    margin-top: 0;
    display: flex;
  }

  .services-section-services-page.hide {
    display: none;
  }

  .service-wrapper-serv-page {
    background-color: #0000;
    flex-direction: column-reverse;
  }

  .service-right {
    background-color: var(--pink);
    color: var(--black);
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .service-left {
    background-color: var(--linen);
    color: var(--black);
    border-style: none;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .usp-three {
    border-style: none;
    border-color: var(--black);
    background-color: var(--black);
    background-image: linear-gradient(to bottom, var(--white), var(--white));
    color: var(--black);
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    box-shadow: 0 1px 3px #fff6;
  }

  .usp-two {
    border-style: none;
    border-color: var(--black);
    background-color: var(--white);
    color: var(--black);
    background-image: none;
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
    box-shadow: 0 1px 3px #fff6;
  }

  .usp-one {
    border-style: none;
    border-color: var(--black);
    background-color: var(--white);
    color: var(--black);
    background-image: none;
    border-radius: 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 20px 0;
    box-shadow: 0 1px 3px #fff6;
  }

  .usp-paragraph {
    text-align: left;
    font-size: 14px;
  }

  .usp-heading {
    text-align: left;
    font-size: 7vw;
  }

  .bg-image-train {
    z-index: 20;
    background-image: url('../images/healthy-woman-grasping-dumbbells-tight.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .bg-image-nutri {
    z-index: 20;
    background-image: url('../images/healthy-woman-drinking-from-a-sports-bottle-of-water.png');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
  }

  .cta-services-section {
    z-index: 100;
    background-color: #0000;
    background-image: none;
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .training-blurb, .nutri-blurb {
    padding: 0;
    font-size: 14px;
  }

  .nutri-heading, .training-heading {
    padding-left: 0;
    font-size: 5vw;
  }

  .nav-menu {
    display: none;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4 {
    border-style: none none solid;
    border-color: var(--white);
    background-color: #0000;
    border-radius: 0;
  }

  .textarea {
    border-style: solid;
    border-color: var(--white);
    background-color: #0000;
    border-radius: 0;
  }

  .train-blurb-wrapper {
    z-index: 21;
    text-align: center;
    background-color: #ffffffb3;
    border-radius: 5px;
    width: 80%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: absolute;
    bottom: 13%;
    left: 4%;
    box-shadow: 1px 1px 3px #00000052;
  }

  .nutri-blurb-wrapper {
    z-index: 21;
    text-align: center;
    background-color: #ffffffb3;
    border-radius: 5px;
    width: 80%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: absolute;
    bottom: 16%;
    right: 4%;
    box-shadow: 1px 1px 3px #00000052;
  }

  .form {
    background-color: #0000;
    border-radius: 0;
    padding: 15px;
  }

  .weekly-plans-wrapper {
    background-color: #edbbc424;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 20px;
    display: block;
    top: 0;
  }

  ._8-week, ._12-week {
    box-shadow: 0 3px 3px 1px #1b1b1b33;
  }

  .ongoing {
    width: 100%;
    box-shadow: 0 3px 3px 1px #1b1b1b33;
  }

  .service-name {
    font-size: 6vw;
  }

  .body-4 {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .bg-mobile {
    opacity: 1;
    color: var(--black);
    text-transform: uppercase;
    font-size: 35vw;
    display: block;
    inset: 10% auto auto 3%;
  }

  .bg-mobile._2 {
    opacity: 1;
    color: var(--black);
    text-transform: uppercase;
    font-size: 35vw;
    inset: 10% 3% auto auto;
  }

  .floating-into {
    color: var(--black);
    font-family: Silka, sans-serif;
    font-weight: 700;
    display: block;
    position: absolute;
    inset: 10% auto auto 5%;
  }

  .field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
    color: var(--white);
  }

  .dec-line {
    border: 1px none var(--black);
    background-color: var(--pink);
    color: var(--black);
    width: 100px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 37% auto auto 4%;
  }

  .dec-line._2 {
    background-color: var(--pink);
    color: var(--black);
    border-style: none;
    height: 10px;
    inset: 37% 4% auto auto;
  }

  .motivation-section {
    display: flex;
  }

  .paragraph-5 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Silka, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .about-hero-section {
    height: 400px;
  }

  .about-hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 20px;
  }

  .overlay-box {
    width: 100%;
    display: none;
  }

  .paragraph-6, .paragraph-7 {
    width: auto;
    padding: 0;
  }

  .heading-5 {
    font-size: 7vw;
  }

  .div-block-2 {
    flex-direction: column;
  }

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

  .overly {
    display: none;
  }

  .button-trainer {
    margin-top: 10px;
    display: none;
  }

  .hero-header-services {
    color: var(--white);
    text-align: left;
    border: 1px #000;
    justify-content: center;
    width: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 12vw;
    text-decoration: none;
    display: block;
  }

  .before-after-mobile {
    margin-top: 0;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .image-2 {
    border-radius: 5px;
    height: 300px;
  }

  .image-3 {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    height: 300px;
  }

  .mobile-header {
    z-index: 100;
    color: var(--black);
    align-self: flex-end;
    width: 13ch;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 0 0 0 20px;
    font-size: 9vw;
    font-weight: 700;
    position: relative;
  }

  .tc-mobile-slider {
    height: 90vh;
  }

  .usp-slide-content-holder {
    margin-top: -25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .usp-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .slide-content-image {
    background-image: url('../images/three-women-getting-fit-and-having-fun.png');
    height: 45%;
  }

  .slide-content-blurb {
    background-color: var(--white);
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .slide-content-blurb.services {
    background-color: var(--white);
    justify-content: flex-start;
  }

  .slide-content-blurb.home {
    justify-content: space-between;
  }

  .tc-slider-heading {
    font-size: 10vw;
    font-weight: 700;
  }

  .tc-slider-title-wrapper {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .tc-slider-title-wrapper.plans {
    margin-bottom: 40px;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

  .services-slider-section {
    display: none;
  }

  .heading-6-copy {
    font-size: 10vw;
  }

  .tc-mobile-team-slider {
    display: none;
  }

  .tc-mobile-team-slider.services {
    background-color: #eaded57d;
    order: 1;
    padding-top: 40px;
    display: none;
  }

  .coach-header-mobile {
    color: var(--black);
    width: auto;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 10vw;
    font-weight: 500;
  }

  .overlay-block {
    background-color: var(--white);
    align-items: flex-end;
    width: 95%;
    height: 120px;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .overlay-block.coach {
    width: 70%;
    height: 100px;
  }

  .slide-content-image-two {
    background-image: url('../images/two-women-looking-sweaty-after-a-good-workout.png');
    height: 45%;
  }

  .slide-content-image-three {
    background-image: url('../images/black-woman-looking-out-towards-the-city.png');
    height: 45%;
  }

  .training-slide-image {
    background-image: url('../images/pair-of-silver-dumbbells.png');
    height: 45%;
  }

  .nutrition-slide-image {
    background-image: url('../images/healthy-nutrition-steak-and-vegetables.png');
    background-position: 50% 63%;
    height: 45%;
  }

  .heading-8 {
    color: var(--white);
    margin-bottom: 120px;
    font-size: 11vw;
    display: block;
  }

  .bold-text {
    color: var(--pink);
  }

  .lottie-animation-6 {
    width: 100px;
    height: 100px;
    display: block;
  }

  .image-4 {
    width: 30px;
  }

  .text-block-2 {
    padding-left: 10px;
    font-family: Silka, sans-serif;
    font-weight: 700;
  }

  .arrow-cta {
    color: var(--pink);
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .slide-content-blurb-usp {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .text-block-3 {
    color: var(--black);
  }

  .mobile-section {
    margin-top: 20px;
    display: none;
  }

  .services-title {
    font-size: 10vw;
    font-weight: 700;
  }

  .plan-one {
    height: 70vh;
    margin-bottom: 35px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 1px 1px 3px #00000057;
  }

  .plan-image {
    background-image: url('../images/sil.jpg');
    background-position: 50%;
    background-size: cover;
    height: 40%;
  }

  .plan-image.gold {
    background-image: url('../images/gold.png');
    height: 30%;
  }

  .plan-image.silver {
    background-image: url('../images/silver.png');
    height: 30%;
  }

  .plan-image.bronze {
    background-image: url('../images/bronze.png');
    height: 30%;
  }

  .plan-details {
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
    padding: 20px;
    display: flex;
  }

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

  .bold-text-2 {
    color: var(--pink);
  }

  .heading-9 {
    display: none;
  }

  .text-field-5, .text-field-6, .text-field-7, .text-field-8 {
    border: 1px #000;
    border-bottom-style: solid;
    border-radius: 0;
  }

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

  .landscape-block {
    display: block;
  }

  .footer-logo {
    font-size: 20px;
    line-height: 1.2;
  }

  .footer-heading-2 {
    margin-bottom: 10px;
  }

  .footer-column {
    width: auto;
    min-width: 49%;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-section {
    margin-top: 0;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .footer-flex {
    flex-flow: wrap;
  }

  .hero-header-2 {
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-left: 1px #000;
    border-right: 1px #000;
    justify-content: flex-start;
    width: auto;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 12vw;
    display: flex;
  }

  .hero-header-2.home {
    text-align: left;
    border-style: none;
    border-color: #000;
    width: auto;
    padding-left: 0;
    font-size: 10vw;
    display: block;
  }

  .hero-header-2.home.samll {
    text-align: center;
    font-size: 3vw;
  }

  .section-hero {
    min-height: 93vh;
  }

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

  .slide-heading.xl {
    font-size: 60px;
  }

  .footer-navigation {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .legal-text {
    grid-row-gap: 6px;
    grid-template-rows: auto;
  }

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

  .footer-grid {
    grid-template-rows: auto;
    padding-bottom: 12px;
  }

  .footer-content {
    grid-row-gap: 36px;
  }

  .showcase-products.single-column {
    padding-left: 0;
    padding-right: 0;
  }

  .product-mask {
    width: 90%;
  }

  .dark-slide-arrow {
    width: 40px;
    height: 40px;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .stacked-content, .stacked-content.medium.centered {
    grid-row-gap: 36px;
  }

  .heading-10 {
    font-size: 26px;
  }

  .heading-10.large {
    font-size: 32px;
  }

  .story-image {
    width: 30vw;
    height: 45vw;
  }

  .story-content {
    margin-top: -18px;
  }

  .dual-button {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 26px;
  }

  .heading-11.large {
    font-size: 32px;
  }

  .basic-slide-wrapper {
    min-height: 70vw;
    padding: 36px 24px;
  }

  .heading-12 {
    font-size: 26px;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bold-text-4 {
    font-size: 15vw;
  }

  .nav-content {
    grid-template-columns: 1fr 1fr;
  }

  .flying-image-item {
    width: 55vw;
    height: 55vw;
  }

  .half-content {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .half-content.right {
    padding-top: 48px;
  }

  .half-image {
    height: 80vw;
    min-height: 275px;
  }

  .instagram-image {
    min-height: 48vw;
  }

  .instagram-image.middle {
    min-height: 20vw;
  }

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

  .flying-image-wrapper {
    width: 90vw;
    height: 80vw;
  }

  .dual-column {
    padding-top: 72px;
  }

  .about-us-hero {
    min-height: auto;
  }

  .heading-13 {
    font-size: 26px;
  }

  .heading-13.extra-large {
    font-size: 38px;
  }

  .heading-13.large {
    font-size: 32px;
  }

  .hero-image-wrapper {
    min-width: 50vw;
    min-height: 65vw;
  }

  .error-message {
    margin-left: 24px;
    margin-right: 24px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .dual-contact {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .contact-hero {
    padding-bottom: 48px;
  }

  .section-banner {
    min-height: 300px;
  }

  .contact-form-base {
    padding: 36px 24px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .heading-14.extra-large {
    font-size: 38px;
  }

  .heading-14.large {
    font-size: 32px;
  }
}

#w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011b7-fac63ac0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011c2-fac63ac0, #w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011c9-fac63ac0 {
  justify-self: center;
}

#w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011ce-fac63ac0 {
  justify-self: start;
}

#w-node-d630c10a-07b3-bdf1-e8b7-96ff40f3d9bb-fac63ac0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_285159a6-5d63-3745-0fad-fe31c8aca6a9-fac63ac0 {
  place-self: auto;
}

#w-node-_830b5867-fc43-4088-59a3-b83b181877de-fac63ac0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24695206-163d-3f7b-734d-084ca1ce6ffb-a1ce6ff8, #w-node-_24695206-163d-3f7b-734d-084ca1ce6ffd-a1ce6ff8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_24695206-163d-3f7b-734d-084ca1ce702b-a1ce6ff8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24695206-163d-3f7b-734d-084ca1ce7042-a1ce6ff8 {
  justify-self: start;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c113-0501c110 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c114-0501c110 {
  justify-self: start;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c116-0501c110 {
  justify-self: stretch;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c118-0501c110 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c119-0501c110, #w-node-_63679a39-2fbe-79a7-b232-a49b0501c11e-0501c110, #w-node-_63679a39-2fbe-79a7-b232-a49b0501c123-0501c110, #w-node-a1faf149-dd75-ff51-dd46-9f78792ee626-0501c110 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63679a39-2fbe-79a7-b232-a49b0501c128-0501c110 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_97dcba8e-566c-324c-e80d-c4c6b0084c7f-fac63ac4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97dcba8e-566c-324c-e80d-c4c6b0084c94-fac63ac4 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_97dcba8e-566c-324c-e80d-c4c6b0084cc0-fac63ac4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97dcba8e-566c-324c-e80d-c4c6b0084cc8-fac63ac4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97dcba8e-566c-324c-e80d-c4c6b0084d0d-fac63ac4 {
  justify-self: center;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb560-9297f720 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb562-9297f720 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb565-9297f720 {
  justify-self: center;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb57a-9297f720 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb586-9297f720 {
  justify-self: start;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb58c-9297f720 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb58f-9297f720 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb592-9297f720 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb597-9297f720 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb59f-9297f720, #w-node-_2c75a792-c936-066a-372d-fbda35bfb5a8-9297f720 {
  justify-self: start;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5b1-9297f720 {
  justify-self: center;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5bc-9297f720 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5c9-9297f720 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5d7-9297f720 {
  justify-self: start;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5e3-9297f720 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c75a792-c936-066a-372d-fbda35bfb5ec-9297f720, #w-node-_2c75a792-c936-066a-372d-fbda35bfb5f5-9297f720, #w-node-_2c75a792-c936-066a-372d-fbda35bfb5fe-9297f720, #w-node-_2c75a792-c936-066a-372d-fbda35bfb607-9297f720 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011b7-fac63ac0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011b8-fac63ac0 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011bb-fac63ac0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9adb32a-e4d5-e305-8a1a-70a6b2a011d4-fac63ac0 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center start;
  }

  #w-node-_24695206-163d-3f7b-734d-084ca1ce6ffd-a1ce6ff8, #w-node-_63679a39-2fbe-79a7-b232-a49b0501c118-0501c110 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63679a39-2fbe-79a7-b232-a49b0501c128-0501c110 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_881f8076-c72e-e645-d311-cbc883852a79-fac63ac0 {
    align-self: center;
  }

  #w-node-d4b1e13d-6b43-5706-4144-f9644ca616ee-fac63ac0 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_24695206-163d-3f7b-734d-084ca1ce7042-a1ce6ff8 {
    justify-self: center;
  }

  #w-node-_97dcba8e-566c-324c-e80d-c4c6b0084d19-fac63ac4 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_2c75a792-c936-066a-372d-fbda35bfb5e3-9297f720 {
    grid-column: 1 / 4;
  }

  #w-node-_2c75a792-c936-066a-372d-fbda35bfb61b-9297f720 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_881f8076-c72e-e645-d311-cbc883852a79-fac63ac0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_830b5867-fc43-4088-59a3-b83b181877ce-fac63ac0, #w-node-_830b5867-fc43-4088-59a3-b83b181877d2-fac63ac0, #w-node-_830b5867-fc43-4088-59a3-b83b181877d6-fac63ac0, #w-node-_830b5867-fc43-4088-59a3-b83b181877da-fac63ac0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d4b1e13d-6b43-5706-4144-f9644ca616ee-fac63ac0 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_24695206-163d-3f7b-734d-084ca1ce7049-a1ce6ff8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_97dcba8e-566c-324c-e80d-c4c6b0084d19-fac63ac4, #w-node-_2c75a792-c936-066a-372d-fbda35bfb61b-9297f720 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/serpentine-bold.png') format('undefined'), url('../fonts/Serpentine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nike combat stencil[1]';
  src: url('../fonts/Nike_Combat_Stencil1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentinedeebol';
  src: url('../fonts/SerpentineDEEBol_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine Icg';
  src: url('../fonts/Serpentine_ICG_Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine Icg';
  src: url('../fonts/Serpentine_ICG_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine Icg';
  src: url('../fonts/Serpentine_ICG_LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine Icg';
  src: url('../fonts/Serpentine_ICG_Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-Bold1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-Medium1.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentineef';
  src: url('../fonts/SerpentineEF-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Serpentine';
  src: url('../fonts/Serpentine-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}