h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  padding-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2585.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2585.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 15vh 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40089c;
}

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section.wide.img {
  padding-bottom: 0vh;
}

.section.wide.purple {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.padding {
  max-width: 50%;
  padding-right: 9vw;
  padding-left: 9vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
}

.col.bg {
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
}

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 291px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 10vh;
  line-height: 9vh;
  font-weight: 500;
}

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  width: 50vw;
  max-width: 450px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  margin: 0px 20px 26px auto;
  padding: 20px;
  border: 3px solid #f8cc1d;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  font-size: 35px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  border: 3px solid #f8cc1d;
  background-color: transparent;
  color: #f8cc1d;
}

.button.outline {
  margin-left: 10px;
  border: 1px solid #6e6e6e;
  background-color: transparent;
  color: #5a5a5a;
}

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

.button.contact:hover {
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
}

.button.top {
  margin-bottom: 59px;
  margin-left: 0px;
  padding: 20px 35px;
  font-size: 16px;
  text-align: center;
}

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: #000;
  color: #fff;
}

.button.bottom {
  margin-top: -6px;
  margin-bottom: 82px;
  margin-left: 0px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 26px;
  text-shadow: none;
}

.button.test {
  display: block;
  width: auto;
  margin-right: 17px;
  margin-bottom: 184px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: transparent;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}

.button.test:hover {
  border-color: #f8cc1d;
  background-color: transparent;
  color: #f8cc1d;
}

.button.test.reviews {
  width: auto;
}

.button.test.call {
  width: 20%;
}

.button.test.call.portrait {
  width: auto;
  margin-bottom: 0px;
  font-weight: 600;
}

.h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0px;
}

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4.left {
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  margin-bottom: 20px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.welcome {
  position: relative;
  z-index: 90;
  width: 100vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap {
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  padding: 10px 30px 30px 0px;
}

.thumb-food {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #c6ced3;
}

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  margin-bottom: 10px;
  color: #fff;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  display: block;
  margin: 14px 15px 20px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease, all 500ms ease;
  transition: opacity 200ms ease, all 500ms ease;
  font-family: Blackopsone, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.nav-link:hover {
  background-color: #000;
  box-shadow: inset 0 -5px 0 0 #debd03;
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  background-color: #acb1b4;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-newsletter {
  width: 340px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-left: 20px;
  border: 1px solid #300479;
  border-radius: 10px;
  background-color: #300479;
  color: #fff;
  font-size: 16px;
}

._w-img {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-4 {
  display: block;
  width: 100%;
}

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: absolute;
  right: 3vw;
  bottom: 0px;
  display: block;
  height: 85vh;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  width: 100%;
  margin-top: -386px;
  margin-bottom: 3px;
  padding-right: 10vh;
  padding-left: 10vw;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-style: none;
}

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.black {
  color: #000;
}

.hero-subhead {
  display: block;
  max-width: 60%;
  margin-top: 25px;
  margin-bottom: 0px;
  font-family: Blackopsone, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  text-transform: uppercase;
}

.hero-subhead.hide {
  display: block;
}

.hero-subhead.header {
  margin-bottom: -5px;
}

.bottom-image-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}

.black-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100px;
  background-color: #2a2326;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.footer.our-team-footer {
  margin-top: -11px;
}

.footer.return-policies-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  color: #fff;
  text-decoration: underline;
}

.footer-link.w--current {
  font-family: Montserrat, sans-serif;
}

.footer-list {
  width: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #000;
}

.footer-list.retruns-pollicy-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

.input:hover {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::-webkit-input-placeholder {
  color: #555;
}

.input:-ms-input-placeholder {
  color: #555;
}

.input::-ms-input-placeholder {
  color: #555;
}

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

.arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-dash {
  width: 30px;
  height: 1px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d3d3d3;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  position: relative;
  left: 567px;
  top: 200px;
  width: 40vw;
  height: 50vh;
  border: 4px solid #09a4ec;
}

.nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -11px;
  margin-left: -46px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -174px;
}

.image-licensing {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.image-licensing-wrap {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 51px;
  line-height: 59px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 3px 0 3px rgba(0, 0, 0, 0.28);
}

.heading-3.test {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 12px;
  border-radius: 4px;
  background-color: transparent;
  color: #f8cc1d;
  font-size: 42px;
  font-weight: 500;
  text-shadow: 2px 2px 3px #000;
}

.image-5 {
  margin-top: 12px;
  margin-left: -143px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  height: 100vh;
}

.about-us-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  background-color: transparent;
}

.heading-4 {
  margin-bottom: 25px;
  padding: 20px;
  border: 2px none #f8cc1d;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  line-height: 29px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px #000;
}

.heading-4.test {
  text-shadow: none;
}

.paragraph-2 {
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.4);
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
}

.faq-list-header {
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.list-item {
  margin-bottom: 20px;
  margin-left: 63px;
  font-family: Blackopsone, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 49px;
  text-transform: uppercase;
}

.list-item.test-drive {
  margin-bottom: 4px;
}

.faq-list-answer {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.faq-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.button-div {
  display: block;
  width: 40%;
  margin: 0px auto 71px;
  padding-top: 88px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-div.test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: transparent;
}

.button-div.groups {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.profile-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 42%, 0.32);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 4px;
}

.button-2 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button-2:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button-2.profile-contact-big-button {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 24px;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/IMG-2585.jpg');
  background-position: 0px 0px;
  background-size: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-2.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button-2.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button-2.default-button.default-button-with-line {
  margin-right: 8px;
  margin-left: 2px;
  padding: 24px;
  border: 2px solid #f8cc1d;
  border-radius: 10px;
  background-color: #f8cc1d;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.button-2.default-button.default-button-with-line:hover {
  border-style: none;
  border-color: #c5d0de;
  background-color: #f8cc1d;
  box-shadow: none;
  color: #fff;
}

.big-profile-name {
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 4px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
}

.big-profile-name.test {
  text-shadow: none;
}

.actions-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-3 {
  margin-bottom: 22px;
  font-family: Blackopsone, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 39px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.28);
}

.paragraph-3.we-offer {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 7px;
  font-family: Montserrat, sans-serif;
  line-height: 29px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
}

.paragraph-3.we-offer.test {
  text-shadow: none;
}

.paragraph-3.cak {
  font-family: Montserrat, sans-serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
}

.paragraph-3.cak.test {
  width: auto;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-shadow: none;
}

.div-block-14 {
  margin-top: -20px;
  text-align: center;
}

.heading-5 {
  margin-top: 10px;
  margin-right: 10px;
  font-family: Blackopsone, sans-serif;
  font-size: 47px;
  text-align: center;
  letter-spacing: 2px;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 21px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-bottom: 5px;
}

.reviews-widget-div {
  margin-top: -4px;
}

.reviews-widget-code {
  margin-top: 4px;
}

.disclosure-div-block {
  margin-top: -6px;
  margin-bottom: 22px;
}

.heading-6 {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.paragraph-4 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}

.security-bounce-link {
  color: #c7b668;
}

.disclosure-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 9px;
  border: 2px solid #fff;
  border-radius: 10px;
}

.disclosure-container.assets {
  display: block;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

._6-week-challenge-text {
  font-family: Blackopsone, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

._6-week-challenge-text.large {
  font-size: 43px;
  line-height: 49px;
}

.hero-section-heading {
  margin-top: 14px;
  margin-bottom: -2px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  font-size: 66px;
  line-height: 69px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
}

.hero-section-heading.test {
  font-weight: 600;
  text-shadow: none;
}

.text-block-3 {
  font-family: Blackopsone, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 3px;
}

.text-block-3.large {
  margin-bottom: 2px;
  font-size: 25px;
  line-height: 39px;
}

.section-3 {
  min-height: 180vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_3472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_3472.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.nav-link-2 {
  margin-right: 99px;
  background-color: #fff;
  font-family: Blackopsone, sans-serif;
  color: #000;
  font-size: 18px;
}

.nav-link-3 {
  margin-top: -2px;
  margin-right: 15px;
  margin-bottom: 0px;
  padding: 10px 3px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Blackopsone, sans-serif;
  color: #000;
  font-size: 14px;
}

.nav-link-3:hover {
  background-color: #000;
  color: #fff;
}

.nav-link-3.more-info {
  padding-right: 3px;
  padding-left: 3px;
}

.nav-link-3.training {
  margin-top: -21px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.nav-link-3.nutrition {
  margin-top: -21px;
  margin-right: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center;
}

.nav-link-3.home {
  margin-right: 15px;
  margin-bottom: 0px;
  padding-right: 13px;
  padding-left: 13px;
}

.navbar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 14px;
  background-image: url('../images/NavBar-Background-GymTruckChico.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

._200-span {
  font-size: 66px;
}

.image-7 {
  margin-top: 10px;
}

.brand-2 {
  margin-top: -20px;
}

.header-subheader-div {
  margin-top: 0px;
}

.list-item-2 {
  margin-top: 4px;
  margin-bottom: 6px;
  margin-left: 103px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  list-style-type: none;
}

.list-item-2.button {
  margin-bottom: 3px;
}

.list-item-2.button-top {
  margin-top: 0px;
  margin-bottom: 10px;
}

.dropdown {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.text-block-4 {
  font-family: Blackopsone, sans-serif;
  color: #000;
}

.dropdown-toggle {
  background-color: #fff;
  color: #000;
}

.text-block-5 {
  font-family: Blackopsone, sans-serif;
  color: #fff;
}

.dropdown-toggle-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-link {
  font-family: Blackopsone, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.container {
  margin-top: 25px;
  padding-top: 0px;
}

.section-4 {
  display: block;
  overflow: visible;
  height: auto;
  margin-top: -5px;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/IMG_3472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/IMG_3472.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.nutrition-content-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-7 {
  margin-top: 12px;
  margin-bottom: 54px;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 39px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-5 {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-5._1-on-1 {
  margin-top: -1px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-shadow: 2px 2px 3px #000;
}

.paragraph-5.online {
  font-size: 34px;
  line-height: 39px;
}

.text-block-6 {
  margin-bottom: 20px;
  margin-left: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.text-block-6.subheader.bottom-margin {
  margin-bottom: 32px;
  color: #fc0;
  font-size: 34px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text-block-6.bottom-margin {
  margin-bottom: 32px;
  margin-left: 0px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.text-block-6.bottom-margin.assets {
  background-color: #6b6b6b;
}

.text-block-6.bottom {
  margin-bottom: 51px;
  font-size: 25px;
}

.text-block-6.what-to-expect {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  font-size: 34px;
  line-height: 39px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000;
}

.text-block-6.one-on-one {
  width: 15%;
  margin-top: 54px;
  margin-bottom: 53px;
}

.text-block-6.last-for-margin {
  margin-bottom: 32px;
}

.body-2 {
  margin-top: 1px;
}

.body-3 {
  margin-top: 36px;
}

.div-block-15 {
  width: 900px;
  height: 5px;
  margin: 0px auto 22px;
  background-color: #fc0;
  color: #fc0;
}

.container-2 {
  margin-bottom: 0px;
  border: 1px none #fff;
}

.container-2.assets {
  background-color: #6b6b6b;
}

.nav-link-nutrition {
  margin-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
}

.nav-link-nutrition.w--current {
  margin-right: 0px;
}

.nav-link-nutrition.right {
  margin-right: -136px;
  margin-left: 0px;
  color: #fc0;
  font-size: 23px;
  font-weight: 600;
}

.nav-link-nutrition.consult {
  margin-right: 10px;
  color: #fc0;
  font-weight: 600;
}

.dropdown-link-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brand-3 {
  margin-top: 6px;
  margin-bottom: 0px;
  margin-left: -70px;
}

.brand-3.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-3 {
  padding: 20px 10px 10px;
}

.navbar-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2740.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2740.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.navbar-2.homepage {
  padding: 60px;
}

.navbar-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2740.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2740.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.navbar-4 {
  margin-top: -39px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2740.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2740.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.brand-4 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: -152px;
}

.brand-5 {
  margin-left: -152px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-toggle-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-8 {
  font-family: Blackopsone, sans-serif;
  font-size: 38px;
  text-align: center;
  text-transform: uppercase;
}

._2-how-it-works {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

._1st-trainng-span {
  font-size: 30px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

._20-off-header {
  margin-top: 1px;
  margin-bottom: 40px;
  font-family: Blackopsone, sans-serif;
  font-size: 69px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

._20-off-header.call {
  margin-top: -12px;
  margin-bottom: 27px;
  font-size: 40px;
}

.list-2 {
  display: block;
}

.list-3 {
  width: 100%;
  margin: 0px auto 20px 0px;
  padding-left: 308px;
  border: 2px none #fff;
}

.image-8 {
  margin: 386px 350px 141px 0px;
  text-align: right;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-7 {
  margin-top: -11px;
  margin-bottom: -126px;
  font-family: Blackopsone, sans-serif;
  color: #f8cc1d;
  font-size: 35px;
  line-height: 39px;
  text-align: center;
}

.image-9 {
  margin-top: -11px;
  margin-left: 165px;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link-text {
  margin-right: 28px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.nav-link-text.w--current {
  text-shadow: 4px 4px 3px #000;
}

.nav-link-text.right {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 33px;
  padding: 10px;
  border-radius: 4px;
  background-color: #000;
  color: #fc0;
  font-size: 23px;
  font-weight: 600;
}

.nav-link-text.bkgrnd {
  margin-top: 10px;
  margin-right: 40px;
  margin-left: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #fc0;
  border-radius: 4px;
  background-color: transparent;
  color: #fc0;
  font-size: 29px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.nav-link-text.bkgrnd.padded {
  border-radius: 10px;
}

.nav-link-text.bkgrnd.hide {
  display: none;
}

.nav-link-text.reviews {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link-text.our-team {
  margin-left: 0px;
  font-weight: 600;
}

.nav-link-text.our-team.consult-our-team {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #000;
  color: #fc0;
  font-weight: 600;
}

.nav-link-text.bkgrnd {
  margin-right: 9px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #000;
}

.nav-link-text.top {
  margin-right: -47px;
  margin-left: -101px;
}

.nav-link-text.gold {
  color: #fc0;
}

.nav-link-text.phone-no {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/american-4402599_1920_478x320.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/american-4402599_1920_478x320.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, auto;
}

.nav-link-text.phone-no.margin-right {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
}

.nav-link-text.phone-no.margin-right.appointment {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/agenda-3489747_1920.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/agenda-3489747_1920.jpg');
  background-size: auto, cover;
  color: transparent;
}

.nav-link-text.trainers {
  margin-right: 28px;
  margin-left: 17px;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-link-text.trainers.book-appt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/background-for-Schedule-Appt-Button.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background-for-Schedule-Appt-Button.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.nav-link-text.phoneno {
  padding-right: 0px;
  padding-left: 0px;
}

._20-off-heading {
  margin-top: 0px;
  margin-left: 138px;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  font-size: 90px;
  line-height: 106px;
  text-align: center;
  text-shadow: 4px 4px 6px #000;
}

._20-off-heading.test {
  margin: 30px auto 20px;
  font-weight: 800;
  text-shadow: none;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Gym-Truck-Chico-Clean-Truck-Pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Gym-Truck-Chico-Clean-Truck-Pic.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.left-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bottom-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-9 {
  margin-top: 0px;
  margin-right: 105px;
  margin-left: 126px;
  padding: 12px;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 6px 0 10px #fff;
}

.heading-9.lower {
  margin-top: 94px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  font-size: 18px;
  text-shadow: 4px 4px 10px #fff;
}

.heading-10 {
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 6px 0 10px #fff;
}

.right-heading-heading-div {
  margin-top: 179px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 4px 4px 10px #fff;
}

.right-heading-heading-div.lower {
  margin-top: 35px;
  padding: 10px;
  background-color: transparent;
  font-size: 18px;
}

.right-heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6b6b6b;
}

.right-header-header-div {
  margin-top: -129px;
  margin-right: 37px;
  margin-left: 43px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-11 {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 4px 4px 10px #fff;
}

.heading-11._1on1 {
  margin-top: -147px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
}

.heading-11.online-personal-training {
  margin-top: -7px;
  padding: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  text-shadow: 4px 4px 10px #fff;
}

.bottom-header-header-div {
  margin-right: 41px;
  margin-left: 41px;
}

.bottom-header-header-div.group-training {
  margin-top: -95px;
}

.image-11 {
  margin: 0px 114px 10px 0px;
}

.button-3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #f8cc1d;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  font-size: 69px;
  line-height: 79px;
  font-weight: 800;
  text-transform: uppercase;
}

.button-3.test {
  text-shadow: none;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_3472.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_3472.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-12 {
  background-color: transparent;
}

.reviews-div-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-block-8 {
  margin-right: 26px;
  text-shadow: 4px 4px 3px #000;
}

._25-off-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.list-4 {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 42%, 0.32);
}

.faq-content-div {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.read-reviews-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-transform: uppercase;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
}

.accordion-wrapper {
  display: block;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.accordian-item-content {
  overflow: hidden;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000;
}

.content-paragraph {
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.heading-14 {
  margin-bottom: 20px;
  color: #f8cc1d;
}

.heading-14.h2 {
  margin-top: 0px;
  margin-bottom: 1px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 39px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-14.h2.div-line {
  margin-bottom: -2px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 8px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 39px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-shadow: 4px 4px 6px #000;
}

.heading-14.h2.div-line.underline {
  text-decoration: underline;
}

.heading-14.h2.bottom-margin {
  color: #fff;
}

.heading-14.h2.top-margin {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
}

.heading-14.h2.top-margin.bottom-margin {
  margin-bottom: 60px;
}

.heading-14.heading1 {
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 78px;
  line-height: 89px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
}

.heading-14.local-organic {
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.schedule-a-consult-button {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 27px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8cc1d;
  border-radius: 10px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 23px;
  line-height: 39px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-a-consult-button.margins {
  margin-left: 197px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-size: 23px;
  line-height: 40px;
}

.schedule-a-consult-button.white {
  border-style: none;
  border-color: #fff;
  color: #fff;
}

.schedule-a-consult-button.uptop {
  display: none;
}

.schedule-a-consult-button.mobile {
  display: block;
}

.call-now-button {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f8cc1d;
  border-radius: 10px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.call-now-button.margin-small {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.call-now-button.white {
  border-style: none;
  border-color: #fff;
  color: #fff;
}

.call-now-button.consult {
  margin-left: 22px;
}

.call-now-button.uptop {
  display: none;
}

.call-now-button.mobile {
  display: none;
}

.call-now-button.hide {
  display: none;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 54px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading-16.only-mobile {
  display: block;
  margin-top: 0px;
  margin-bottom: 13px;
  margin-left: 80px;
  padding: 5px 12px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0px;
}

.heading-16.h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  color: #f8cc1d;
  line-height: 69px;
  font-weight: 700;
}

.heading-16.h2.gold {
  color: #f8cc1d;
}

.div-to-center-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.savings-heading {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border: 4px solid #fff;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 69px;
  line-height: 79px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 8px;
}

.div-block-23 {
  position: static;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video {
  position: relative;
  font-weight: 400;
}

.div-block-24 {
  margin-top: 40px;
}

.main-content-section-not-hero {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.personal-trainier-chico-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: transparent;
}

.personal-trainier-chico-div.almosttop {
  display: block;
  width: 80%;
  margin: 20px auto;
  background-color: transparent;
}

.personal-trainier-chico-div.almosttop.bottom-cta {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.list-5 {
  background-color: transparent;
  font-family: Oswald, sans-serif;
}

.list-item-3 {
  margin-bottom: 20px;
  margin-left: 63px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 49px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.list-item-3.assets {
  background-color: #6b6b6b;
}

.nav-link-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 40px auto 67px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trainers-image-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trainers-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 100%;
  text-align: left;
}

.image-13.james {
  width: 75%;
}

.image-13.alex {
  width: 75%;
  margin-top: 40px;
}

.james-div-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.james-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-17 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 59px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-7 {
  width: auto;
  margin-right: 160px;
  margin-left: 160px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  text-align: justify;
}

.paragraph-7.james {
  width: auto;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-8 {
  color: #fff;
}

.paragraph-9 {
  color: #fff;
}

.gym-truck-chico-text-span-white {
  color: #fff;
  font-size: 60px;
  line-height: 99px;
  text-transform: uppercase;
}

.training-types-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-block {
  margin-bottom: 16px;
  text-decoration: none;
}

.link-block.bottom-margin {
  width: 80%;
  margin-left: 90px;
  background-color: hsla(0, 0%, 100%, 0.17);
}

.link-block._2-training {
  width: 80%;
  margin-left: 90px;
  background-color: hsla(0, 0%, 100%, 0.17);
}

.link-block._1-on-1 {
  width: 80%;
  margin-left: 90px;
  border-top: 1px none #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.17);
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.bold-text {
  font-weight: 500;
}

.dropdown-2 {
  margin-left: 111px;
}

.wbtgty-span {
  font-size: 39px;
  font-weight: 600;
  text-decoration: none;
}

.heading-18 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 46px;
  line-height: 59px;
  letter-spacing: 4px;
}

.heading-19 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 69px;
  font-weight: 800;
  letter-spacing: 4px;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  font-size: 53px;
}

.meal-prep-header {
  margin-bottom: 40px;
  padding: 20px;
  border: 3px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 59px;
  letter-spacing: 4px;
  text-transform: none;
}

.sale-link-block {
  text-decoration: none;
}

.meal-prep-link-block {
  text-decoration: none;
}

.hidden-button {
  display: none;
  margin-left: 0px;
  border: 2px solid #fc0;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fc0;
  font-size: 23px;
  line-height: 40px;
  font-weight: 800;
  text-transform: uppercase;
}

.top-button-div-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-25 {
  height: 5px;
  margin-bottom: 30px;
  background-color: #fc0;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 39px;
  font-weight: 600;
}

.nasm-div-trainer-page {
  width: 870px;
}

.image-14 {
  margin-right: 0px;
}

.button-link-block {
  margin-top: 17px;
  margin-right: 28px;
  margin-left: 100px;
}

.button-link-block.call {
  margin-left: 25px;
}

.image-button-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-button-div-wrapper._1on1 {
  margin-bottom: 40px;
}

.image-button-div-wrapper.ewp-buttons {
  margin-bottom: 64px;
  padding-top: 20px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  margin-left: 0px;
}

.image-15 {
  margin-left: 0px;
}

.link-block-5 {
  margin-top: 0px;
}

.image-16 {
  margin-left: 80px;
}

.call-now-button-image-home-page-top {
  display: block;
  margin-right: 0px;
}

.call-now-button-image-home-page-top.cta-bar {
  margin-right: 81px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.call-now-button-image-home-page-top.cta-bar.lp {
  margin-right: 0px;
  text-align: center;
}

.workout-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  margin-left: 166px;
}

.image-18 {
  margin-right: 50px;
}

.container-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  margin-top: 0px;
  margin-bottom: 65px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 79px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: capitalize;
  text-shadow: 4px 4px 6px #000;
}

.link-block-8 {
  margin-top: 56px;
  text-decoration: none;
}

.navbar-div {
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 15px;
}

.phone-span-red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #f30808;
}

.phone-span-red.book {
  color: transparent;
}

.phone-span-blue {
  margin-left: 7px;
  color: #2103ff;
}

.phone-span-blue.book {
  color: transparent;
}

.phone-dash-span-red {
  margin-left: 7px;
  color: red;
}

.phone-dash-span-red.book {
  color: transparent;
}

.chicos-only-mobile-link-block-to-about-us {
  margin-bottom: 20px;
  line-height: 29px;
  text-align: center;
  text-decoration: none;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.div-not-link-block-div-block {
  width: 960px;
}

.command-center-success-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.command-center-success-section.hide {
  display: none;
}

.heading-23 {
  color: #000;
  font-size: 29px;
  line-height: 34px;
}

.command-secrets-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-command-ctr-header-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-command-ctr-header-div-wrapper.hide {
  display: none;
}

.command-ctr-secrets-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-19 {
  display: block;
}

.image-20 {
  margin-left: 160px;
}

.image-21 {
  margin-left: 137px;
}

.div-block-28 {
  margin-left: -54px;
}

.heading-24 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 4px 4px 6px #000;
}

.link-4 {
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: 138px;
  padding: 12px;
  border: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 49px;
  line-height: 59px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-shadow: 4px 4px 6px #000;
}

.title-div-home-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-page-title-header {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 4px 4px 6px #000;
}

.image-22 {
  margin-top: 56px;
  margin-left: 0px;
}

.image-22.bottom {
  margin-top: 25px;
}

.section-7 {
  min-height: 100vh;
  background-image: url('../images/under-construction-2891888_1920-1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.html-embed {
  margin-bottom: 0px;
}

._40-off-span {
  display: inline-block;
  padding: 12px;
  border: 2px solid #fff;
  font-size: 98px;
  line-height: 79px;
}

.html-embed-2 {
  position: relative;
  z-index: 19;
  width: 100%;
  margin-bottom: 10px;
}

.reviews-link-block-schedule-a-consult {
  margin-left: 120px;
}

.read-our-reviews-call-now-link-block {
  margin-left: 101px;
}

.read-our-reviews-schedule-a-consult-div-block {
  margin-left: 114px;
}

.link-block-11 {
  display: none;
}

.html-embed-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed-3.not-100-percent {
  position: relative;
  z-index: 19;
  width: 100%;
  margin-bottom: 0px;
}

.link-block-12 {
  margin-bottom: 0px;
  margin-left: 80px;
}

.messenger-link-block {
  width: 20%;
  margin-right: auto;
  margin-bottom: 34px;
  margin-left: auto;
  text-align: center;
}

.review-page-button-section-bottom {
  min-height: 30vh;
  margin-top: -5px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-24 {
  margin-bottom: 47px;
  margin-left: 30px;
}

.image-25 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2nd-ewp-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-4 {
  width: 50%;
  margin-top: 0px;
}

.html-embed-4.contact-us-form {
  width: 100%;
  margin-top: 10px;
}

.heading-25 {
  margin-bottom: 20px;
  color: #6b6b6b;
  text-align: center;
}

.heading-26 {
  color: #6b6b6b;
  text-align: center;
}

.paragraph-10 {
  margin-bottom: 30px;
  padding: 12px;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}

.section-8 {
  width: 95%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
}

.text-span-inline-header {
  font-size: 24px;
}

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

.section-9 {
  min-height: auto;
  background-image: url('../images/Business-Complex-Workout.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.body-4 {
  min-height: 200vh;
  background-image: url('../images/Business-Complex-Workout.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.goals-needs-results-heading {
  margin-top: 32px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

.heading-27 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.image-27 {
  margin-bottom: 12px;
}

.heading-28 {
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

.heading-28._1on1 {
  margin-bottom: 40px;
  color: #fc0;
}

.heading-29 {
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

.heading-30 {
  margin-bottom: 40px;
  color: #fc0;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

.heading-31 {
  margin-top: 32px;
  font-size: 34px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-29 {
  margin-bottom: 12px;
}

.heading-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: gold;
  font-size: 39px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.ewp-lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ewp-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-div-4-ewp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ewp-link-block {
  text-decoration: none;
}

.ewp-learn-more-span {
  display: block;
  font-size: 18px;
  line-height: 24px;
}

.mother-s-day-special-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mother-s-day-special-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px none gold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.mothers-day-special-link-block {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px;
  color: #f85e04;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.mother-s-day-special-container {
  max-height: 105vh;
  margin-top: 0px;
  margin-bottom: 28px;
}

.mothers-day-special-link-text-div {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.div-block-30 {
  position: static;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ccc8c8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG-2504-1_license_plate_blacked_out.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG-2504-1_license_plate_blacked_out.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-size: 14px;
}

.consult-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.call-for-info-link-block {
  display: block;
  margin-right: 10px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
}

.paragraph-11 {
  color: #fff;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
}

.call-to-action-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-33 {
  margin-bottom: 0px;
  padding: 12px;
  border-style: none;
  border-width: 2px;
  border-color: #f8cc1d;
  border-radius: 4px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: gold;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
}

.contact-us-section-pg1 {
  margin-bottom: 0px;
  background-color: #6b6b6b;
}

.contact-us-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/female-2646996_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/female-2646996_1920.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.text-block-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
    margin-top: 6px;
    background-color: transparent;
  }

  .button {
    margin-top: 22px;
    margin-bottom: 37px;
    margin-left: 0px;
    border-radius: 50px;
    font-size: 30px;
    text-shadow: none;
  }

  .button.bottom {
    margin-top: -6px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    text-shadow: none;
  }

  .button.test {
    font-size: 20px;
  }

  .button.test.reviews {
    font-size: 22px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: relative;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: none;
    width: 75%;
    height: auto;
    max-width: none;
    margin: -548px auto 7vw 377px;
  }

  .hero-content {
    margin-top: 78px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    margin-bottom: 24px;
    margin-left: 18px;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
  }

  .bottom-image-wrap {
    height: auto;
    background-image: none;
  }

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button {
    display: block;
    margin-top: -126px;
    margin-left: 631px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    min-width: 240px;
    margin-top: 8px;
    padding: 18px 20px;
    background-color: #000;
  }

  .brand {
    margin-left: 137px;
    padding-left: 18px;
  }

  .heading-3 {
    margin: 0px auto 20px;
    font-size: 34px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
  }

  .image-5 {
    margin-top: -17px;
    margin-left: 125px;
    padding-top: 0px;
  }

  .image-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-us-section-wrapper {
    margin-top: 37px;
  }

  .heading-4 {
    font-size: 30px;
    font-weight: 400;
  }

  .faq-list-header {
    font-size: 18px;
  }

  .list-item {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }

  .button-2.profile-contact-big-button {
    padding: 16px;
    font-size: 27px;
    font-weight: 400;
  }

  .button-2.default-button.default-button-with-line {
    margin-right: 8px;
    margin-left: 1px;
    padding: 16px;
    font-size: 27px;
    font-weight: 400;
  }

  .big-profile-name {
    font-family: Blackopsone, sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .big-profile-name.test {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
  }

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

  .div-block-14 {
    margin-top: -110px;
  }

  .heading-5 {
    margin-left: 143px;
    font-size: 36px;
  }

  .hero-div {
    width: 95%;
    margin: -107px auto -19px;
  }

  .reviews-widget-div {
    margin-top: 25px;
  }

  .disclosure-div-block {
    margin-top: -22px;
    margin-bottom: 0px;
    padding: 12px;
  }

  .heading-6 {
    text-align: center;
  }

  .paragraph-4 {
    padding-left: 10px;
  }

  .disclosure-container {
    margin-top: 10px;
  }

  .hero-section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 98px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 39px;
    line-height: 46px;
    font-weight: 400;
  }

  .hero-section-heading.test {
    width: 100%;
  }

  .text-block-3.large {
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
  }

  .nav-link-3 {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .nav-link-3.more-info {
    text-align: center;
  }

  .nav-link-3.training {
    text-align: center;
  }

  .nav-link-3.nutrition {
    text-align: center;
  }

  ._200-span {
    font-size: 50px;
  }

  .header-subheader-div {
    padding-top: 21px;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-3 {
    background-color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .list-item-2 {
    margin-top: 4px;
    margin-bottom: 7px;
    margin-left: -108px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    text-transform: uppercase;
  }

  .dropdown-toggle-2 {
    text-align: center;
  }

  .heading-7 {
    font-size: 50px;
  }

  .paragraph-5 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .paragraph-5._1-on-1 {
    font-size: 30px;
  }

  .paragraph-5.online {
    font-size: 30px;
  }

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

  .text-block-6.subheader.bottom-margin {
    font-size: 30px;
  }

  .text-block-6.bottom-margin {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

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

  .text-block-6.what-to-expect {
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    text-transform: uppercase;
  }

  .nav-link-nutrition {
    font-family: Montserrat, sans-serif;
  }

  .nav-link-nutrition.right {
    margin-left: 31px;
  }

  .brand-5 {
    margin-left: 13px;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button-3 {
    border: 1px solid #fff;
  }

  .icon-4 {
    border: 1px none #000;
    color: #fff;
  }

  .menu-button-4 {
    margin-top: 17px;
    border: 1px solid #fff;
  }

  .menu-button-4.w--open {
    background-color: #000;
  }

  .div-block-16 {
    display: block;
  }

  ._20-off-header {
    margin-bottom: 152px;
    font-size: 42px;
    line-height: 49px;
  }

  ._20-off-header.call {
    font-size: 26px;
  }

  .icon-5 {
    color: #fff;
  }

  .menu-button-5 {
    border: 1px solid #fff;
  }

  .icon-6 {
    color: #fff;
  }

  .menu-button-6 {
    border: 1px solid #fff;
  }

  .list-2 {
    display: none;
  }

  .list-3 {
    width: auto;
    margin-top: -3px;
    margin-bottom: 115px;
    margin-left: 13px;
    border-style: none;
    border-width: 1px;
    text-align: left;
  }

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

  .image-9 {
    margin-top: -19px;
    margin-left: 136px;
  }

  .nav-menu-4 {
    background-color: #000;
  }

  .nav-link-text {
    margin-left: 0px;
  }

  .nav-link-text.right {
    margin-right: 0px;
    margin-left: 23px;
  }

  .nav-link-text.trainers {
    margin-left: 0px;
  }

  ._20-off-heading {
    display: block;
    margin-top: 0px;
    margin-bottom: 132px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Blackopsone, sans-serif;
    color: #f8cc1d;
    font-size: 59px;
    line-height: 65px;
    text-align: center;
  }

  ._20-off-heading.test {
    margin-right: auto;
    margin-left: auto;
    font-family: Montserrat, sans-serif;
  }

  .menu-button-7.w--open {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .nav-menu-5 {
    background-color: #000;
  }

  .image-11 {
    margin-left: 154px;
  }

  .button-3 {
    font-size: 34px;
  }

  ._25-off-div-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .nav-menu-6 {
    background-color: #000;
  }

  .list-item-3 {
    margin-top: 4px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .call-now-button-image-home-page-top.cta-bar {
    margin-left: 21px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    width: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button {
    display: inline-block;
    width: 40%;
    margin: 0px auto 23px 0px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
  }

  .button.top {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }

  .button.form-button {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
  }

  .button.bottom {
    margin-top: 0px;
    padding-top: 10px;
  }

  .button.test {
    width: auto;
  }

  .button.test.call {
    width: auto;
  }

  .button.portrait {
    width: 40%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-top: 75px;
    margin-bottom: 5vh;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-subhead {
    margin-left: 25px;
    font-size: 16px;
  }

  .footer-link {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input {
    padding-right: 22px;
    padding-left: 22px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    text-align: center;
  }

  .arrow {
    margin-top: 0px;
  }

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .nav-logo-wrap {
    margin-left: -120px;
  }

  .menu-button {
    margin-left: 439px;
    border: 1px solid #fff;
  }

  .brand {
    margin-left: -12px;
    text-align: left;
  }

  .heading-3 {
    margin-bottom: 20px;
    margin-left: 25px;
    font-size: 20px;
    line-height: 39px;
    text-transform: uppercase;
  }

  .heading-3.test {
    margin-left: 18px;
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .image-5 {
    margin-top: -16px;
    margin-left: 136px;
  }

  .about-us-section-wrapper {
    margin-top: 0px;
  }

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

  .paragraph-2 {
    padding: 12px;
    font-size: 14px;
  }

  .faq-list-header {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 16px;
  }

  .list-item {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .faq-list-answer {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-div.test {
    width: auto;
  }

  .profile-card-big {
    padding-bottom: 40px;
  }

  .button-2.profile-contact-big-button {
    padding: 16px;
  }

  .button-2.default-button.default-button-with-line {
    margin-right: 10px;
    margin-left: -1px;
    padding: 17px;
  }

  .big-profile-name {
    font-size: 32px;
    line-height: 39px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

  .paragraph-3.we-offer {
    font-size: 20px;
  }

  .paragraph-3.cak {
    font-size: 22px;
    text-decoration: underline;
  }

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

  .hero-div {
    display: block;
    margin-top: 0px;
  }

  .disclosure-div-block {
    margin-bottom: 10px;
    border-radius: 0px;
  }

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

  .disclosure-container {
    border-radius: 10px;
  }

  .hero-section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 95px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    line-height: 59px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .hero-section-heading.test {
    margin-top: 12px;
    font-size: 30px;
    line-height: 39px;
  }

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

  ._200-span {
    font-size: 30px;
  }

  .header-subheader-div {
    padding-top: 17px;
  }

  .list-item-2 {
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    list-style-type: none;
  }

  .section-4 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 45px;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 29px;
  }

  .paragraph-5._1-on-1 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 35px;
  }

  .paragraph-5.online {
    font-size: 18px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-6.subheader.bottom-margin {
    font-size: 18px;
  }

  .text-block-6.bottom-margin {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
  }

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

  .text-block-6.what-to-expect {
    font-size: 24px;
    line-height: 35px;
  }

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

  .nav-link-nutrition.right {
    margin-left: 0px;
  }

  .brand-3 {
    margin-top: 6px;
    margin-left: -46px;
  }

  .brand-3.w--current {
    margin-left: -41px;
  }

  .brand-5 {
    margin-left: 5px;
  }

  ._2-how-it-works {
    font-size: 18px;
  }

  .menu-button-3 {
    margin-top: 7px;
    margin-left: 60px;
  }

  .menu-button-3.w--open {
    margin-left: 340px;
  }

  .icon-4 {
    border: 1px solid transparent;
    color: #fff;
  }

  .menu-button-4 {
    margin-top: 15px;
    border: 1px solid #fff;
  }

  ._1st-trainng-span {
    font-size: 14px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._20-off-header {
    margin-bottom: 115px;
    font-size: 22px;
  }

  .icon-5 {
    color: #fff;
  }

  .menu-button-5 {
    border: 1px solid #fff;
  }

  .list-3 {
    width: auto;
    margin: -2px auto 140px 110px;
    padding-left: 28px;
    text-align: left;
  }

  .image-9 {
    margin-top: -18px;
    margin-left: 150px;
  }

  .nav-link-text.right {
    margin-left: 0px;
  }

  ._20-off-heading {
    font-size: 40px;
  }

  ._20-off-heading.test {
    line-height: 49px;
  }

  .icon-7 {
    color: #fff;
  }

  .menu-button-7 {
    border: 1px solid #fff;
  }

  .menu-button-7.w--open {
    margin-top: 10px;
    margin-right: 11px;
    background-color: rgba(0, 0, 0, 0.23);
  }

  .nav-menu-5 {
    background-color: #000;
  }

  .image-11 {
    margin-top: -2px;
    margin-left: 44px;
  }

  .button-3 {
    font-size: 30px;
  }

  .heading-13 {
    line-height: 29px;
  }

  .content-paragraph {
    line-height: 30px;
  }

  .heading-14.h2 {
    margin-top: 20px;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px;
  }

  .heading-14.h2.div-line {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    text-decoration: none;
    text-transform: capitalize;
  }

  .heading-14.h2.div-line.meal-prep {
    margin-top: 0px;
  }

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

  .heading-14.h2.top-margin.bottom-margin {
    margin-bottom: 0px;
  }

  .heading-14.heading1 {
    font-family: Oswald, sans-serif;
    font-size: 34px;
    letter-spacing: 2px;
  }

  .schedule-a-consult-button {
    font-size: 29px;
  }

  .call-now-button {
    margin-bottom: 30px;
    border-radius: 50px;
    font-size: 29px;
  }

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

  .heading-16.only-mobile {
    margin-top: 0px;
    margin-left: -7px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.68);
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
  }

  .heading-16.h2 {
    font-family: Oswald, sans-serif;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 4px 4px 6px #000;
  }

  .heading-16.personal-trainer-h1 {
    margin-top: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    text-shadow: 4px 4px 6px #000;
  }

  .heading-16.hother {
    margin-top: 0px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 29px;
    text-shadow: 4px 4px 6px #000;
  }

  .savings-heading {
    font-family: Oswald, sans-serif;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 2px;
  }

  .personal-trainier-chico-div {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .list-item-3 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .nav-link-div-wrapper {
    margin-top: 23px;
  }

  .training-types-div-wrapper {
    margin-bottom: 0px;
  }

  .training-types-div-wrapper.bottom-hp-mobile {
    margin-top: 1px;
  }

  .link-block {
    margin-bottom: 50px;
  }

  .link-block._2-training {
    margin-bottom: 12px;
  }

  .link-block._1-on-1 {
    margin-bottom: 0px;
  }

  .link-block-5 {
    margin-left: 61px;
  }

  .workout-div-wrapper {
    margin-top: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    margin-top: 0px;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-22 {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 4px;
  }

  .link-block-8 {
    width: 100%;
  }

  .navbar-div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .chicos-only-mobile-link-block-to-about-us {
    margin-bottom: 20px;
  }

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

  .div-not-link-block-div-block {
    margin-bottom: 40px;
  }

  .link-block-9 {
    margin-top: 0px;
  }

  .image-22 {
    margin-top: 77px;
    margin-left: 1px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

  .hero {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .nav-inner {
    width: 100vw;
    margin-top: 12px;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .button {
    display: block;
    width: 95%;
    margin: 0px auto 20px;
    padding: 10px 0px;
    border: 3px solid #f8cc1d;
    border-radius: 50px;
    color: #f8cc1d;
    font-size: 14px;
    line-height: 19px;
    text-shadow: none;
  }

  .button:hover {
    border: 3px solid #f8cc1d;
    background-color: transparent;
    color: #f8cc1d;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.top {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .button.bottom {
    width: 40%;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-radius: 10px;
    opacity: 1;
    font-size: 14px;
  }

  .button.test {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 10px;
    border-color: #f8cc1d;
    background-color: transparent;
    color: #f8cc1d;
    font-size: 14px;
  }

  .button.test.call.portrait {
    margin-bottom: 14px;
  }

  .button.portrait {
    width: auto;
    margin-bottom: 12px;
  }

  .button._2-groups {
    margin-top: 42px;
  }

  .button.online-training {
    margin-top: 40px;
  }

  .button.nutrition {
    margin-top: 40px;
  }

  .button.reviews {
    margin-top: 22px;
  }

  .button.alex {
    margin-top: 0px;
  }

  .button._1on1 {
    margin-top: 40px;
  }

  .wrap {
    margin-top: 25px;
    padding-top: 10px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    font-size: 17px;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    margin-top: 95px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 100%;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }

  .hero-subhead.header {
    max-width: none;
    margin-left: 0px;
  }

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

  .footer {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 19px;
  }

  .footer-link.w--current {
    font-family: Montserrat, sans-serif;
  }

  .footer-list {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .menu-icon {
    display: block;
    background-color: transparent;
  }

  .nav-logo-wrap {
    margin-top: -13px;
  }

  .menu-button {
    display: none;
    margin-top: -191px;
    margin-left: 195px;
    padding: 5px;
    border-style: none;
  }

  .heading-3 {
    margin-top: 0px;
    margin-left: -66px;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
  }

  .heading-3.test {
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
    color: #f8cc1d;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0px;
    text-shadow: 2px 2px 3px #000;
  }

  .image-5 {
    margin-top: -9px;
    margin-left: 141px;
  }

  .image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: -31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-us-section-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-4 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 28px;
  }

  .paragraph-2 {
    position: static;
    display: inline-block;
    width: 100vw;
    font-size: 13px;
    line-height: 19px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .faq-list-header {
    font-size: 14px;
    line-height: 19px;
  }

  .list-item {
    margin-top: 20px;
    margin-left: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 19px;
  }

  .faq-list-answer {
    font-size: 13px;
    line-height: 19px;
  }

  .button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0px auto 40px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button-div.test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: Oswald, sans-serif;
  }

  .button-div.trainers {
    margin-top: 23px;
  }

  .profile-card-big {
    display: block;
    width: 100%;
    margin: -37px auto 0px;
    padding: 0px 0px 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    background-color: #fff;
  }

  .tagline.tagline-promo-40 {
    width: 80%;
    margin-right: auto;
    margin-left: 6px;
    color: #000;
    font-size: 11px;
    letter-spacing: 1px;
    text-shadow: none;
  }

  .button-2.profile-contact-big-button {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 12px;
    border-radius: 10px;
    font-size: 18px;
  }

  .button-2.default-button.default-button-with-line {
    display: block;
    width: 60%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 12px;
    border-radius: 10px;
    font-size: 18px;
  }

  .big-profile-name {
    width: 80%;
    margin-right: auto;
    margin-left: 19px;
    font-size: 22px;
    line-height: 29px;
  }

  .big-profile-name.test {
    width: 80%;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .actions-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .paragraph-3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .paragraph-3.we-offer {
    margin-right: auto;
    margin-bottom: 2px;
    margin-left: -16px;
    font-size: 16px;
  }

  .paragraph-3.we-offer.test {
    display: none;
  }

  .paragraph-3.cak {
    width: 60%;
    margin-right: auto;
    margin-left: 56px;
    font-size: 20px;
  }

  .heading-5 {
    font-size: 17px;
    line-height: 27px;
  }

  .hero-div {
    display: block;
    margin: 0px auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    max-width: none;
    margin-left: 32px;
  }

  .disclosure-div-block {
    width: 100%;
    margin-top: -58px;
    margin-bottom: -6px;
  }

  .heading-6 {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .paragraph-4 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 8px;
    line-height: 12px;
  }

  .disclosure-container {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .hero-section-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    line-height: 45px;
  }

  .hero-section-heading.test {
    width: 100%;
    font-size: 25px;
  }

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

  .section-3 {
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_3472.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_3472.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  ._200-span {
    font-size: 20px;
  }

  .header-subheader-div {
    font-size: 17px;
  }

  .list-item-2 {
    margin-top: 0px;
    margin-bottom: 12px;
    margin-left: -55px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 15px;
    line-height: 19px;
  }

  .container {
    display: block;
    padding-top: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
  }

  .nutrition-content-div {
    margin-bottom: 0px;
  }

  .heading-7 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .paragraph-5 {
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 2px 2px 3px #000;
  }

  .paragraph-5._1-on-1 {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-shadow: 2px 2px 3px #000;
  }

  .paragraph-5.online {
    color: #f8cc1d;
    font-size: 16px;
    line-height: 29px;
    text-shadow: 2px 2px 3px #000;
  }

  .text-block-6 {
    margin-bottom: 9px;
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .text-block-6.subheader.bottom-margin {
    color: #f8cc1d;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
    text-shadow: 2px 2px 3px #000;
  }

  .text-block-6.bottom-margin {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-align: justify;
    text-transform: none;
  }

  .text-block-6.bottom {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-6.what-to-expect {
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
  }

  .text-block-6.one-on-one {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-6.last-for-margin {
    margin-bottom: 40px;
  }

  .div-block-15 {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .container-2 {
    border-style: none;
  }

  .nav-link-nutrition {
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-nutrition.right {
    margin-left: 7px;
  }

  .brand-3 {
    display: block;
    margin-right: 68px;
    margin-bottom: -9px;
    margin-left: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand-3.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand-5 {
    margin-left: 8px;
  }

  ._2-how-it-works {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button-3 {
    margin-top: 16px;
    margin-right: 11px;
    margin-left: 29px;
    padding-top: 18px;
  }

  .menu-button-3.w--open {
    margin-left: 0px;
  }

  .menu-button-4 {
    margin-top: 19px;
  }

  .menu-button-4.w--open {
    background-color: #000;
  }

  ._1st-trainng-span {
    font-size: 14px;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: 53px;
  }

  ._20-off-header {
    font-size: 16px;
    line-height: 39px;
  }

  .list-2 {
    padding-left: 0px;
  }

  .list-3 {
    width: auto;
    margin-right: auto;
    margin-bottom: 132px;
    margin-left: auto;
    padding-left: 89px;
  }

  .nav-menu-4 {
    margin-bottom: -8px;
  }

  .nav-menu-4.w--open {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link-text {
    display: block;
    margin-right: 280px;
    margin-left: 0px;
    font-size: 19px;
  }

  .nav-link-text.bkgrnd {
    display: block;
    margin-right: 4px;
    margin-bottom: 12px;
    margin-left: 2px;
    padding: 4px 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/TRUCK-PIC-04_30_2021_Bigger.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    font-size: 8px;
    line-height: 24px;
  }

  .nav-link-text.bkgrnd.padded {
    padding-right: 19px;
    padding-left: 19px;
  }

  .nav-link-text.bkgrnd.hide {
    display: block;
  }

  .nav-link-text.reviews {
    margin-left: 0px;
  }

  .nav-link-text.bkgrnd {
    margin-right: 5px;
    border-radius: 50px;
    background-image: none;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-link-text.top {
    margin-left: -89px;
  }

  .nav-link-text.phone-no.margin-right {
    margin-right: 0px;
    margin-left: 4px;
  }

  .nav-link-text.ewp {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #f8cc1d;
    color: #f8cc1d;
  }

  ._20-off-heading {
    margin-top: 0px;
    margin-bottom: 110px;
    font-size: 38px;
    line-height: 49px;
  }

  ._20-off-heading.test {
    width: 90%;
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 40px;
  }

  .section-5 {
    height: auto;
  }

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

  .left-header-div {
    height: auto;
  }

  .top-div {
    width: auto;
  }

  .bottom-div {
    width: auto;
  }

  .heading-9 {
    margin-right: 0px;
    margin-left: 129px;
    padding-top: 111px;
  }

  .heading-9.lower {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .left-header-header-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .right-heading-heading-div {
    margin-bottom: 104px;
    font-size: 12px;
  }

  .right-heading-div {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .right-header-header-div {
    margin-top: 1px;
    margin-left: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-11 {
    margin-top: 27px;
    font-size: 12px;
  }

  .heading-11._1on1 {
    margin-top: -76px;
    margin-left: -8px;
  }

  .heading-11.online-personal-training {
    margin-left: -60px;
    font-size: 12px;
  }

  .bottom-header-header-div {
    margin-left: 48px;
  }

  .bottom-header-header-div.group-training {
    margin-left: 3px;
  }

  .image-10 {
    max-width: none;
    margin-left: 22px;
  }

  .image-11 {
    display: block;
    margin-right: 0px;
    margin-bottom: 21px;
    margin-left: 0px;
  }

  .button-3 {
    padding-bottom: 0px;
    font-size: 24px;
    text-decoration: underline;
  }

  .button-3.test {
    margin-bottom: 1px;
    font-size: 30px;
  }

  ._25-off-div-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px auto 52px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-4 {
    margin-bottom: 0px;
  }

  .div-block-21 {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordian-wrapper {
    width: 100%;
  }

  .accordian-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 75px;
  }

  .heading-13 {
    font-family: Montserrat, sans-serif;
    color: #f8cc1d;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 2px 2px 3px #000;
  }

  .content-paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .james-div {
    width: auto;
    margin-top: 6px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-3 {
    background-color: transparent;
  }

  .nav-menu-6 {
    background-color: #000;
  }

  .heading-14 {
    width: 100%;
    margin-top: 56px;
    font-size: 20px;
  }

  .heading-14.h2 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 4px 4px 6px #000;
  }

  .heading-14.h2.div-line {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 8px;
    background-color: hsla(0, 0%, 100%, 0.17);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
  }

  .heading-14.h2.div-line.underline {
    text-decoration: underline;
  }

  .heading-14.h2.div-line.meal-prep {
    padding-top: 15px;
    font-size: 18px;
  }

  .heading-14.h2.bottom-margin {
    margin-bottom: 36px;
    color: #fff;
  }

  .heading-14.h2.top-margin {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }

  .heading-14.h2.top-margin.bottom-margin {
    margin-bottom: 0px;
    padding: 4px 0px;
    background-color: transparent;
    cursor: pointer;
  }

  .heading-14.heading1 {
    margin-top: 1px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .schedule-a-consult-button {
    width: auto;
    margin: 12px auto 13px;
    padding: 0px 9px;
    border-radius: 50px;
    background-color: #000;
    box-shadow: 8px 8px 6px 0 #000;
    font-family: Oswald, sans-serif;
    color: #fc0;
    font-size: 23px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
  }

  .schedule-a-consult-button.margins {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }

  .schedule-a-consult-button.white {
    margin-top: 5px;
  }

  .schedule-a-consult-button.uptop {
    display: block;
  }

  .schedule-a-consult-button.mobile {
    display: block;
  }

  .schedule-a-consult-button.small-text {
    font-size: 23px;
  }

  .schedule-a-consult-button.padded {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 23px;
    line-height: 34px;
  }

  .schedule-a-consult-button.padded.hp-top {
    display: none;
  }

  .call-now-button {
    display: block;
    width: auto;
    margin: 0px auto 18px;
    padding: 0px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    box-shadow: 8px 8px 6px 0 #000;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
  }

  .call-now-button.margin-small {
    margin-left: 12px;
  }

  .call-now-button.white {
    margin-top: 25px;
  }

  .call-now-button.consult {
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 19px;
    padding-left: 19px;
    background-color: #000;
  }

  .call-now-button.uptop {
    display: block;
  }

  .call-now-button.mobile {
    display: block;
    padding-right: 9px;
    padding-left: 9px;
  }

  .call-now-button.nutrition {
    margin-bottom: 20px;
  }

  .call-now-button.hide {
    display: none;
  }

  .call-now-button.hp-top {
    display: none;
  }

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

  .heading-16 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
  }

  .heading-16.only-mobile {
    margin-bottom: 21px;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 6px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
    text-decoration: none;
    cursor: pointer;
  }

  .heading-16.h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #f8cc1d;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 2px;
    text-shadow: none;
  }

  .heading-16.personal-trainer-h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 35px;
  }

  .heading-16.hother {
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.13);
    font-size: 39px;
    line-height: 49px;
  }

  .div-to-center-text {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .savings-heading {
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 4px;
  }

  .div-block-23 {
    margin-top: 0px;
    padding-top: 4px;
  }

  .video {
    margin-top: -3px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-content-section-not-hero {
    margin-bottom: 1px;
  }

  .personal-trainier-chico-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px auto 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .personal-trainier-chico-div.almosttop {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .personal-trainier-chico-div.almosttop.bottom-cta {
    margin-top: 40px;
    margin-bottom: 1px;
  }

  .list-5 {
    padding-left: 0px;
  }

  .list-item-3 {
    margin-top: 12px;
    margin-left: 40px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 10px;
    line-height: 19px;
    font-weight: 800;
  }

  .nav-link-div-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .trainers-image-div-wrapper {
    margin-bottom: 72px;
  }

  .image-13.alex {
    width: auto;
  }

  .heading-17 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .paragraph-7 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
    line-height: 19px;
  }

  .paragraph-7.james {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 13px;
  }

  .gym-truck-chico-text-span-white {
    font-size: 20px;
    line-height: 59px;
    font-weight: 900;
  }

  .training-types-div-wrapper {
    margin: 0px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .training-types-div-wrapper.bottom-hp-mobile {
    margin-bottom: 32px;
    margin-left: 55px;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    font-weight: 600;
  }

  .link-block.trainings {
    margin-left: 0px;
  }

  .link-block.bottom-margin {
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .link-block._2-training {
    width: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: transparent;
  }

  .link-block._1-on-1 {
    width: auto;
    margin-left: 0px;
    background-color: transparent;
  }

  .bold-text {
    font-weight: 600;
    letter-spacing: 4px;
  }

  .dropdown-2 {
    margin-left: 0px;
  }

  .wbtgty-span {
    font-size: 12px;
  }

  .heading-18 {
    margin-top: -5px;
    margin-bottom: 0px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
  }

  .heading-19 {
    margin-top: -22px;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
  }

  .meal-prep-header {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
  }

  .text-block-9 {
    font-size: 19px;
  }

  .hidden-button {
    display: none;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #000;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
  }

  .hidden-button.margin {
    display: none;
    margin-top: 23px;
    margin-left: 22px;
    text-align: center;
  }

  .top-button-div-home-page {
    margin-bottom: -6px;
    margin-left: -11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-25 {
    width: auto;
    height: 5px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 96px;
    margin-left: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
    box-shadow: 4px 4px 6px 0 #000;
    color: #fff;
    font-size: 14px;
  }

  .text-block-10 {
    padding-left: 18px;
    font-size: 14px;
  }

  .text-block-10.lower-height {
    line-height: 29px;
  }

  .nasm-div-trainer-page {
    width: auto;
  }

  .image-14 {
    margin-right: auto;
    margin-left: 25px;
  }

  .image-14.cta-bar.lp {
    margin-left: 0px;
  }

  .button-link-block {
    margin: 0px;
  }

  .button-link-block.call {
    margin-right: 25px;
    margin-left: 0px;
  }

  .image-button-div-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-15 {
    margin-left: 0px;
  }

  .link-block-5 {
    margin-top: 0px;
    margin-left: 6px;
  }

  .image-16 {
    margin-left: 49px;
  }

  .call-now-button-image-home-page-top.cta-bar.lp {
    margin-left: 0px;
  }

  .new-div-block {
    width: 100%;
    height: 3px;
    max-height: 3px;
    background-color: #fc0;
  }

  .workout-div-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    margin-left: 1px;
  }

  .container-4 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-6 {
    margin-left: 0px;
  }

  .heading-21 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
    text-shadow: 4px 4px 6px #000;
  }

  .link-block-7 {
    text-decoration: none;
  }

  ._25-span {
    font-size: 39px;
    line-height: 49px;
  }

  .heading-22 {
    margin-top: 0px;
    margin-bottom: 29px;
    padding: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000;
  }

  .link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -27px;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
  }

  .navbar-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .chicos-only-mobile-link-block-to-about-us {
    margin-bottom: 10px;
    text-decoration: none;
  }

  .div-block-27 {
    width: auto;
    margin-top: 0px;
  }

  .div-not-link-block-div-block {
    width: auto;
    margin-bottom: 20px;
  }

  .div-not-link-block-div-block {
    margin-bottom: 0px;
  }

  .image-20 {
    margin-left: 0px;
  }

  .image-21 {
    margin-left: 82px;
  }

  .div-block-28 {
    margin-left: 0px;
  }

  .heading-24 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
  }

  .link-4 {
    display: block;
    margin-top: 0px;
    margin-bottom: 75px;
    margin-left: 0px;
    padding: 12px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 4px 4px 6px #000;
  }

  .title-div-home-page {
    margin-bottom: 20px;
  }

  .home-page-title-header {
    margin-top: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 2px;
  }

  .image-22 {
    margin-top: 19px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .image-22.decrease-mental-stress {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-22.bottom {
    margin-top: 1px;
  }

  ._40-off-span {
    display: inline-block;
    padding: 12px;
    border: 2px solid #fff;
    font-size: 58px;
  }

  .html-embed-2 {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .read-our-reviews-call-now-link-block {
    margin-left: 0px;
  }

  .read-our-reviews-schedule-a-consult-div-block {
    margin-left: 0px;
  }

  .link-block-10 {
    margin-top: 0px;
  }

  .link-block-11 {
    margin-bottom: 50px;
  }

  .link-block-12 {
    margin-bottom: 0px;
    margin-left: 40px;
  }

  .image-23 {
    margin-bottom: 25px;
  }

  .div-block-29 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-24 {
    margin-top: 0px;
    margin-left: 5px;
  }

  .image-24.knowledge-image {
    margin-left: 38px;
  }

  .image-24.convenience-image {
    margin-left: 22px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2nd-ewp-div-wrapper {
    margin-top: 20px;
  }

  .html-embed-4 {
    width: auto;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 39px;
  }

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

  .paragraph-10 {
    line-height: 22px;
    text-transform: capitalize;
  }

  .goals-needs-results-heading {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-27 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-28._1on1 {
    color: #fc0;
    font-size: 20px;
    line-height: 29px;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .heading-30 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2px;
  }

  .image-28 {
    margin-bottom: 12px;
  }

  .heading-31 {
    margin-bottom: 32px;
    color: gold;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-32 {
    font-size: 19px;
    line-height: 24px;
  }

  .ewp-link-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .ewp-learn-more-span {
    font-size: 12px;
    line-height: 19px;
  }

  .mothers-day-special-link-block {
    font-size: 11px;
    font-weight: 800;
  }

  .mothers-day-special-link-text-div {
    padding-bottom: 3px;
    line-height: 16px;
  }

  .call-to-action-div-wrapper {
    margin-top: 38px;
  }

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

@font-face {
  font-family: 'Blackopsone';
  src: url('../fonts/BlackOpsOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}