:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  box-shadow: none;
  color: #333;
  background-color: #f5f7f7;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000094;
  margin: 29px 65px 10px 70px;
  font-family: Brandon;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
}

h2 {
  color: #363a3d;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #81878c;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 85px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Proximanova;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  color: #d4deeb;
  border-bottom: 1px solid #f3f3f34a;
  font-family: Avenir, sans-serif;
  text-decoration: none;
}

.logo-font {
  float: none;
  color: #00b27f;
  letter-spacing: 6px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-font.innerpages {
  color: #fff;
  letter-spacing: 0;
  float: left;
  letter-spacing: -.5px;
  margin-top: 3px;
  margin-left: 0;
  font-family: Avenir, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.logo-font.innerpages.black {
  color: #000;
}

.modal-backing {
  z-index: 1001;
  background-color: #576975cc;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-container {
  margin-top: 60px;
}

.modal-div-white {
  background-color: #fff;
  border-radius: 2px;
  margin-left: 150px;
  margin-right: 150px;
  padding: 0 50px 38px;
}

.modal-header {
  color: #383d41;
  text-align: center;
  font-family: Averta;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.form-wrapper {
  margin-top: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.field-label {
  color: #47535a;
  margin-bottom: 2px;
  font-family: Proximanova;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.form-block {
  color: #576975;
  background-color: #fcfcfc;
  border: 1px solid #dfe4e8;
  border-radius: 2px;
  height: 46px;
  margin-bottom: 30px;
  font-family: Proximanova;
  font-size: 13px;
  font-weight: 200;
}

.form-block.message-content {
  color: #576975;
  height: 150px;
  font-size: 13px;
}

.contact-btn {
  color: #fff;
  background-color: #ffbb0d;
  border-radius: 4px;
  padding: 14px 60px;
  font-family: Averta;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.contact-btn:hover {
  background-color: #f0b00e;
}

.close-icon {
  float: right;
  color: #95adbd;
  margin-top: 19px;
  margin-bottom: 18px;
  margin-right: -38px;
  font-family: Proximanova;
  font-size: 38px;
  font-weight: 200;
  line-height: 4px;
  text-decoration: none;
  display: inline-block;
  transform: rotate(45deg);
}

.close-icon:hover {
  color: #80909c;
}

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #15c95d;
  padding-top: 20px;
  font-family: Proximanova;
  font-size: 16px;
  font-weight: 400;
}

.error-msg {
  color: #fff;
  text-align: center;
  background-color: #e86161;
  border-radius: 2px;
  margin-top: 27px;
  padding-top: 14px;
  font-family: Proximanova;
  font-size: 16px;
  font-weight: 600;
}

.body {
  color: #56697e;
  text-align: left;
  background-color: #fff;
  font-size: 19px;
  line-height: 23px;
}

.paragraph-2 {
  font-weight: 400;
}

.hero-subhead {
  color: #e5feffe3;
  margin-top: 30px;
  font-family: Averta;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.page-link {
  color: #56697e;
  border-bottom: 1px solid #56697e52;
  font-weight: 300;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #0cb4b9;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.transparent-nav {
  z-index: 1001;
  background-color: #0000;
  border-bottom: 1px #dfe8eb;
  border-left: 1px #dce1e3;
  border-right: 1px #dce1e3;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10%;
  font-family: Avenir, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.transparent-nav.dark {
  background-color: #07081d;
  position: static;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin: 21px 18px 19px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #d8e0e3;
}

.nav-link-2.w--current {
  color: #00b27f;
  margin-top: 21px;
  margin-bottom: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2.whitenav {
  color: #fffffff5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}

.nav-link-2.whitenav:hover {
  color: #fff;
}

.nav-link-2.whitenav.w--current {
  color: #fff;
  border-bottom: 1px solid #ffffff91;
  font-weight: 400;
}

.nav-link-2.whitenav.inner {
  margin-top: 1px;
}

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

.brand-box-2 {
  border-bottom-style: none;
  margin-top: 3px;
}

.brand-box-2.w--current {
  float: left;
}

.nav-menu---dropdown {
  margin-top: 2px;
  font-size: 15px;
}

.nav-menu---dropdown.logged-in {
  align-items: center;
  display: flex;
}

.hero {
  background-color: #0c1d27;
  background-image: linear-gradient(102deg, #08080a 8%, #0c14250d), url('../images/Cover_top_small.jpg');
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.inner {
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
}

.hero.inner.contact {
  height: 95vh;
  padding-top: 185px;
  padding-bottom: 185px;
}

.content-holder {
  flex: none;
  align-self: center;
  width: 50%;
  margin-left: 10%;
  margin-right: 0%;
}

.content-holder.contact {
  margin-left: 0%;
}

.content-holder.home {
  text-align: center;
  flex: none;
  width: auto;
  margin-left: 10%;
  margin-right: 10%;
}

.heading-3 {
  color: #11244d;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-family: Avenir, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.heading-3.thinner {
  color: #194664;
  letter-spacing: .5px;
  margin-bottom: 35px;
  font-family: Avenir, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 40px;
}

.heading-3.thinner.less-space {
  margin-bottom: 14px;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.heading-3.thinner.qhite {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}

.heading-3.thinner.smaller {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

.section {
  background-color: #0000;
  padding-top: 120px;
}

.section.process {
  background-color: #050c33;
  background-image: linear-gradient(102deg, #08080a 1%, #0c142569), url('../images/Contact_small.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.about {
  padding-bottom: 150px;
  position: relative;
}

.section-body-div {
  align-items: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.section-body-div.hiw {
  border-top: 1px #e6ebee;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 50px;
}

.section-body-div.vertical {
  flex-direction: column;
}

.body-paragraphy {
  font-family: Avenir, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.body-paragraphy.light {
  color: #e0e7f0;
}

.body-paragraphy.light.hero-subhead {
  width: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 200;
}

.body-paragraphy.light.inner-subhead {
  text-align: left;
  width: 80%;
  font-size: 20px;
}

.body-paragraphy.location {
  font-size: 18px;
}

.body-paragraphy.opening {
  border-top: 1px solid #0b0d1d1a;
  margin-top: 14px;
  padding-top: 14px;
  font-size: 16px;
}

.white-heading {
  text-align: center;
  text-shadow: none;
  margin: 0 0 20px;
  font-family: Avenir, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.white-heading.inner {
  text-align: left;
  font-size: 52px;
  line-height: 72px;
}

.white-heading.home-centred {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  line-height: 60px;
}

.gallery {
  z-index: 1;
  background-color: #fff;
  padding-bottom: 105px;
  position: relative;
}

.gallery.div {
  text-align: left;
  background-color: #0000;
  width: 38%;
  padding-bottom: 40px;
  padding-right: 60px;
}

.hero-div-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-div-holder.inner.contact {
  flex-direction: row;
  margin-left: 10%;
  margin-right: 4%;
}

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

.footer-section {
  background-color: #fff;
  border-top: 1px #d9e5eb;
  padding: 25px 5%;
  position: relative;
  box-shadow: 0 -1px 2px 1px #392a6605;
}

.footer-div-2 {
  text-align: center;
  padding: 8px 0;
}

.footer-div-2.right {
  float: right;
}

.copyright-text-2 {
  color: #78868f;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer-link-2 {
  color: #48575f;
  border-bottom-style: none;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-link-2:hover {
  color: #242c2e;
}

.footer-link-2.w--current {
  color: #e01a66;
  font-weight: 400;
}

.form-holding-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 4%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-wrap-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 16px #505e6b21;
}

.form-label-2 {
  color: #11244d;
  margin-bottom: 2px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-style {
  color: #394650;
  border: 1px solid #a7b3b95e;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area {
  height: 100px;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #e9215a;
  border-radius: 4px;
  padding-top: 85px;
  padding-bottom: 85px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.terms-privacy {
  min-height: 100vh;
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
  font-family: Avenir, sans-serif;
}

.title-header {
  color: #293b46;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.title-header.second-title-header {
  margin-top: 40px;
}

.paragraph-3 {
  color: #56697e;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading-4 {
  color: #363a3d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-block {
  width: 100%;
}

.templates-centred {
  text-align: center;
}

.trainer-img {
  background-image: url('../images/About_small.jpg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 71px;
}

.first-two {
  border-bottom: 3px solid #bcd6e3;
}

.grid-overlay {
  opacity: 0;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._3 {
  background-image: url('../images/Sust2_small.jpg');
  background-position: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/Sust4_small.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/Sust1_small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/gym-photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/included.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/gym-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/Sust3_small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fontawesome-icon._1x {
  font-family: Fontawesome Solid, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .5fr .25fr .25fr .5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr;
  width: 62%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.basketweave-block {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.basketweave-block._2, .basketweave-block.hide {
  display: none;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.map-holder {
  display: flex;
}

.map-side {
  background-color: #f0f0f0;
  background-image: url('../images/map.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #16162c05;
  width: 70%;
  padding-top: 210px;
  padding-bottom: 210px;
}

.location-div {
  z-index: 2;
  background-color: #fff;
  border-top: 1px #0c152517;
  width: 30%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  box-shadow: -1px -1px 4px 2px #0000000a;
}

.white-dot {
  color: #fff;
}

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

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

.btn.nav {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #72bda3;
  background-image: linear-gradient(45deg, #617b92, #617b92 31%, #194664 78%, #194664);
  margin-top: -3px;
  margin-bottom: -5px;
  margin-left: 20px;
  padding: 10px 16px 6px;
  font-size: 12px;
  font-weight: 500;
}

.btn.nav.w--current {
  z-index: -1;
  opacity: .5;
  filter: grayscale();
  position: relative;
}

.btn._2 {
  color: #da1a44;
  text-align: center;
  background-color: #fff;
  background-image: none;
  margin-left: 20px;
}

.btn._2:hover {
  color: #fff;
  background-color: #fd3f6e;
}

.btn.form-button {
  margin-top: 10px;
}

.btn.form-button.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

.btn.submit {
  margin-top: 8px;
  padding-left: 64px;
  padding-right: 64px;
}

.btn.submit.smaller {
  margin-left: 11px;
  padding: 15px 45px;
}

.btn.submit.inner {
  padding-top: 15px;
  padding-bottom: 12px;
}

.btn.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-image-column {
  padding-left: 0;
  padding-right: 0;
}

.tab-content {
  z-index: 1001;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  margin: -20px 0 -20px -33px;
  padding: 35px;
  position: static;
  top: 32px;
  box-shadow: 0 0 8px 3px #060f180f;
}

.about-cols {
  justify-content: center;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.column-15 {
  align-self: center;
}

.div-block-6 {
  text-align: center;
  background-color: #fff;
  padding: 0;
  position: static;
}

.services-section {
  background-color: #fff;
  width: 100%;
  padding: 25px 10%;
  box-shadow: 0 1px 3px #0b141f1c;
}

.content-div {
  background-color: #fff;
  border-top: 1px #ffffff1c;
  border-bottom: 1px #ecedef;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.service-div {
  box-shadow: none;
  text-align: center;
  background-image: none;
  border: 3px #eecb3e;
  border-radius: 3px;
  align-items: flex-start;
  width: 22%;
  margin-bottom: 0;
  padding: 0;
  font-family: Avenir, sans-serif;
  display: flex;
}

.feature-head {
  color: #11244d;
  text-align: left;
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
}

.hiw-text {
  color: #56697e;
  text-align: left;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
}

.right-side {
  width: 70%;
  margin-left: 15px;
}

.icon-block {
  background-color: #f36;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.position {
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.holder-testimonials {
  justify-content: space-between;
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.testimonial-text-2 {
  color: #56697e;
  margin-top: 7px;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px;
}

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

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

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

.testimonial-div-box._3 {
  position: relative;
  top: 0;
}

.testimonial-div-box.middle {
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: -50px;
}

.name-position {
  color: #29334e;
  margin-bottom: 40px;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 22px;
}

.img-div {
  background-image: url('../images/bike-img.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 40%;
}

.img-div._1 {
  background-image: url('../images/IT_icon1.png');
  background-position: 50%;
  background-size: 80%;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.img-div._2 {
  background-image: url('../images/manufacturing_icon.png');
  background-position: 50%;
  background-size: 80%;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.img-div._3 {
  background-image: url('../images/development_icon.png');
  background-position: 50%;
  background-size: 80%;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: #fafbfc;
  border-top: 1px solid #34426812;
  border-bottom: 1px solid #34426812;
  padding-top: 120px;
  padding-bottom: 120px;
}

.split-form-area {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 11%;
  margin-right: 11%;
  display: flex;
}

.left-form-text {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 5%;
  display: flex;
}

.right-form-block {
  width: 45%;
  position: relative;
}

.countries-section {
  background-color: #fafbfc;
  border-top: 1px solid #34426812;
  border-bottom: 1px #34426812;
  padding-top: 135px;
  padding-bottom: 155px;
  font-family: Avenir, sans-serif;
}

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

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

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

.month-text {
  color: #748196;
  font-size: 22px;
  font-weight: 200;
}

.plan-description {
  color: #56697e;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
}

.countries-content {
  text-align: center;
}

.pricing-box {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  min-width: 275px;
  max-width: 350px;
  min-height: 450px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 24px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 22px 4px #1a25300f, 0 1px 3px #1421290f;
}

.plan-text {
  text-align: left;
  margin-left: 9px;
  font-weight: 300;
}

.plan-price {
  color: #29334e;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 800;
  line-height: 60px;
}

.pricing-holder {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.pricing-holder.cancel-holder {
  margin-top: 0;
}

.plan-name {
  color: #194664;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.h1 {
  color: #11244d;
  text-align: left;
  text-shadow: none;
  margin: 0;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

.h1.centred {
  color: #11244d;
  text-align: center;
  max-width: 500px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}

.link-style {
  color: #e01a66;
}

.link-style:hover {
  color: #c01255;
}

.link-style.smaller {
  font-size: 18px;
}

.form-wrap {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0 1px 14px 4px #2a64660f;
}

.form-wrap.signup {
  width: 480px;
  margin-top: 40px;
  position: relative;
}

.form-section {
  background-color: #fafbfc;
  min-height: 95vh;
  padding-top: 100px;
  padding-bottom: 120px;
  font-family: Avenir, sans-serif;
}

.form-section.less-padding {
  padding-top: 75px;
}

.form-holder-2 {
  flex-direction: column;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.left-form-col {
  padding-left: 0;
}

.right-form-col {
  padding-right: 0;
}

.inner-subhead {
  text-align: center;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.centred-div-form {
  text-align: center;
}

.form-style {
  margin-bottom: 20px;
}

.forgot-password {
  color: #56697eba;
  border-bottom-style: none;
  margin-top: 5px;
  font-size: 14px;
}

.forgot-password:hover {
  color: #45576b;
  border-bottom: 2px #56697e26;
}

.streak-block {
  background-color: #fff;
  border-bottom: 1px #e9eff1;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 22px 4px #1a25300f, 0 1px 3px #1421290f;
}

.plan-type {
  color: #fff;
  background-color: #f62a49;
  border-radius: 200px;
  align-items: center;
  width: auto;
  margin-right: 18px;
  padding: 2px 8px;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.plan-type.view {
  color: #fd3e4f;
  background-color: #fff;
  border: 1px solid #fd3e4f;
  margin-right: 0;
}

.plan-type.view:hover {
  color: #fff;
  background-color: #fd3e4f;
}

.plan-type.nutrition {
  border: 1px solid #f62a49;
  flex: none;
}

.plan-type.training {
  background-color: #f3a915;
  border: 1px solid #f3a915;
  flex: none;
}

.top-header-area {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.view-text {
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 13px;
}

.view-text.white {
  color: #fff;
}

.block-head {
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.plan-type---dashboard {
  width: 75%;
}

.plan-type---dashboard.right {
  background-color: #0000;
  border: 1px solid #2c5e6b2b;
  border-radius: 5px;
  align-items: center;
  width: 32%;
  margin-left: 5%;
  padding: 16px 25px;
}

.plan-type---dashboard.center {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: auto;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 19px 14px;
  display: inline-block;
}

.right-streak-content {
  margin-left: 25px;
  text-decoration: none;
}

.right-streak-content.less-margin {
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.h4-head {
  color: #11244d;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.plan-name---full-width {
  color: #11244d;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 6px;
  margin-right: 12px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.dashboard-section {
  background-color: #fafbfc;
  min-height: 80vh;
  padding-top: 75px;
  padding-bottom: 100px;
}

.streak-info {
  display: flex;
}

.content-div-2 {
  margin-left: 10%;
  margin-right: 10%;
}

.grid-box-1 {
  background-color: #0000;
  border-radius: 5px;
  width: 35%;
  margin-bottom: 50px;
  padding: 0 0 25px;
}

.heading-content-div {
  width: 100%;
}

.heading-content-div.flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.videos-div {
  background-color: #0000;
  border-radius: 5px;
  padding-top: 0;
  padding-bottom: 25px;
}

.div-sep {
  border-bottom: 1px solid #e9eff1;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.togglebuttongreen {
  opacity: 0;
  background-color: #50e461;
  border-radius: 50px;
  width: 60px;
  height: 26px;
  margin-top: 0;
  position: absolute;
}

.flex-area {
  flex-wrap: wrap;
  margin-top: 50px;
  display: flex;
}

.profile-img {
  color: #b8c6ce;
  background-color: #e9eff3;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: Avenir, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  display: flex;
}

.profile-img.larger {
  background-image: url('../images/testimonial-img-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-right: 20px;
}

.grid-box-2 {
  border-radius: 5px;
  width: 60%;
  margin-bottom: 50px;
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 0;
}

.light-subhead {
  color: #f0fffee3;
  margin-bottom: 15px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
}

.light-subhead.darker {
  color: #56697e;
  margin-bottom: 0;
}

.light-subhead.darker.more-padding {
  margin-bottom: 15px;
}

.left-section {
  width: 60%;
}

.toggle-text-left {
  padding-right: 20px;
}

.toggle-text-left.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #363a3d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-5.no-top-padding {
  color: #11244d;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 21px;
}

.videos {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.video-div {
  border-radius: 4px;
  margin-bottom: 6px;
}

.user-dropdown {
  opacity: 1;
  color: #fff;
  background-color: #fd3e4f;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  border-radius: 200px;
  min-width: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 0;
  display: inline-block;
  position: static;
  top: 0;
}

.user-dropdown:hover {
  opacity: 1;
  background-color: #0dc2cf;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.dropdown-list.w--open {
  border-color: #0000;
  border-radius: 2px;
  min-width: 170px;
  padding-top: 20px;
  padding-bottom: 1px;
  right: auto;
  box-shadow: 0 0 6px #10252524;
}

.dropdown-toggle {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 13px 45px 11px 32px;
  font-weight: 500;
}

.secondary-dropdown-links {
  border-top: 1px solid #e9edf0;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 19px;
}

.icon-style {
  color: #fff;
}

.user-dropdown-holder {
  align-self: center;
  margin-left: 8px;
  display: flex;
  position: relative;
  top: -1px;
}

.nav-dark {
  color: #2e575a;
  text-transform: uppercase;
  margin: 22px 18px 19px;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 15px;
  text-decoration: none;
}

.nav-dark:hover, .nav-dark.w--current {
  color: #12a6b1;
}

.nav-dark.wide {
  color: #11244d;
  margin-top: 0;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

.nav-dark.wide:hover {
  color: #e01a66;
}

.nav-dark.wide.secondary {
  margin-left: 0;
  margin-right: 0;
}

.nav-dark.wide.hidden:hover {
  color: #e01a66;
}

.email-style {
  color: #fff;
  line-height: 13px;
}

.profile-image-control {
  margin-bottom: 22px;
}

.split-holder {
  align-items: center;
  display: flex;
}

.split-holder.account {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-holder {
  color: #11244d;
  border-radius: 4px;
  width: 30%;
  margin-bottom: 20px;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.load-more-div {
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.cancel-div {
  width: 100%;
  margin-top: 32px;
  margin-left: 5%;
  margin-right: 5%;
}

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

.logo-image-wrap {
  padding-top: 40px;
  padding-left: 40px;
}

.ms-style.ms-style-override {
  color: var(--black);
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.template-tag {
  display: none;
}

.relative {
  position: relative;
}

.delete-me-welcome {
  z-index: 100000;
  background-color: #00000080;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
  position: fixed;
  inset: 0%;
}

.tour-diamond {
  z-index: 1;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
}

.tour-diamond.top-right {
  left: auto;
  right: 20px;
}

.tour-diamond.login-diamond {
  left: auto;
  right: 120px;
}

.tour-diamond.top-left {
  left: 50px;
  right: auto;
}

.tour-diamond.left-center {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 0 -7px;
}

.tour-dot {
  color: #64636e;
  background-color: #2aa8ff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: -30px 5% auto auto;
  box-shadow: 0 0 0 30px #2aa8ff87;
}

.ms-iframe-embed {
  justify-content: flex-end;
  align-items: flex-end;
  width: 180px;
  height: 70px;
  display: flex;
  position: relative;
  overflow: visible;
}

.help-tooltip-content {
  z-index: 2;
  background-color: #f4f8fa;
  border-radius: 5px;
  padding: 20px 30px 22px 22px;
  position: relative;
}

.help-tooltip {
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  width: 420px;
  min-height: 0;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  inset: 0% 20px auto auto;
  box-shadow: 0 -5px 20px -5px #2d3e501f, 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.tour-tooltip.bottom-tooltip {
  top: 100%;
}

.help-tooltip.tour-tooltip.bottom-tooltip.pricing-tooltip {
  margin-top: -19px;
}

.help-tooltip.tour-tooltip.bottom-tooltip.hover-tooltip {
  opacity: .25;
  transition: opacity .2s;
}

.help-tooltip.tour-tooltip.bottom-tooltip.hover-tooltip:hover {
  opacity: 1;
}

.help-tooltip.tour-tooltip.bottom-tooltip.center {
  right: auto;
}

.help-tooltip.tour-tooltip.bottom-tooltip.data-tooltip {
  left: -43px;
}

.help-tooltip.affiliate-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f4f8fa;
  border: 2px solid #2aa8ff;
  min-height: 0;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  inset: -20px 20px auto 100%;
  box-shadow: 0 -5px 20px -5px #2d3e501f, 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip {
  top: 100%;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip.pricing-tooltip {
  margin-top: -19px;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip.hover-tooltip {
  opacity: .25;
  transition: opacity .2s;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip.hover-tooltip:hover {
  opacity: 1;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip.center {
  right: auto;
}

.help-tooltip.affiliate-tooltip.bottom-tooltip.data-tooltip {
  left: -43px;
}

.help-title {
  margin-bottom: 3px;
  font-size: 110%;
  font-weight: 800;
  line-height: 1.5em;
}

.help-title.inline-block {
  margin-bottom: 4px;
  font-size: 120%;
}

.ms-iframe {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.tour-bottom-row {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 10px 10px 22px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.tour-bottom-row.fixed-row {
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 -6px 10px #f4f8fa;
}

.affiliate-link {
  z-index: 99999999;
  position: absolute;
  inset: 0%;
}

.help-tooltip-2 {
  text-align: left;
  background-color: #f5f8fd;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: absolute;
  top: -14px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.help-tooltip-2.tour-tooltip {
  z-index: 99;
  color: #000;
  background-color: #f5f8fd;
  border: 2px solid #2aa8ff;
  min-height: 0;
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.6em;
  display: block;
  position: relative;
  inset: 100% auto auto 0;
  box-shadow: 0 30px 20px -10px #2d3e5040, 1px 1px 10px 1px #2d3e5033;
}

.help-tooltip-content-2 {
  z-index: 2;
  background-color: #f5f8fd;
  border-radius: 5px;
  padding: 22px 20px 13px;
  font-size: 12.5px;
  line-height: 1.6em;
  position: relative;
}

.help-title-2 {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
}

.tour-bottom-row-2 {
  z-index: 2;
  color: #64636e;
  background-color: #fff;
  border-top: 1px solid #d8e3f0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 15px;
  display: flex;
  position: relative;
}

.ms-logo {
  margin-right: 10px;
}

.tour-diamond-2 {
  z-index: 1;
  background-color: #f5f8fd;
  border: 2px solid #2aa8ff;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
}

.ms-link {
  color: #2aa8ff;
  font-weight: 800;
}

.div-block-7 {
  z-index: 10;
  position: relative;
}

.black-text {
  color: #363a3d;
}

.affiliate-hover {
  color: #3e4a57;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 14px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 12px #0000000d;
}

.alert {
  border: 1px solid #a4afba;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-left: -3px;
  margin-right: 2px;
  line-height: 20px;
  display: inline-block;
}

.affiliate-diamond {
  z-index: 1;
  background-color: #fff;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -3px;
  transform: rotate(45deg);
}

.affiliate-diamond.top-right {
  left: auto;
  right: 20px;
}

.affiliate-diamond.login-diamond {
  left: auto;
  right: 120px;
}

.affiliate-diamond.top-left {
  left: 50px;
  right: auto;
}

.affiliate-diamond.left-center {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 0 -7px;
}

.hidden-embed {
  z-index: -1;
  opacity: 0;
  height: 0;
  max-height: 0;
  position: fixed;
}

.ms-iframe-footer-embed {
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.image, .image-2, .image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

html.w-mod-js [data-ix="load-header-btn"], html.w-mod-js [data-ix="fade-on-scroll-1"], html.w-mod-js [data-ix="fade-on-scroll-2"], html.w-mod-js [data-ix="fade-on-scroll-3"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  body {
    box-shadow: none;
  }

  h1 {
    margin-left: 45px;
  }

  h5 {
    margin-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-font {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .modal-backing {
    display: none;
  }

  .modal-container {
    margin-top: 30px;
  }

  .modal-div-white {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .close-icon {
    margin-top: 19px;
  }

  .transparent-nav {
    padding: 10px 20px 9px;
  }

  .nav-link-2 {
    color: #48545c;
    margin-top: 21px;
    margin-bottom: 15px;
  }

  .nav-link-2:hover {
    color: #def0fc;
  }

  .nav-link-2.whitenav {
    margin-top: 14px;
    font-family: Avenir, sans-serif;
    font-size: 16px;
  }

  .nav-link-2.whitenav.inner {
    border-bottom-style: none;
    margin-bottom: 16px;
  }

  .nav-link-2.whitenav.inner.hidden {
    display: block;
  }

  .nav-link-2.whitenav.inner.hidden.w--current {
    border-bottom-style: none;
    display: block;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0 8px;
    font-family: Proximanova;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #f000;
    transform: rotate(90deg);
  }

  .brand-box-2 {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-menu---dropdown {
    z-index: 5;
    float: none;
    color: #363c40;
    background-color: #050716e6;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 35px;
    font-family: Proximanova;
    display: block;
    position: absolute;
    inset: 78px 0% auto;
  }

  .nav-menu---dropdown.logged-in {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero.inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.inner.contact {
    height: auto;
    padding-top: 120px;
    padding-bottom: 115px;
  }

  .content-holder {
    width: 100%;
    margin-left: 0%;
  }

  .content-holder.home {
    margin-left: 2%;
    margin-right: 2%;
  }

  .heading-3.thinner {
    font-size: 32px;
    line-height: 39px;
  }

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

  .section.about {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .section-body-div {
    flex-direction: column;
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-body-div.hiw {
    flex-direction: column;
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .body-paragraphy.light.hero-subhead {
    width: 85%;
  }

  .body-paragraphy.light.inner-subhead {
    width: 90%;
  }

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

  .white-heading.home-centred {
    width: 100%;
  }

  .gallery.div {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .hero-div-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8%;
    margin-right: 8%;
  }

  .hero-div-holder.inner {
    margin-left: 6%;
    margin-right: 6%;
  }

  .hero-div-holder.inner.contact {
    flex-direction: column;
  }

  .columns {
    display: block;
  }

  .column-4 {
    text-align: center;
  }

  .footer-section {
    box-shadow: none;
    border-top-style: solid;
    border-top-color: #d6e3e9;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-div-2.right {
    text-align: center;
  }

  .copyright-text-2 {
    text-align: center;
    margin-bottom: 7px;
  }

  .footer-link-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .column-5 {
    text-align: center;
    flex: none;
    justify-content: center;
    display: flex;
  }

  .form-holding-div {
    width: 90%;
    margin-top: 76px;
    padding-left: 0%;
  }

  .terms-privacy {
    margin-left: 6%;
    margin-right: 6%;
  }

  .trainer-img {
    background-position: 50% 15%;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .basketweave-grid {
    grid-template-rows: minmax(100px, 1fr) .5fr .5fr .5fr minmax(100px, 1fr) minmax(100px, 1fr);
    width: 100%;
  }

  .map-side {
    background-position: 30%;
    width: 50%;
  }

  .location-div {
    width: 50%;
  }

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

  .btn.nav {
    width: 40%;
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
  }

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

  .tab-image-column {
    padding-left: 0;
  }

  .tab-content {
    z-index: 1001;
    margin-left: -60px;
    margin-right: 0;
    top: 9px;
    box-shadow: 0 0 8px 3px #205d361c;
  }

  .about-cols {
    margin-left: 4%;
    margin-right: 4%;
  }

  .services-section {
    padding: 31px 30px 0;
  }

  .content-div {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .service-div {
    width: 48%;
    margin-bottom: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .testimonial-div-box.middle {
    margin-top: 20px;
    top: 0;
  }

  .split-form-area {
    flex-wrap: wrap;
    margin-left: 6%;
    margin-right: 6%;
  }

  .left-form-text {
    width: 100%;
  }

  .right-form-block {
    width: 90%;
    margin-top: 23px;
    display: flex;
  }

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

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

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

  .form-wrap {
    width: 80%;
  }

  .form-section {
    padding-top: 90px;
  }

  .plan-type---dashboard.right {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }

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

  .content-div-2 {
    margin-left: 4%;
    margin-right: 4%;
  }

  .grid-box-1 {
    width: 100%;
  }

  .heading-content-div.flex {
    flex-wrap: wrap;
  }

  .grid-box-2 {
    width: 100%;
    margin-left: 0%;
  }

  .left-section {
    width: 100%;
  }

  .user-dropdown {
    opacity: 1;
    margin-top: 0;
    margin-right: 0;
    display: none;
    position: static;
  }

  .secondary-dropdown-links {
    margin-left: 0;
    margin-right: 0;
  }

  .user-dropdown-holder {
    margin-top: 12px;
    margin-left: 18px;
    margin-right: 18px;
    display: none;
  }

  .split-holder.account {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  body {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    margin-right: 45px;
  }

  h2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  h5 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-font {
    margin-top: 0;
    margin-left: 0;
  }

  .logo-font.innerpages {
    font-size: 26px;
  }

  .modal-container {
    margin-top: 20px;
  }

  .modal-div-white {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .close-icon {
    margin-right: -29px;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
    position: absolute;
  }

  .menu-button-2 {
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .brand-box-2 {
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-menu---dropdown.logged-in {
    position: absolute;
  }

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

  .hero.inner.contact {
    background-position: 0 0, 2%;
    padding-top: 100px;
  }

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

  .section-body-div {
    margin-left: 6%;
    margin-right: 6%;
  }

  .section-body-div.hiw {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 88%;
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .hero-div-holder, .hero-div-holder.inner.contact {
    margin-left: 7%;
    margin-right: 7%;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-holding-div, .form-wrap-2 {
    width: 100%;
  }

  .trainer-img {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .grid-img._1 {
    background-position: 50%;
    background-size: cover;
  }

  .basketweave-grid {
    grid-template: "." minmax(100px, 1fr)
                   "." .5fr
                   "." .5fr
                   "." .5fr
                   "." minmax(100px, 1fr)
                   / 1fr 1.5fr 1fr 1fr 1fr 1.5fr;
  }

  .map-holder {
    flex-direction: column;
  }

  .map-side {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .location-div {
    width: 100%;
    padding-bottom: 40px;
  }

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

  .tab-content {
    margin-left: 0;
  }

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

  .column-15 {
    order: -1;
  }

  .content-div {
    margin-top: 0;
  }

  .service-div {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

  .countries-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .pricing-holder {
    margin-top: 59px;
    margin-left: 3%;
    margin-right: 3%;
  }

  .h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .form-wrap {
    width: 90%;
  }

  .form-wrap.signup {
    width: 100%;
  }

  .form-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }

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

  .plan-name---full-width {
    margin-right: 12px;
  }

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

  .flex-area {
    margin-top: 40px;
  }

  .nav-dark {
    margin-top: 24px;
  }

  .video-holder {
    width: 46%;
    margin-bottom: 25px;
  }

  .signup-wrapper {
    width: 100%;
    max-width: 500px;
  }

  .help-tooltip.tour-tooltip.bottom-tooltip.data-tooltip {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  h1 {
    text-align: left;
    margin-top: 70px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 38px;
    line-height: 54px;
  }

  h2 {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    overflow: visible;
  }

  h5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .logo-font {
    margin-left: 0;
  }

  .logo-font.innerpages {
    font-size: 22px;
  }

  .modal-container {
    margin-top: 0;
  }

  .modal-div-white {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-wrapper {
    margin-top: 15px;
  }

  .form-block {
    margin-bottom: 20px;
  }

  .contact-btn {
    padding-left: 75px;
    padding-right: 75px;
  }

  .close-icon {
    margin-right: -16px;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

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

  .menu-button-2 {
    margin-bottom: 5px;
  }

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

  .nav-menu---dropdown {
    position: absolute;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 79px;
  }

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

  .hero.inner.contact {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .content-holder.home {
    margin-left: 1%;
    margin-right: 1%;
  }

  .heading-3.thinner {
    font-size: 30px;
  }

  .section.process {
    padding-top: 70px;
    padding-bottom: 50px;
  }

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

  .section-body-div {
    margin-left: 8%;
    margin-right: 8%;
  }

  .section-body-div.hiw {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 60px;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
  }

  .body-paragraphy.light.inner-subhead {
    width: 100%;
    margin-left: 0;
  }

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

  .white-heading.inner {
    font-size: 34px;
    line-height: 50px;
  }

  .white-heading.home-centred {
    font-size: 40px;
    line-height: 50px;
  }

  .gallery {
    padding-bottom: 80px;
  }

  .gallery.div {
    padding-bottom: 40px;
  }

  .hero-div-holder {
    margin-left: 7%;
    margin-right: 7%;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-wrap-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-privacy {
    margin-top: 60px;
  }

  .basketweave-grid {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: ".";
  }

  .basketweave-block.last {
    display: block;
  }

  .basketweave-block._2 {
    display: none;
  }

  .map-side {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .location-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn._2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-content {
    padding: 25px 15px;
  }

  .services-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-div {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .service-div {
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0;
  }

  .testimonial-text-div {
    width: 100%;
  }

  .inner-div {
    flex-direction: column;
  }

  .testimonial-div-box {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-div-box._3 {
    margin-top: 30px;
    padding-top: 0;
  }

  .testimonial-div-box.middle {
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-div._1, .img-div._2, .img-div._3 {
    width: 100px;
  }

  .left-form-text {
    padding-right: 0;
  }

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

  .pricing-box {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .h1 {
    font-size: 28px;
    line-height: 44px;
  }

  .h1.centred {
    line-height: 36px;
  }

  .form-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-holder-2 {
    flex-direction: column;
  }

  .left-form-col {
    padding-right: 0;
  }

  .right-form-col {
    padding-left: 0;
  }

  .plan-type---dashboard.right {
    margin-top: 15px;
    padding: 15px 20px;
  }

  .plan-name---full-width {
    margin-bottom: 4px;
  }

  .dashboard-section {
    min-height: auto;
    padding-top: 60px;
  }

  .grid-box-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .profile-img.larger {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .dropdown-toggle, .nav-dark {
    display: none;
  }

  .split-holder {
    flex-direction: column;
    align-items: center;
  }

  .split-holder.account {
    flex-direction: column;
  }

  .video-holder {
    width: 100%;
  }

  .cancel-div {
    margin-top: 25px;
  }
}

#w-node-dff5ee72-4287-8a57-d2ff-7a5e24fc5317-070497b4 {
  grid-area: 1 / 1 / 6 / 4;
}

#w-node-_50313493-0493-2b62-9b34-f36eff3279d6-070497b4 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_30daa188-e643-2e7c-3dc0-a25c96db2ddb-070497b4 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-d3297f8d-3b45-eaeb-7714-0e679be268a2-070497b4 {
  grid-area: 1 / 4 / 5 / 7;
}

@media screen and (max-width: 767px) {
  #w-node-dff5ee72-4287-8a57-d2ff-7a5e24fc5317-070497b4 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_50313493-0493-2b62-9b34-f36eff3279d6-070497b4 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_30daa188-e643-2e7c-3dc0-a25c96db2ddb-070497b4 {
    grid-area: 4 / 4 / 6 / 7;
  }

  #w-node-d3297f8d-3b45-eaeb-7714-0e679be268a2-070497b4 {
    grid-area: 1 / 4 / 4 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dff5ee72-4287-8a57-d2ff-7a5e24fc5317-070497b4 {
    grid-area: 1 / 1 / 5 / 7;
  }

  #w-node-_50313493-0493-2b62-9b34-f36eff3279d6-070497b4 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_30daa188-e643-2e7c-3dc0-a25c96db2ddb-070497b4 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-d3297f8d-3b45-eaeb-7714-0e679be268a2-070497b4 {
    grid-area: 5 / 4 / 6 / 7;
  }
}


@font-face {
  font-family: 'Fontawesome Solid';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}