:root {
  --pagebackground: #0d0d0d;
  --text: #6e7073;
  --white: white;
  --heading: #312d2d;
}

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

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

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

body {
  background-color: var(--pagebackground);
  color: var(--text);
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
  line-height: 1.66;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.navbarwrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #0000;
}

.navbarcontainer {
  max-width: 80rem;
}

.navbarinnerwrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.brand {
  color: var(--white);
  width: 6rem;
}

.navbarmenu {
  display: flex;
}

.navlink {
  color: var(--white);
  text-transform: uppercase;
  padding: 1.25rem .75rem;
  text-decoration: none;
}

.button-holder {
  color: var(--heading);
  padding: .3125rem;
  text-decoration: none;
  position: relative;
}

.button {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  display: flex;
  position: relative;
}

.button-text {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
}

.line {
  background-color: var(--white);
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.line.two {
  width: 50%;
  height: 1px;
}

.line.three {
  inset: auto 0% 0% auto;
}

.line.four {
  width: 50%;
  height: 1px;
  inset: auto 0% 0% auto;
}

.herosection {
  background-image: url('../images/67b181e8e10ecbb57734926a_IMG_6879.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.herooverlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.heroinnerwrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 82.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.center-align {
  z-index: 4;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.heroheadingwrapper {
  max-width: 35rem;
  padding-bottom: 1rem;
}

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

.mw-md {
  max-width: 34.375rem;
}

.mw-md.mb-md {
  margin-bottom: 2rem;
}

.mw-md.auto {
  margin-left: auto;
  margin-right: auto;
}

.reviewwrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  position: absolute;
  inset: auto 0% 0% auto;
}

.review {
  color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2.5rem;
  display: flex;
}

.review-left {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.review-inner {
  flex: none;
}

.client-images {
  padding-bottom: .75rem;
}

.client-image {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -1rem;
}

.client-image.isfirst {
  margin-left: 0;
}

.countwrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.h5 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.reviewquotewrapper {
  width: 17.5rem;
}

.reviewimage {
  aspect-ratio: 16 / 9;
  width: 16.5rem;
  overflow: hidden;
}

.imagefill {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.imagefill.isabsolute {
  position: absolute;
  inset: 0%;
}

.section {
  color: var(--white);
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.section.is-white {
  background-color: var(--white);
  color: var(--heading);
}

.serviceoptions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.serviceitems {
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 32rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.serviceitems.isodd {
  margin-top: 4rem;
}

.serviceitems.islarge {
  height: 15rem;
}

.heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.heading-wrapper.aligncenter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.eyebrowtext {
  color: var(--text);
  text-transform: uppercase;
}

.eyebrowtext.textcolor-white {
  color: var(--white);
}

.mw-lg {
  max-width: 50rem;
}

.mw-lg.mb-md {
  margin-bottom: 2rem;
}

.mw-lg.auto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mw-lg.auto.leftalign {
  text-align: left;
}

.servicetextwrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.servicetextwrapper.fullwidth {
  flex-flow: column;
  flex: none;
}

.serviceoverlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #000, #000 0%, #0000 46%);
  position: absolute;
  inset: 0%;
}

.seperator-horizontal {
  height: 2rem;
}

.pagehero {
  padding-top: 17.1875rem;
  padding-bottom: 17rem;
  position: relative;
}

.pagehero-background {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pagehero-curtain {
  z-index: 1;
  background-color: #1b1b1b;
  position: absolute;
  inset: 0%;
}

.pagehero-lines {
  z-index: 3;
  opacity: .2;
  pointer-events: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 55.72%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pagehero-line {
  z-index: 3;
  background-color: #9c7979cf;
  width: 1px;
  height: 100%;
  position: relative;
}

.detailssection {
  background-color: var(--white);
  color: var(--heading);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.pricedetails {
  color: var(--white);
  background-color: #1b1b1b;
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.priceleft {
  flex: 1;
  padding: 2.5rem 2.5rem 3.75rem;
}

.priceright {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 28.5625rem;
  padding: 2.5rem 2.5rem 3.75rem;
  display: flex;
}

.mw-sm {
  max-width: 25rem;
}

.mw-sm.pricemain {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.pt-lg {
  padding-top: 4rem;
}

.pt-lg.is-bullet {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bullet_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet {
  background-color: var(--white);
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

.para-l {
  font-size: 20px;
}

.h2 {
  font-size: 2rem;
  line-height: 100%;
}

.price {
  font-size: 3.125rem;
  line-height: 100%;
}

.pricewrapper {
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.emailrows {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--pagebackground);
  color: var(--white);
  display: flex;
}

.emailcolumn {
  flex: 1;
  padding: 2rem;
}

.emailcolumn.left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 30rem;
  display: flex;
}

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

.mt-sm {
  margin-top: .5rem;
  margin-bottom: 0;
}

.fitnesstips-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.no-bswrapper {
  background-color: var(--pagebackground);
}

.nobs {
  color: var(--pagebackground);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  font-family: Open Sans, sans-serif;
  font-size: 7rem;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .seperator-horizontal {
    height: 1rem;
  }

  .pagehero {
    padding-top: 10.9375rem;
    padding-bottom: 7.5rem;
  }

  .detailssection {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .pricedetails {
    flex-flow: column;
  }

  .priceleft {
    padding: 1.875rem;
  }

  .priceright {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: none;
  }

  .pt-lg.is-bullet {
    padding-top: 2rem;
  }

  .bullet {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .navbarwrapper {
    height: 100vh;
    position: static;
  }

  .navbar {
    height: 100%;
    padding-bottom: 4rem;
  }

  .navbarcontainer {
    height: 100%;
  }

  .navbarinnerwrapper {
    flex-flow: column;
    height: 100%;
  }

  .brand {
    width: 13rem;
  }

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

  .navlink {
    text-align: center;
    width: 100%;
  }

  .reviewwrapper {
    width: 100%;
  }

  .review {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .reviewquotewrapper {
    width: 100%;
  }

  .reviewimage {
    display: none;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .serviceoptions {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .serviceitems {
    flex: none;
    height: 90vh;
  }

  .serviceitems.isodd {
    margin-top: 0;
  }

  .heading-wrapper.aligncenter {
    margin-bottom: 2rem;
  }

  .detailssection {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricedetails {
    flex-flow: column;
  }

  .priceright {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    padding: 0 1.875rem 1.875rem;
  }

  .pt-lg.is-bullet {
    padding-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .herosection {
    height: 65vh;
  }

  .review {
    display: none;
  }

  .serviceitems.isodd {
    height: 65vh;
  }

  .heading-wrapper.aligncenter {
    margin-bottom: 0;
  }

  .priceleft {
    padding: 1rem;
  }

  .priceright {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


