.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Avenir Next LT Pro', sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 21px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Druk Wide', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Druk Wide', sans-serif;
  font-size: 36px;
  line-height: 43px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Druk Wide', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
}

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

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  line-height: 19px;
  font-weight: 700;
  text-decoration: none;
}

.nav-bar {
  max-height: 80px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #222;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.container-large {
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.container-large.nav-flex {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav-left {
  margin-top: 18px;
  margin-bottom: 18px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1310px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.nav-logo {
  min-width: 200px;
}

.nav-right-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.nav-right-btn {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.nav-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 105px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 6px;
  grid-row-gap: 9px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.nav-link:hover {
  height: 95px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffcd00;
}

.nav-link.w--current {
  overflow: hidden;
  height: 95px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffcd00;
  color: #222;
  font-weight: 700;
}

.nav-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 125px;
  padding: 8px 18px;
  -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;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcd00;
  border-radius: 5px;
  color: #ffcd00;
  line-height: 19px;
  font-weight: 600;
}

.nav-btn.secondary {
  border-style: none;
  background-color: #ffcd00;
  color: #222;
}

.contain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.section.home-hero {
  padding-top: 88px;
  padding-bottom: 65px;
  color: #fff;
}

.section.home-sec-2 {
  overflow: visible;
  max-height: 982.796875px;
}

.section.home-sec-3 {
  text-align: center;
}

.section.home-sec-4 {
  padding-bottom: 574px;
}

.section.home-sec-6 {
  text-align: center;
}

.section.home-sec-8 {
  padding-top: 141px;
  padding-bottom: 141px;
}

.section.home-sec-9 {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.home-sec-10 {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #ffcd00;
}

.section.footer {
  padding-bottom: 114px;
  background-color: #222;
  color: #fff;
}

.section.perform-sec-2 {
  padding-top: 37px;
  padding-bottom: 60px;
}

.section.perform-sec-3 {
  padding-bottom: 160px;
}

.section.perform-sec-4 {
  padding-bottom: 57px;
  text-align: center;
}

.section.perform-sec-5 {
  padding-bottom: 76px;
  text-align: center;
}

.section.perform-sec-6 {
  padding-bottom: 58px;
  text-align: center;
}

.section.perform-sec-7 {
  padding-bottom: 442px;
}

.section.cafe-sec-2 {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

.section.cafe-sec-3 {
  padding-bottom: 70px;
  text-align: center;
}

.section.contact-us-hero {
  padding-top: 88px;
  padding-bottom: 85px;
  color: #fff;
}

.section.contact-sec-2 {
  padding-top: 0px;
}

.section.home-recovery {
  padding-top: 88px;
  padding-bottom: 27px;
  color: #fff;
}

.section.recover-sec-2 {
  padding-bottom: 38px;
  text-align: center;
}

.section.recover-sec-3 {
  padding-bottom: 69px;
  text-align: center;
}

.section.recover-sec-4 {
  padding-bottom: 0px;
  text-align: center;
}

.section.all-trainers-hero {
  padding-top: 48px;
  padding-bottom: 140px;
  text-align: center;
}

.section.trainer-post-hero {
  padding-top: 0px;
  padding-bottom: 482px;
  color: #fff;
}

.section.event-details-hero {
  padding-top: 0px;
  color: #fff;
}

.section.sleep-hero {
  padding-top: 48px;
  padding-bottom: 240px;
}

.section.cafe-hero {
  padding-top: 88px;
  padding-bottom: 65px;
  color: #fff;
}

.section.sleep-sec-2 {
  padding-top: 150px;
}

.section.sleep-sec-3 {
  padding-top: 28px;
  padding-bottom: 503px;
}

.section.nutrition-hero {
  padding-top: 48px;
  padding-bottom: 410px;
}

.section.nutrition-sec-2 {
  padding-bottom: 160px;
}

.section.nutrition-sec-5 {
  padding-top: 200px;
  padding-bottom: 541px;
}

.section.nutrition-sec-6 {
  padding-bottom: 55px;
}

.section.nutrition-sec-7 {
  padding-top: 0px;
  padding-bottom: 220px;
}

.section.meal-plan-hero {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}

.section.meal-plan-sec-2 {
  padding-bottom: 45px;
}

.section.meal-plan-main-sec-2 {
  text-align: center;
}

.section.gym-members-hero {
  padding-top: 88px;
  padding-bottom: 65px;
  color: #fff;
}

.section.perform-hero {
  padding-top: 88px;
  padding-bottom: 65px;
  color: #fff;
}

.section.gold-sec-2 {
  max-height: 600px;
  padding-top: 0px;
  padding-bottom: 280px;
}

.section.gold-sec-3 {
  text-align: center;
}

.section.cart-hero {
  padding-top: 55px;
}

.section.details-hero {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.section.gallery-hero {
  padding-top: 0px;
  padding-bottom: 140px;
  text-align: center;
}

.section.gallery-sec-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.profile-sec-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.day-pass-sec-2 {
  max-height: 530px;
  padding-top: 0px;
  padding-bottom: 280px;
}

.hero-dark-con {
  padding-top: 420px;
  padding-bottom: 90px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 #000;
}

.hero-dark-con.cafe {
  padding-top: 315px;
}

.hero-dark-con.contact-us {
  padding-top: 290px;
  text-align: center;
}

.hero-dark-con.gold-hero {
  max-height: 353px;
  padding-top: 115px;
  padding-bottom: 120px;
}

.hero-dark-con.home {
  max-height: 628px;
}

.home-hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1488px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
}

.home-hero-flex.recover {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home-hero-h1 {
  max-width: 708px;
  margin-top: 10px;
  font-weight: 500;
}

.street-yellow {
  color: #ffcd00;
}

.street-yellow._36-43 {
  font-size: 36px;
  line-height: 40px;
}

.street-yellow.italic.light-yellow {
  color: rgba(255, 205, 0, 0.7);
}

.leave-review-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 33px 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border-radius: 10px;
  background-color: #fff;
}

.our-clan-con {
  color: #222;
  font-weight: 500;
}

.our-clan-hd {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.bold.small {
  font-size: 17px;
  line-height: 20px;
}

.italic {
  font-style: italic;
  text-transform: capitalize;
}

.star-con {
  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;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.container {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.container.home-sec-3-con {
  max-width: 1146px;
}

.container.perform-sec-5-con {
  max-width: 1290px;
}

.home-sec-2-flex {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.home-sec-2-left {
  max-width: 736px;
  padding-top: 160px;
}

.home-sec-2-right {
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.home-sec-2-right.mobile {
  display: none;
}

.home-sec-2-hd {
  max-width: 635px;
  margin-top: 14px;
  margin-bottom: 58px;
  line-height: 30px;
}

._24-28 {
  font-size: 24px;
  line-height: 28px;
}

.semi-bold {
  font-weight: 600;
}

.join-us-today {
  min-width: 314px;
  padding: 17px 111px 14px 78px;
  -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: 5px;
  background-image: url('../images/Skew-right-dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffcd00;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.join-us-today:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.book-now {
  min-width: 314px;
  padding: 17px 121px 14px 97px;
  -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: 5px;
  background-image: url('../images/Join-us-today-primacy.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.book-now:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.book-now.secondary:hover {
  background-image: url('../images/Book-now-dark.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.book-consulation {
  min-width: 314px;
  padding: 17px 74px 14px 61px;
  -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: 5px;
  background-image: url('../images/Join-us-today-primacy.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.book-consulation:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.get-started {
  min-width: 314px;
  padding: 17px 119px 14px 89px;
  -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: 5px;
  background-image: url('../images/Join-us-today-primacy.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.get-started:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.get-started.dark {
  background-image: url('../images/Book-now-dark.svg');
  color: #ffcd00;
}

.get-started.dark:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.get-started.skew-left {
  min-width: auto;
  padding-right: 54px;
  padding-left: 80px;
  background-image: url('../images/Basket-yellow.svg');
}

.get-started.skew-left:hover {
  background-image: url('../images/Skew-left-dark.svg');
}

.get-started.basket {
  position: absolute;
  left: auto;
  top: 99px;
  right: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 263px;
  min-width: 240px;
  padding-right: 25px;
  padding-left: 60px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: url('../images/Basket-yellow.svg');
  background-position: 50% 50%;
}

.get-started.basket:hover {
  background-image: url('../images/Skew-left-dark.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.get-started.basket.small {
  top: 30px;
}

.get-started.basket.gold-membership {
  top: 37px;
}

.get-started.basket.gold {
  top: 128px;
}

.order-now {
  min-width: 314px;
  padding: 20px 103px 16px 107px;
  -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: 5px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.order-now:hover {
  background-image: url('../images/Skew-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.join-now {
  min-width: 314px;
  padding: 20px 113px 16px 114px;
  -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: 5px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.join-now:hover {
  background-image: url('../images/Skew-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.join-now.today {
  padding-right: 107px;
  padding-left: 107px;
}

.join-now.bf-pop-up {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -16px;
}

.join-now.bf-pop-up:hover {
  background-image: url('../images/Skew-yellow-stroke.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.see-all-tem {
  min-width: 314px;
  padding: 18px 59px 18px 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;
  border-radius: 5px;
  background-image: url('../images/Skew-dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.see-all-tem:hover {
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  direction: ltr;
  color: #222;
}

.home-sec-2-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.learn-more {
  min-width: 275px;
  padding: 17px 72px 14px 96px;
  -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: 5px;
  background-image: url('../images/Skew-left-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffcd00;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.learn-more:hover {
  background-image: url('../images/Yellow-skew-left.svg');
  color: #222;
}

.learn-more.light {
  background-image: url('../images/Skew-left-white-dark.svg');
  color: #222;
}

.learn-more.light:hover {
  background-image: url('../images/Basket-yellow.svg');
  background-size: cover;
}

.learn-more.test {
  background-image: url('../images/Contact-yellow-skew.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #222;
}

.learn-more.test:hover {
  background-image: url('../images/Skew-left-white.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.what-we-do-hd {
  max-width: 704px;
  margin: 28px auto 66px;
  line-height: 30px;
}

.what-we-do-flex {
  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;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.what-we-do-box {
  max-height: 422px;
  max-width: 362px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.what-we-do-hd-con {
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 19px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.what-we-do-img {
  overflow: hidden;
  max-height: 355px;
  max-width: 362px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.what-we-do-btn {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 100px 16px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.what-we-do-btn:hover {
  background-image: url('../images/Skew-dark.svg');
  color: #ffcd00;
}

.what-we-do-btn.recover-hero-btn {
  margin-top: 31px;
  margin-left: 0px;
}

.what-we-do-btn.recover-hero-btn:hover {
  background-image: url('../images/Skew-white.svg');
}

.home-sec-4-bg {
  max-height: 684px;
  padding-top: 111px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.testimonial-con {
  max-width: 565px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.testimonial-icon {
  margin-bottom: 2px;
}

.testimonial-hd {
  margin-bottom: 64px;
  line-height: 24px;
}

.testimonial-vid {
  overflow: hidden;
  max-width: 1281px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.meet-your-coaches-top {
  text-align: center;
}

.meet-your-coaches-top-icon {
  margin-bottom: 10px;
}

.coaches-slider-con {
  margin-top: 54px;
  margin-bottom: 156px;
}

.coaches-slider-con.hidden {
  display: none;
}

.coaches-slider {
  height: auto;
  background-color: transparent;
}

.coaches-mask {
  overflow: visible;
  max-height: 520px;
  max-width: 361px;
}

.coaches-slide {
  overflow: hidden;
  max-width: 361px;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.coaches-contain {
  max-width: 361px;
  padding-bottom: 29px;
  text-align: left;
}

.coach-img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.coach-left-arrow {
  position: absolute;
  left: 47%;
  top: auto;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.coach-left-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.coach-right-arrow {
  position: absolute;
  top: auto;
  right: 46%;
  bottom: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.coach-right-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.coach-bottom {
  padding-top: 18px;
  padding-right: 26px;
  padding-left: 26px;
}

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

.coach-expertise {
  margin-top: 10px;
  margin-bottom: 18px;
  color: #77777a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.coach-link {
  display: block;
  max-width: 240px;
  padding: 13px 75px 13px 52px;
  background-image: url('../images/View-profile-skew-right.svg');
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.coach-link.hover {
  display: none;
  background-image: url('../images/View-profile-skew.svg');
  background-position: 0% 50%;
  background-size: auto;
  color: #ffcd00;
}

.coach-link.hover:hover {
  background-image: url('../images/View-profile-white.svg');
  color: #222;
}

.see-all-team-link {
  display: block;
  max-width: 314px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  background-image: url('../images/See-all-team-button.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.see-all-team-link:hover {
  background-image: url('../images/Skew-yellow.svg');
  background-size: auto;
  color: #222;
}

.save-the-date-icon {
  margin-bottom: 42px;
  text-align: center;
}

.home-sec-5-flex {
  max-width: 1146px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
}

.save-the-date-slider {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.save-the-date-slider-nav {
  display: none;
}

.save-the-date-mask {
  overflow: visible;
  max-width: 362px;
}

.save-the-date-slide {
  margin-right: 30px;
  text-align: center;
}

.save-the-date-left-arrow {
  position: absolute;
  left: -126px;
  display: none;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  font-size: 16px;
}

.save-the-date-right-arrow {
  right: -102px;
  display: none;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  font-size: 16px;
}

.save-the-date-content {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.save-date-middle {
  margin-right: auto;
  margin-left: auto;
  padding: 29px 47px 27px;
}

.save-the-date-pg {
  margin-top: 17px;
  color: #77777a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.save-the-date-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 18px;
  -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: #222;
}

.event-date {
  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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fc0;
  line-height: 19px;
  font-weight: 600;
}

.whats-going-on-icon {
  margin-bottom: 28px;
  text-align: center;
}

.instagram-contain {
  position: relative;
}

.whats-going-on-hd {
  margin-bottom: 48px;
  text-align: center;
}

.insta-top {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.insta-line {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffcd00;
}

.insta-arrow-placeholder {
  min-width: 100px;
}

.insta-post-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.insta-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 295px;
  max-width: 295px;
  min-width: 276px;
  -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;
  border-radius: 10px;
}

.stay-surprised-con {
  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;
  grid-column-gap: 155px;
  grid-row-gap: 155px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.stay-surprised-img {
  overflow: hidden;
  max-width: 595px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.stay-surprised-content {
  max-width: 513px;
}

.stay-surprised-pg {
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 23px;
}

.stay-surp-form-block {
  width: 490px;
}

.stay-surp-form {
  position: relative;
}

.stay-surp-text-field {
  height: 50px;
  padding-right: 175px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #d9d9d9;
}

.stay-surp-form-btn {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 23px;
  padding-left: 57px;
  background-color: transparent;
  background-image: url('../images/Stay-surprised-yellow.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #222;
  line-height: 19px;
  font-weight: 700;
}

.stay-surp-form-btn.hover {
  display: none;
  background-image: url('../images/Form-dark.svg');
  color: #fff;
}

.stay-surp-form-btn.hover:hover {
  color: #ffcd00;
}

.we-are-here-icon {
  margin-bottom: 29px;
}

.we-are-here-map {
  overflow: hidden;
  margin-top: 69px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.social-con {
  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;
  grid-column-gap: 81px;
  grid-row-gap: 81px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.footer-flex {
  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;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.footer-right {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
}

.footer-left-text-contain {
  max-width: 340px;
}

.footer-address {
  margin-bottom: 78px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
}

.footer-link {
  display: block;
  margin-bottom: 34px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

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

.top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.hero-slider-con {
  max-height: 285px;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}

.hero-slider {
  height: auto;
  background-color: transparent;
}

.hero-mask {
  overflow: visible;
  max-width: 1320px;
}

.hero-left-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: -80px;
  z-index: 1;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  line-height: 16px;
}

.hero-left-arrow.inactive {
  z-index: 0;
  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;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.hero-right-arrow {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -80px;
  z-index: 1;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  line-height: 16px;
}

.hero-right-arrow.inactive {
  z-index: 0;
  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;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.hero-slide {
  margin-right: 75px;
}

.hero-slide-nav {
  left: 0px;
  top: auto;
  right: auto;
  bottom: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 10px;
}

.symbols {
  display: none;
}

._48-57 {
  font-size: 48px;
  line-height: 57px;
}

.perform-hero-get-started {
  margin-top: 31px;
}

.get-started-skew {
  padding: 20px 101px 16px 107px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.get-started-skew:hover {
  background-image: url('../images/Skew-white.svg');
  color: #ffcd00;
}

.perform-sec-2-top {
  max-width: 971px;
  margin-right: auto;
  margin-bottom: 29px;
  margin-left: auto;
  text-align: center;
}

.more-than-just-a-gym-icon {
  margin-bottom: 11px;
}

.perform-sec-2-con {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.perform-sec-2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 140px 57px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #222;
  color: #fff;
}

.perfom-sec-2-dark-pg {
  margin-top: 32px;
  margin-bottom: 33px;
}

.perform-sec-2-dark-left {
  max-width: 682px;
}

.perform-sec-2-btn-con {
  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;
}

.perform-sec-2-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 140px 88px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 135px;
  grid-row-gap: 135px;
}

.perform-sec-2-light-right {
  max-width: 551px;
}

.perfom-sec-2-light-pg {
  margin-top: 24px;
  margin-bottom: 33px;
}

.perform-sec-2-bottom {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 115px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.gym-equipment-logo-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -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;
  grid-column-gap: 106px;
  grid-row-gap: 106px;
}

.we-have-a-plan-top {
  margin-bottom: 30px;
  text-align: center;
}

.we-have-a-plan-hd {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  text-align: center;
}

.we-have-a-plan-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.plan-box {
  position: relative;
  max-height: 575px;
  max-width: 365px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.plan-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  padding-left: 29px;
  -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;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.plan-top.gold {
  background-color: #222;
}

.plan-top.silver {
  background-color: #77777a;
}

.plan-top.bronze {
  background-color: #77777a;
}

.plan-color {
  height: 100px;
  min-width: 25px;
}

.plan-color.gold {
  background-image: url('../images/Gold-linear.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan-color.sliver {
  background-image: url('../images/Sliver-linear.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan-color.bronze {
  background-image: url('../images/Bronze-linear.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan-middle {
  padding: 32px 30px;
}

.plan-gets-hd {
  color: #77777a;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.plan-gets-hd.dark {
  color: #222;
}

.plan-box-flex {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
}

.plan-see-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  -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;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
}

.plan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 272px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.plan-list.cancel {
  color: #77777a;
}

.check-cancel-con {
  height: 24px;
  min-width: 24px;
  margin-top: -3px;
}

.see-all-plan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #76777a;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.plan-bottom {
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 34px;
  border-top: 1px dashed #000;
  line-height: 19px;
  font-weight: 500;
}

.plan-starting {
  margin-bottom: 10px;
}

.align-right {
  text-align: right;
}

.what-make-us-icon {
  margin-bottom: 10px;
}

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

.what-make-us-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 46px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
}

.what-we-are-box {
  width: 31%;
  padding: 65px 57px 48px 50px;
  border-radius: 10px;
  background-color: #222;
  color: #fff;
}

.what-make-us-box-hd {
  max-width: 247px;
  margin-top: 52px;
  margin-bottom: 34px;
  color: #ffcd00;
  font-size: 24px;
  line-height: 32px;
}

.what-make-us-box-hd.long {
  max-width: 300px;
}

.what-make-us-pg {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.black {
  font-weight: 900;
}

.have-to-say-hd {
  margin-top: 20px;
  margin-bottom: 90px;
  line-height: 30px;
}

.have-to-say-slide-con {
  margin-bottom: 50px;
}

.have-to-say-slider {
  position: relative;
  height: auto;
  padding: 10px;
  background-color: transparent;
}

.have-to-say-slide {
  max-width: 400px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.have-to-say-slide-nav {
  display: none;
}

.have-to-say-left-arrow {
  position: absolute;
  left: -60px;
  top: 262px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #ffcd00;
  font-size: 16px;
  line-height: 20px;
}

.have-to-say-left-arrow.inactive {
  z-index: 0;
  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;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.have-to-say-right-arrow {
  position: absolute;
  left: auto;
  top: 262px;
  right: -60px;
  bottom: auto;
  z-index: 1;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background-color: #ffcd00;
  font-size: 16px;
  line-height: 20px;
}

.have-to-say-right-arrow.inactive {
  z-index: 0;
  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;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.have-to-say-con {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.have-to-say-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 262px;
  -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;
}

.have-to-say-content {
  padding: 47px 44px 40px;
}

.have-to-say-text {
  margin-top: 23px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
}

.body-factory-icon {
  margin-bottom: 26px;
}

.body-factory-hd {
  margin-bottom: 74px;
  line-height: 30px;
}

.body-factory-flex {
  position: relative;
  z-index: 1;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
}

.body-factory-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 483px;
  max-width: 493px;
  min-height: 483px;
  min-width: 460px;
  -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;
  border-radius: 10px;
}

.body-factory-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.body-factory-box-hd {
  position: relative;
  max-width: 356px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Druk Wide', sans-serif;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

.body-factory-pop-up {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 248px;
  padding: 40px 47px 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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.perform-sec-7-dark-con {
  max-height: 1892px;
  padding-top: 68px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #fff;
}

.schedule-con {
  max-width: 1505px;
  margin-right: auto;
  margin-bottom: 156px;
  margin-left: auto;
}

.cafe-hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cafe-hero-left {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cafe-h1 {
  line-height: 30px;
}

.cafe-hero-right {
  max-width: 508px;
}

.cafe-hero-sub-text {
  margin-bottom: 15px;
  margin-left: 40px;
  font-family: 'Druk Wide', sans-serif;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.find-us-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 78px 32px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.find-us-left {
  color: #222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.find-us-right {
  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;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.menu-icon {
  margin-bottom: 14px;
}

.smile-span {
  position: relative;
  top: -6px;
  font-weight: 900;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -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;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.menu-box {
  overflow: hidden;
  max-width: 235px;
  border-radius: 10px;
}

.caffine-kick-icon {
  margin-bottom: 35px;
}

.caffine-kick-slider-con {
  max-width: 1300px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.caffine-kick-slider {
  height: auto;
  background-color: transparent;
}

.caffine-kick-left-affow {
  position: absolute;
  left: -160px;
  top: 420px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.caffine-kick-left-affow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.caffine-kick-right-arrow {
  position: absolute;
  left: -100px;
  top: 420px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.caffine-kick-right-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.caffine-kick-slide-nav {
  display: none;
}

.caffine-kick-slide-content {
  -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;
}

.caffine-kick-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.caffine-kick-content-top.strech {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.caffine-kick-pg {
  max-width: 600px;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
}

.caffine-kick-pg._2 {
  margin-top: 30px;
}

.contact-icon {
  margin-bottom: 19px;
}

.contact-hd {
  line-height: 30px;
}

.contact-con {
  padding: 80px 58px 56px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.contact-sec-2-hd {
  margin-bottom: 20px;
  color: #000;
}

.contact-form-block {
  margin-top: 35px;
}

.contact-text-field {
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: #d9d9d9;
}

.contact-text-field::-webkit-input-placeholder {
  color: #000;
}

.contact-text-field:-ms-input-placeholder {
  color: #000;
}

.contact-text-field::-ms-input-placeholder {
  color: #000;
}

.contact-text-field::placeholder {
  color: #000;
}

.contact-text-field.message {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-form-flex {
  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;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.contact-flex-box {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
}

.contact-form-submit-con {
  margin-top: 20px;
  text-align: right;
}

.contact-submit-btn {
  padding: 16px 29px 15px 74px;
  background-color: transparent;
  background-image: url('../images/Contact-yellow-skew.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #222;
  line-height: 19px;
  font-weight: 700;
}

.contact-submit-btn:hover {
  background-image: url('../images/Skew-left-dark.svg');
  background-size: contain;
  color: #ffcd00;
}

.contact-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.contact-link {
  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;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-weight: 500;
}

.recover-icon {
  margin-bottom: 25px;
}

.recover-sec-2-hd {
  margin-bottom: 58px;
  line-height: 30px;
}

.recover-sec-2-con {
  overflow: hidden;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.recover-sec-2-pg {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: justify;
}

.recover-sec-2-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1496px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 64px;
  padding-bottom: 57px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #222;
  color: #fff;
}

.words-of-wisdom-hd {
  margin-top: 17px;
  margin-bottom: 90px;
  line-height: 30px;
}

.facilities-icon {
  margin-bottom: 27px;
}

.facilities-con {
  margin-top: 27px;
}

.facilities-transparent {
  max-height: 386px;
}

.facilities-dark {
  min-height: 694px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.all-trainer-hero-dark-con {
  max-height: 940px;
  padding-top: 159px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.all-trainers-h1 {
  margin-bottom: 68px;
}

.book-consultation-skew {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 66px 16px 76px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.book-consultation-skew:hover {
  background-image: url('../images/Skew-dark.svg');
  color: #ffcd00;
}

.all-trainers-con {
  max-width: 1540px;
  margin-top: 91px;
  margin-right: auto;
  margin-left: auto;
}

.all-trainers-collection-list {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.all-trainers-collection-item {
  margin-bottom: 125px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trainers-post-hero-dark {
  max-height: 910px;
  padding-top: 60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
}

.trainers-post-hero-con {
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 70px;
}

.return-to-trainers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 181px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffcd00;
  text-decoration: underline;
}

.trainers-post-hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.trainers-post-img {
  overflow: hidden;
  max-width: 672px;
  border-radius: 10px;
}

.trainers-post-img.mobile {
  display: none;
}

.trainers-post-content {
  max-width: 781px;
}

.trainers-profile {
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.trainers-name-filed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.trainers-post-name {
  text-transform: capitalize;
}

.trainers-post-field {
  color: #ffcd00;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
}

.trainers-post-icons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 27px;
  -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;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.trainers-post-icon {
  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-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.item {
  margin-top: 11px;
}

.trainers-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.trainers-bottom-img-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1520px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.trainers-sub-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 364px;
  -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;
  border-radius: 10px;
}

.gym-membership-hero-h1 {
  max-width: 771px;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
}

.day-pass-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 44px 19px 30px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Druk Wide', sans-serif;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.day-pass-box._3 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.day-pass-box._7 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 23px;
}

.day-pass-box._14 {
  padding-top: 68px;
  padding-bottom: 68px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.day-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 575px;
  max-width: 365px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}

.gym-membership-sec-2-hd-flex {
  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;
}

.event-details-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.event-details-pg {
  font-size: 20px;
  line-height: 24px;
}

.event-details-post-content {
  max-width: 686px;
}

.event-schedule {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ffcd00;
  line-height: 19px;
  font-weight: 600;
}

.event-schedule-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 501px;
  margin-top: 60px;
  margin-bottom: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.sleep-hero-dark {
  max-height: 940px;
  padding-top: 145px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.sleep-hero-content {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.sleep-hero-flex {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
}

.sleep-hero-h1 {
  max-width: 720px;
  margin-bottom: 55px;
  line-height: 30px;
  font-weight: 500;
}

.book-today-btn {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 314px;
  padding: 20px 100px 16px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.book-today-btn.sleep-hero:hover {
  background-image: url('../images/Skew-white.svg');
  color: #ffcd00;
}

.sleep-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 81px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.sleep-gallery-right {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.sleep-gallery-right-flex {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.class-schedule-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}

.class-schedule-hd {
  line-height: 30px;
}

.schedule-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.time-con {
  max-width: 132px;
  min-width: 132px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.time-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  padding-top: 40px;
  padding-bottom: 33px;
  -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: #ffcd00;
  font-family: 'Druk Wide', sans-serif;
  color: #222;
}

.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 27px;
  -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: #ffcd00;
  color: #222;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.day-con {
  max-width: 210px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #ffcd00;
}

.day-con.monday {
  border-left-color: transparent;
}

.day-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 94px;
  min-height: 94px;
  padding-left: 25px;
  -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;
  border-bottom: 1px solid #ffcd00;
  font-family: 'Druk Wide', sans-serif;
}

.day {
  color: #ffcd00;
  line-height: 19px;
  font-weight: 700;
  text-transform: capitalize;
}

.date {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 82px;
  min-height: 82px;
  padding-right: 10px;
  -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;
}

.activity-symbol {
  margin-right: 10px;
}

.activity-con {
  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;
}

.class-name {
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.trainer {
  color: #ffcd00;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
}

.brigtness-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33px;
  -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;
}

.cycle-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 120px 32px;
  -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;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  color: #222;
}

.menstrual {
  font-family: 'Druk Wide', sans-serif;
  color: #ffcd00;
  font-size: 20px;
  line-height: 18px;
  font-weight: 700;
}

.cycle-guide-span {
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.cycle-indicator-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.period {
  margin-bottom: 9px;
  font-weight: 600;
}

.period-to-do {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.caffine-kick-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.accomodation-icon {
  margin-bottom: 27px;
  text-align: center;
}

.sleep-sec-2-hd {
  line-height: 27px;
  text-align: center;
}

.accomodation-con {
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.accomodation-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 135px 75px 106px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #222;
  color: #fff;
}

.rooms-pg {
  max-width: 682px;
  margin-top: 61px;
  margin-bottom: 56px;
  text-align: justify;
}

.accomodation-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 445px;
  min-width: 480px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sleep-with-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  font-family: 'Druk Wide', sans-serif;
  font-weight: 500;
}

.sleep-with-us._1 {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sleep-with-us._2 {
  border-bottom: 1px solid #fff;
}

.sleep-with-us._3 {
  border-right: 1px solid #fff;
}

.accomodation-slider {
  height: auto;
  background-color: transparent;
}

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

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

.whats-included {
  padding: 65px 123px 80px 106px;
}

.included-btn-flex {
  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;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.book-today {
  min-width: 314px;
  padding: 17px 113px 14px 92px;
  -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: 5px;
  background-image: url('../images/Join-us-today-primacy.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.book-today:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.local-area {
  min-width: 275px;
  padding: 17px 72px 14px 96px;
  -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: 5px;
  background-image: url('../images/Skew-left-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffcd00;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.local-area:hover {
  background-image: url('../images/Skew-left-dark.svg');
  background-size: contain;
  color: #ffcd00;
}

.included-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 90px;
}

.included-hd-flex {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.included-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
}

.included-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  -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;
}

.room-policy {
  padding: 80px 100px 52px 106px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d9d9d9;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.policy-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -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;
  grid-column-gap: 40px;
}

.policy-con {
  max-width: 259px;
}

.policy-h3 {
  margin-top: 23px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}

.our-room-dark {
  max-height: 684px;
  padding-top: 82px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  color: #fff;
  text-align: center;
}

.sleep-sec-3-hd {
  margin-top: 28px;
  margin-bottom: 64px;
  line-height: 30px;
}

.our-room-vid {
  overflow: hidden;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.nutrition-hero-dark {
  max-height: 940px;
  padding-top: 145px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.nutrition-h1 {
  line-height: 30px;
}

.meal-plan-hd {
  text-align: center;
}

.meal-contain {
  position: relative;
}

.meal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.meal-line {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffcd00;
}

.meal-arrow-placeholder {
  min-width: 100px;
}

.product-slide {
  width: 100%;
  margin-right: 30px;
  background-color: transparent;
}

.product-mask {
  overflow: visible;
  width: 360px;
  max-width: 360px;
  padding: 5px 2px;
}

.product-slider {
  position: static;
  height: auto;
  background-color: transparent;
}

.product-slide-content {
  position: relative;
  max-width: 360px;
  padding-bottom: 34px;
  border-radius: 10px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.product-img {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.product-left-arrow {
  position: absolute;
  left: auto;
  top: 17px;
  right: 60px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.product-left-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.product-right-arrow {
  position: absolute;
  left: auto;
  top: 17px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.product-right-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

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

.product-bottom {
  padding-top: 23px;
  padding-right: 20px;
  padding-left: 20px;
}

.product-hd {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
}

.product-short-text {
  max-width: 262px;
  margin-right: auto;
  margin-left: auto;
  color: #77777a;
  font-size: 14px;
  line-height: 16px;
}

.health-guide-icon {
  margin-bottom: 28px;
  text-align: center;
}

.nutrition-sec-5-hd {
  margin-bottom: 55px;
  line-height: 30px;
  text-align: center;
}

.nutrition-sec-5-dark {
  max-height: 1924px;
  padding-top: 67px;
  padding-bottom: 67px;
  border-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.nutrition-sec-5-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1354px;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.nutrition-sec-5-flex {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.nutrition-sec-5-sub-hd {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.health-list {
  max-width: 630px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.health-list-item {
  margin-bottom: 20px;
  padding-left: 20px;
}

.energy-bal-pg {
  max-width: 537px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 19px;
}

.energy-bal-pg.daily {
  margin-top: 28px;
}

.energy-right {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.light-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

.meal-vid {
  overflow: hidden;
  max-width: 1281px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.faq-icon {
  margin-bottom: 32px;
  text-align: center;
}

.faq-hd {
  margin-bottom: 102px;
  font-weight: 500;
  text-align: center;
}

.faq-con {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 10px;
}

.faq-box {
  padding-right: 70px;
  padding-bottom: 30px;
  padding-left: 42px;
  border-bottom: 1px solid #000;
}

.faq-box.last {
  border-bottom: 0px none transparent;
}

.faq-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 8px;
  -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;
}

.faq-main-hd {
  padding-right: 70px;
  font-family: 'Avenir Next LT Pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 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;
}

.arrow-closed {
  display: block;
}

.arrow-opened {
  display: none;
}

.faq-answer {
  margin-top: 26px;
  padding-right: 120px;
  line-height: 19px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.visit-the-cafe-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 95px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
}

.visit-cafe-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  min-height: 450px;
  -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;
  background-image: url('../images/Visit-img.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.visit-icon {
  margin-bottom: 31px;
}

.deliver-within {
  margin-top: 14px;
  margin-bottom: 53px;
  font-family: 'Druk Wide', sans-serif;
  color: #ffcd00;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.protein-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #ffcd00;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.product-description {
  max-width: 700px;
  font-size: 20px;
  line-height: 24px;
}

.product-details {
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-name {
  margin-top: 24px;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.allergens {
  margin-top: 24px;
  margin-bottom: 30px;
}

.allergens-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin-bottom: 50px;
  -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;
  grid-column-gap: 36px;
  grid-row-gap: 20px;
}

.allergens-box {
  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;
  grid-column-gap: 14px;
}

.text-block {
  line-height: 19px;
}

.fbt-con {
  padding: 55px 5px 83px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
}

.ftb-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1533px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 40px;
}

.ftb-left {
  max-width: 583px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ftb-right {
  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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.ftb-icon {
  margin-bottom: 23px;
}

.ftb-text {
  max-width: 476px;
  margin-top: 27px;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: 500;
}

.meal-plan-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.meal-plan-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.all-meal-icon {
  margin-bottom: 27px;
}

.all-meal-hd {
  line-height: 30px;
}

.all-meal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -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;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.meal-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 493px;
  min-height: 375px;
  min-width: 463px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-radius: 10px;
  background-color: #222;
  color: #fff;
}

.step-hd {
  font-size: 40px;
  line-height: 54px;
}

.step-text {
  margin-top: 3px;
  font-family: 'Druk Wide', sans-serif;
  color: #ffcd00;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.perform-train-img-con {
  position: relative;
  overflow: hidden;
  height: 400px;
  min-width: 650px;
  border-radius: 22px;
}

.perfom-train-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.perfom-train-img._2 {
  z-index: 3;
}

.perfom-train-img._3 {
  z-index: 2;
}

.perfom-train-img._4 {
  z-index: 1;
}

.perfom-train-img._1 {
  z-index: 4;
}

.find-us-nut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 78px 32px 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 10px;
  background-color: #fff;
}

.gold-sec-2-flex {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.gold-sec-2-box {
  max-width: 365px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.gold-sec-2-box.gold-border {
  border-style: solid;
  border-width: 2px;
  border-color: #efb31e;
}

.gold-sec-2-box.silver-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #cbcbcb;
}

.gold-sec-2-box.bronze-border {
  border-style: solid;
  border-width: 2px;
  border-color: #ff9373;
}

.gold-sec-2-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 21px;
  -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;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222;
  color: #fff;
}

.gold-sec-2-hd {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.gold-sec-2-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 26px 26px 26px 30px;
  -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;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.gold-sec-2-price {
  font-family: 'Druk Wide', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.gold-sec-2-tax {
  color: #77777a;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}

.gold-sec-2-bottom {
  position: relative;
  height: auto;
  min-height: 60px;
  padding: 20px 30px 30px;
  border-top: 2px dashed #000;
}

.gold-sec-2-bottom-hd {
  margin-bottom: 25px;
  font-family: 'Druk Wide', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.gold-sec-2-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.gold-member-icon {
  margin-bottom: 65px;
}

.gold-membership-hd {
  line-height: 26px;
}

.gold-sec-3-big-box {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.gold-sec-3-dark {
  padding-top: 57px;
  padding-bottom: 57px;
  background-color: #222;
  color: #fff;
  text-transform: capitalize;
}

.gold-sec-3-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1370px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gold-sec-3-flex.hide {
  display: none;
}

.gold-sec-3-flex-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 12px;
  line-height: 14px;
}

.gold-sec-3-check {
  max-width: 15px;
  min-width: 15px;
}

.gets-you-width {
  max-width: 350px;
  text-align: left;
}

.cart-con {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.cart-top {
  padding: 43px 20px;
  background-color: #222;
  color: #fff;
}

.cart-top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 40px;
}

.cart-hd {
  font-size: 24px;
  line-height: 38px;
}

._3x-item {
  font-size: 24px;
  line-height: 38px;
  text-transform: uppercase;
}

.cart-middle {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.cart-middle-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 20px;
  padding-left: 220px;
  -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;
  grid-column-gap: 40px;
  border-bottom: 1px solid #ffcd00;
  color: #77777a;
  line-height: 19px;
  text-transform: uppercase;
}

.product-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.product-cart-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  -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;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.product-cart-img {
  overflow: hidden;
  height: 125px;
  max-width: 196px;
  min-width: 196px;
  border-radius: 10px;
}

.product-cart-img-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.product-name-cart {
  margin-bottom: 9px;
  line-height: 19px;
  font-weight: 600;
}

.view-details {
  color: #ffcd00;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.profile-hero-flex {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.profile-box {
  overflow: hidden;
  max-width: 450px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.profile-box.settings {
  max-width: 600px;
}

.profile-box-dark {
  padding: 49px 30px 44px 60px;
  background-color: #222;
  color: #fff;
}

.profile-hd {
  text-transform: uppercase;
}

.profile-hd.center {
  text-align: center;
}

.profile-bottom {
  padding-right: 20px;
  padding-left: 20px;
}

.profile-bottom.padded-top {
  padding-top: 30px;
}

.profile-name-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  margin-bottom: 32px;
  padding-right: 10px;
  padding-left: 20px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.profile-name-flex.gold-member {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.profile-name-hd {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.profile-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 34px;
  padding: 17px 25px 11px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #f1f2f2;
}

.profile-input.pay-method {
  border-bottom: 1px solid #222;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-input.next-pay {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.profile-input.add-payment-method {
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.profile-input.login {
  padding-bottom: 17px;
}

.profile-input.signup {
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.profile-input-left {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.profile-input-mail {
  font-weight: 600;
}

.profile-input-mail.transparent {
  margin-bottom: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: transparent;
  line-height: 22px;
  text-align: right;
}

.profile-vertical-input {
  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: 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;
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.newsletter-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.radio-input {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  border-radius: 4px;
}

.details-hero-con {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.details-top-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px 35px;
  -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: #222;
  color: #fff;
}

.next-step-flex {
  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;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.next-step-btn {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 109px 16px 119px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.details-top-left {
  max-width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.capitalize {
  text-transform: uppercase;
}

.details-cancel-con {
  cursor: pointer;
}

.details-bottom-width {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.details-pg {
  margin-top: 21px;
  margin-bottom: 52px;
  font-weight: 500;
}

.details-input-con {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 50px;
  grid-row-gap: 27px;
}

.details-form-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 425px;
  min-width: 425px;
  padding: 19px 25px 11px 15px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: #f1f2f2;
}

.details-form-left {
  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;
  grid-column-gap: 15px;
}

.details-text-field {
  max-width: 185px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #000;
  background-color: transparent;
  color: #000;
  font-weight: 600;
}

.details-text-field::-webkit-input-placeholder {
  color: #222;
}

.details-text-field:-ms-input-placeholder {
  color: #222;
}

.details-text-field::-ms-input-placeholder {
  color: #222;
}

.details-text-field::placeholder {
  color: #222;
}

.get-to-know {
  margin-top: 27px;
  padding: 21px 20px 25px 14px;
  border-radius: 10px;
  background-color: #f1f2f2;
}

.get-to-know-top {
  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;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.get-to-know-radio {
  padding-left: 50px;
  text-align: left;
}

.get-to-know-radio-btn {
  width: 15px;
  height: 15px;
}

.get-to-know-radio-text {
  margin-left: 5px;
  color: #77777a;
  font-weight: 500;
}

.get-to-know-radio-text:focus {
  color: #222;
  font-weight: 600;
}

.get-to-know-vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.next-step-btn {
  background-color: transparent;
  opacity: 0;
}

.next-step-btn.submit {
  position: absolute;
  left: auto;
  top: 20px;
  right: 110px;
  bottom: auto;
  z-index: 3;
  opacity: 1;
}

.details-bottom {
  overflow: scroll;
  max-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 58px;
  text-align: center;
}

.home-sec-2-right-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.insta-slider {
  position: static;
  height: auto;
  background-color: transparent;
}

.insta-left-arrow {
  position: absolute;
  left: auto;
  top: 15px;
  right: 60px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.insta-left-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

.insta-right-arrow {
  position: absolute;
  left: auto;
  top: 15px;
  right: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  -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: 100%;
  background-color: #ffcd00;
  color: #fff;
  font-size: 16px;
}

.insta-right-arrow.inactive {
  background-color: rgba(34, 34, 34, 0.25);
}

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

.meal-plan-modal {
  width: 100vw;
  height: 50px;
  background-color: #000;
}

.leave-review-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 18px 67px 18px 86px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-transform: uppercase;
}

.home-hero-right {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}

.coach-btn-con {
  position: relative;
  display: inline-block;
  -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;
}

.coach-btn-arrow {
  position: absolute;
  left: auto;
  top: 12px;
  right: 40px;
  bottom: auto;
  z-index: -1;
}

.coach-img-main {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.see-all-btn-con {
  position: relative;
  max-width: 314px;
  margin-right: auto;
  margin-left: auto;
}

.see-all-btn-con.hidden {
  display: none;
}

.see-all-arrow {
  position: absolute;
  left: auto;
  top: 18px;
  right: 30px;
  bottom: auto;
  z-index: -1;
}

.stay-surprised-img-main {
  width: 100%;
  height: 100%;
}

.perform-learn-more {
  min-width: 275px;
  padding: 17px 72px 14px 96px;
  -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: 5px;
  background-image: url('../images/Learn-more-white.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ffcd00;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.perform-learn-more:hover {
  background-image: url('../images/Contact-yellow-skew.svg'), url('../images/Skew-left-white.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, auto;
  background-repeat: no-repeat, no-repeat;
  color: #222;
}

.day-pass-yellow {
  display: none;
}

.bf-time-flex {
  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;
  grid-column-gap: 10px;
}

.bf-pop-hd {
  line-height: 27px;
  font-weight: 700;
}

.bf-pop-pg {
  font-size: 14px;
}

.body-factory-img-con {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.caffine-vertical-flex {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.body-factory-box-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 483px;
  max-width: 493px;
  min-height: 483px;
  min-width: 460px;
  padding: 45px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  text-align: left;
}

.recovery-facilities-hd {
  font-size: 24px;
  line-height: 28px;
}

.recovery-facilities-text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
}

.coaches-trainers-contain {
  max-width: 361px;
  padding-bottom: 29px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
  color: #222;
  text-align: left;
}

.add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 314px;
  min-width: 314px;
  padding: 20px 79px 16px 88px;
  -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;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 5px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.add-to-cart:hover {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #ffcd00;
}

.add-to-cart-main-icon-yellow {
  display: none;
}

.membership-strech {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.plan-box-see-more {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: scroll;
  height: 100vh;
  padding: 20px 20px 40px;
  -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: #fff;
}

.see-more-expand {
  position: relative;
  display: block;
  max-width: 860px;
  margin-top: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.see-more-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 35px;
  -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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222;
  color: #fff;
}

.see-more-top-hd-flex {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}

.see-more-linear {
  max-width: 30px;
  min-width: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/See-more-gold.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.see-more-hd-sub-text {
  margin-top: 20px;
}

.see-more-top-texts {
  max-width: 537px;
  padding-top: 36px;
  padding-bottom: 33px;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
}

.see-more-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -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;
  cursor: pointer;
}

.see-more-bottom {
  padding: 45px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.see-more-collection-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 668px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.see-more-check-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  min-width: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-size: 14px;
  line-height: 16px;
}

.see-more-check-icon {
  min-width: 24px;
}

.see-more-flex {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.see-more-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
}

.see-more-icon {
  min-width: 24px;
}

.see-more-text {
  font-size: 14px;
  line-height: 16px;
}

.see-more-get-started {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -30px;
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 100px 16px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.see-more-get-started:hover {
  background-image: url('../images/Skew-dark.svg');
  color: #ffcd00;
}

.social-yellow {
  display: none;
}

.insta-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  -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;
  border-radius: 10px;
  background-color: rgba(255, 205, 0, 0.6);
}

.insta-hover-img-2 {
  display: none;
}

.product-slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.meal-bottom {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 30px;
  -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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d9d9d9;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  color: #77777a;
  font-size: 14px;
  line-height: 18px;
}

.calories-hd {
  font-weight: 600;
}

.product-add-to-cart {
  position: absolute;
  left: 22px;
  top: auto;
  right: 0px;
  bottom: -110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 314px;
  min-width: 314px;
  padding: 20px 79px 16px 88px;
  -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;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 5px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.product-add-to-cart:hover {
  background-image: url('../images/Skew-dark.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.product-add-to-cart.bf {
  left: 12px;
  bottom: -40px;
}

.most-popular {
  position: absolute;
  left: 160px;
  top: 320px;
  right: auto;
  bottom: auto;
  max-width: 180px;
}

.most-popular.bronze {
  top: 379px;
}

.most-popular.gold {
  top: 404px;
}

.best-value {
  position: absolute;
  left: auto;
  top: 330px;
  right: 9%;
  bottom: auto;
  max-width: 180px;
}

.caffine-kick-mobile {
  display: none;
}

.login-hero-flex {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.login-btn {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 210px 14px 50px;
  -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: 5px;
  background-color: transparent;
  background-image: url('../images/Join-us-today-primacy.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.login-btn:hover {
  background-image: url('../images/Join-us-today-secondary.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #ffcd00;
}

.nav-select-con {
  position: relative;
}

.nav-select {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: auto;
  z-index: 2;
  display: none;
  padding-top: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
}

.select-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  color: #ffcd00;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.select-link:hover {
  color: #fff;
  font-weight: 600;
}

.gallery-trainer-hero-dark-con {
  max-height: 940px;
  padding-top: 132px;
  padding-bottom: 97px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #222;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.gellery-con-flex {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-img-con {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-img-con.column-1-large {
  width: 1013px;
}

.gallery-img-con.top-large {
  max-height: 500px;
}

.gallery-img-con.fixed-height {
  height: 500px;
}

.gallery-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-column-2 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-column-3 {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-column-4 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.gallery-absolute {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 229px;
  padding-right: 62px;
  padding-left: 62px;
  float: none;
  -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;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ffcd00;
  text-align: center;
}

.gallery-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 108px;
  -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-family: 'Druk Wide', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.gallery-name {
  font-family: 'Druk Wide', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.nav-cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -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: 100%;
  background-color: #fff;
  cursor: pointer;
}

.cart-num-box {
  position: absolute;
  left: auto;
  top: -2px;
  right: -2px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  -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: 100%;
  background-color: #fff;
}

.cart-num {
  font-size: 12px;
  line-height: 0px;
}

.cart-contain {
  position: relative;
}

.cart-details-contain {
  position: absolute;
  left: auto;
  top: 60px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 360px;
  padding-top: 20px;
  padding-right: 2px;
  padding-left: 2px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.cart-hd-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

.your-cart-hd {
  font-family: 'Druk Wide', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.close-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
  cursor: pointer;
}

.cart-product-con {
  padding: 27px 24px 6px 27px;
}

.cart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cart-product-img-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 145px;
  height: 93px;
  -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: 5px;
}

.cart-product-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cart-product-details {
  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: 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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cart-product-name {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.cart-product-brief {
  margin-top: 16px;
  font-size: 12px;
  line-height: 14px;
}

.cart-product-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 26px 50px 27px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #222;
}

.cart-product-price {
  color: #77777a;
  font-size: 14px;
  line-height: 16px;
}

.cart-item-flex {
  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;
  grid-column-gap: 4px;
  text-transform: uppercase;
}

.cart-item-num {
  font-weight: 700;
  text-transform: uppercase;
}

.cart-total-flex {
  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;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.cart-total {
  font-weight: 700;
  text-transform: uppercase;
}

.cart-total-price {
  color: #ffcd00;
  font-weight: 600;
}

.proceed-cart-checkout {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -25px;
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 53px 16px 63px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.proceed-cart-checkout:hover {
  background-image: url('../images/Skew-dark.svg');
  color: #ffcd00;
}

.cart-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 675px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cart-price-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.qty-hd-con {
  padding-right: 82px;
}

.product-cart-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 675px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.product-price-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.item-name-hd {
  min-width: 120px;
}

.product-qty-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 26px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  background-color: #ffcd00;
  line-height: 19px;
  font-weight: 600;
}

.remove {
  cursor: pointer;
}

.add {
  cursor: pointer;
}

.cart-bottom {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #000;
  color: #fff;
}

.cart-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cart-bottom-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.sub-total-con {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.cart-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 690px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.proceed-cart-checkout-main {
  z-index: 1;
  display: block;
  max-width: 314px;
  margin-left: auto;
  padding: 20px 53px 16px 63px;
  background-image: url('../images/Skew-yellow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #000;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.proceed-cart-checkout-main:hover {
  background-image: url('../images/Skew-dark.svg');
  color: #ffcd00;
}

.silver {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.silver-sec-2-icon {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.bronze-sec-2-icon {
  -webkit-filter: hue-rotate(320deg);
  filter: hue-rotate(320deg);
}

.arrow-down-nav {
  margin-top: -8px;
}

.folicular {
  width: 16px;
  height: 16px;
  background-image: url('../images/Nightlight-down-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.folicular.big {
  width: 32px;
  height: 32px;
}

.ovulation {
  width: 16px;
  height: 16px;
  background-image: url('../images/Brightness-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ovulation.big {
  width: 32px;
  height: 32px;
}

.menstruation {
  width: 16px;
  height: 16px;
  background-image: url('../images/Brightness-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menstruation.big {
  width: 32px;
  height: 32px;
}

.luteal {
  width: 16px;
  height: 16px;
  background-image: url('../images/Brightness-down-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.luteal.big {
  width: 32px;
  height: 32px;
}

.duration {
  color: #ffcd00;
  font-size: 12px;
  line-height: 19px;
  text-transform: capitalize;
}

.order-middle-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  -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;
  grid-column-gap: 40px;
  border-bottom: 1px solid #ffcd00;
  color: #77777a;
  line-height: 19px;
  text-transform: uppercase;
}

.order-pay-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 372px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.order-qty-con {
  max-width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  text-align: right;
}

.order-pro-sta {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  color: #e17d47;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.order-acc-del {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 10px;
  color: #34a853;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.order-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #d9d9d9;
}

.order-middle {
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.cafe-pop-up {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  overflow: scroll;
  padding: 40px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #dcdcdc;
}

.cafe-pop-up-flex {
  z-index: 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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.details-radio-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 185px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 5px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: transparent;
  color: #000;
  font-weight: 600;
}

.details-radio-flex::-webkit-input-placeholder {
  color: #222;
}

.details-radio-flex:-ms-input-placeholder {
  color: #222;
}

.details-radio-flex::-ms-input-placeholder {
  color: #222;
}

.details-radio-flex::placeholder {
  color: #222;
}

.radio-flid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.details-radio-btn {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffcd00;
  background-color: #ffcd00;
  color: #ffcd00;
}

.statuscode {
  color: #c00;
}

.statuscode.info {
  display: none;
}

.status-container {
  height: 21px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
  }

  .body-wrap {
    overflow: hidden;
  }

  .container-large.home-sec-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contain.hide {
    display: none;
  }

  .section.home-hero {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section.home-sec-2 {
    max-height: none;
    padding-top: 80px;
  }

  .section.home-sec-4 {
    padding-bottom: 100px;
  }

  .section.home-sec-6 {
    padding-top: 0px;
    padding-bottom: 56px;
  }

  .section.home-sec-7 {
    padding-bottom: 50px;
  }

  .section.home-sec-8 {
    padding-top: 50px;
  }

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

  .section.perform-sec-3 {
    padding-bottom: 146px;
  }

  .section.perform-sec-4 {
    padding-top: 0px;
  }

  .section.perform-sec-7 {
    padding-bottom: 180px;
  }

  .section.contact-us-hero {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.contact-sec-2 {
    padding-bottom: 0px;
  }

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

  .section.all-trainers-hero {
    padding-top: 0px;
    padding-bottom: 2170px;
  }

  .section.trainer-post-hero {
    padding-bottom: 730px;
  }

  .section.sleep-hero {
    padding-top: 0px;
    padding-bottom: 290px;
  }

  .section.cafe-hero {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .section.sleep-sec-3 {
    padding-bottom: 170px;
  }

  .section.nutrition-hero {
    padding-top: 0px;
    padding-bottom: 290px;
  }

  .section.nutrition-sec-2 {
    padding-bottom: 50px;
  }

  .section.nutrition-sec-5 {
    padding-bottom: 290px;
  }

  .section.nutrition-sec-6 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

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

  .section.meal-plan-hero {
    padding-bottom: 60px;
  }

  .section.meal-plan-sec-2 {
    text-align: center;
  }

  .section.gym-members-hero {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.perform-hero {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.gold-sec-2 {
    max-height: none;
    padding-top: 100px;
  }

  .section.gallery-hero {
    padding-bottom: 40px;
  }

  .section.day-pass-sec-2 {
    max-height: none;
    padding-top: 100px;
  }

  .hero-dark-con {
    padding-top: 360px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
  }

  .hero-dark-con.cafe {
    padding-top: 240px;
  }

  .hero-dark-con.contact-us {
    padding-top: 180px;
  }

  .hero-dark-con.perform {
    padding-top: 260px;
  }

  .hero-dark-con.gold-hero {
    max-height: none;
  }

  .hero-dark-con.home {
    max-height: none;
  }

  .home-hero-flex {
    -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;
  }

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

  .home-sec-2-left {
    padding-top: 0px;
  }

  .home-sec-2-right {
    display: none;
  }

  .home-sec-2-right.mobile {
    display: block;
    max-width: 650px;
    margin-bottom: 40px;
  }

  .join-now.bf-pop-up {
    background-image: url('../images/Skew-dark.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    color: #ffcd00;
  }

  .join-now.bf-pop-up.mobile {
    background-image: url('../images/Skew-yellow-stroke.svg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .what-we-do-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;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .home-sec-4-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .coaches-slider-con {
    margin-bottom: 40px;
  }

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

  .insta-line {
    width: 80%;
    min-height: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .stay-surprised-con {
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stay-surprised-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .we-are-here-map {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

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

  .hero-slider-con {
    max-height: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slider-con.perfom-con {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._48-57 {
    font-size: 40px;
    line-height: 50px;
  }

  .perform-sec-2-dark {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .perform-sec-2-light {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .we-have-a-plan-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;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .what-make-us-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .what-we-are-box {
    width: 49.3%;
    text-align: center;
  }

  .what-make-us-box-hd {
    margin-right: auto;
    margin-left: auto;
  }

  .have-to-say-slide-con {
    padding-bottom: 60px;
  }

  .have-to-say-left-arrow {
    left: 42%;
    top: auto;
    right: auto;
    bottom: -40px;
  }

  .have-to-say-right-arrow {
    left: auto;
    top: auto;
    right: 42%;
    bottom: -40px;
  }

  .body-factory-flex {
    grid-column-gap: 20px;
    grid-row-gap: 65px;
  }

  .body-factory-box {
    max-width: 48%;
    min-width: 49%;
  }

  .body-factory-box-hd {
    display: none;
  }

  .body-factory-pop-up {
    background-color: #fff;
  }

  .cafe-hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cafe-hero-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cafe-hero-sub-text {
    margin-left: 0px;
  }

  .caffine-kick-slider-con {
    display: none;
  }

  .caffine-kick-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .caffine-kick-pg._2 {
    margin-top: 0px;
  }

  .contact-con {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .contact-form-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-flex-box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .recover-sec-2-con {
    padding-right: 20px;
    padding-left: 20px;
  }

  .recover-sec-2-dark {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .facilities-transparent {
    max-height: 710px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .facilities-dark {
    min-height: 2530px;
    border-radius: 0px;
  }

  .all-trainer-hero-dark-con {
    max-height: 510px;
    padding-bottom: 100px;
    border-radius: 0px;
  }

  .all-trainers-con {
    margin-top: 180px;
  }

  .all-trainers-collection-list {
    -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;
  }

  .all-trainers-collection-item {
    margin-bottom: 0px;
  }

  .trainers-post-hero-dark {
    max-height: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .trainers-post-hero-dark.team-member {
    max-height: 1500px;
  }

  .trainers-post-hero-con {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .trainers-post-img {
    display: none;
  }

  .trainers-post-img.mobile {
    display: block;
    margin-bottom: 20px;
  }

  .trainers-bottom-img-flex {
    -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;
  }

  .trainers-sub-img {
    min-width: 40%;
  }

  .gym-membership-sec-2-hd-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-details-pg {
    margin-top: 40px;
  }

  .event-schedule-flex {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sleep-hero-dark {
    padding-top: 100px;
    border-radius: 0px;
  }

  .sleep-hero-flex {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sleep-gallery-right-flex {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sleep-gallery-right-flex.hide {
    display: none;
  }

  .caffine-kick-content-bottom {
    -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;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .day-pass-desktop {
    display: none;
  }

  .sleep-large-img {
    display: none;
  }

  .sleep-mobile-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sleep-mobile {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .accomodation-room {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .whats-included {
    padding-right: 20px;
    padding-left: 20px;
  }

  .included-btn-flex {
    display: none;
  }

  .included-con {
    width: 47%;
  }

  .policy-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .policy-con {
    max-width: 250px;
    min-width: 250px;
  }

  .nutrition-hero-dark {
    border-radius: 0px;
  }

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

  .meal-line {
    width: 80%;
    min-height: 3px;
    margin-right: auto;
    margin-left: auto;
  }

  .nutrition-sec-5-dark {
    max-height: 2730px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nutrition-sec-5-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-box {
    padding-right: 40px;
    padding-left: 40px;
  }

  .visit-the-cafe-flex {
    padding-top: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .visit-cafe-right {
    min-width: 100%;
  }

  .fbt-con {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ftb-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 40px;
  }

  .ftb-left {
    margin-right: auto;
    margin-left: auto;
  }

  .ftb-right {
    margin-right: auto;
    margin-left: auto;
  }

  .ftb-text {
    margin-right: auto;
    margin-left: auto;
  }

  .meal-step {
    max-width: 47%;
    min-width: 47%;
  }

  .gold-sec-2-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;
  }

  .gold-sec-3-flex {
    grid-column-gap: 20px;
  }

  .gold-sec-3-flex-con {
    grid-column-gap: 10px;
  }

  .insta-left-arrow {
    display: none;
    width: 0px;
    height: 0px;
  }

  .insta-right-arrow {
    display: none;
    width: 0px;
    height: 0px;
    opacity: 0;
  }

  .leave-review-btn {
    right: -80px;
    bottom: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bf-time-img {
    display: none;
  }

  .bf-time-img.dark {
    display: inline-block;
  }

  .bf-min {
    color: #222;
  }

  .bf-pop-pg {
    color: #222;
  }

  .caffine-vertical-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .caffine-vertical-flex._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .caffine-vertical-flex.hide-mobile {
    display: none;
  }

  .body-factory-box-text {
    max-width: 48%;
    min-width: 49%;
  }

  .caffine-kick-mobile {
    display: block;
    margin-top: 70px;
  }

  .gallery-trainer-hero-dark-con {
    max-height: 510px;
    padding-bottom: 100px;
    border-radius: 0px;
  }

  .gallery-column-1 {
    min-width: 45%;
  }

  .gallery-img-con.column-1-large {
    width: 100vw;
  }

  .gallery-img-con.fixed-height {
    height: 379px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gallery-img-con.gallery-mobile-hide {
    display: none;
  }

  .gallery-column-2 {
    min-width: 45%;
  }

  .gallery-column-4.mobile-column-hide {
    display: none;
  }
}

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

  h3 {
    font-size: 16px;
    line-height: 19px;
  }

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

  .section.home-sec-2 {
    padding-bottom: 50px;
    text-align: center;
  }

  .section.home-sec-3 {
    padding-top: 50px;
  }

  .section.home-sec-4 {
    padding-bottom: 50px;
  }

  .section.perform-sec-2 {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  .section.trainer-post-hero {
    padding-bottom: 670px;
  }

  .section.sleep-hero {
    padding-bottom: 301px;
  }

  .section.sleep-sec-2 {
    padding-top: 20px;
    text-align: center;
  }

  .section.sleep-sec-3 {
    padding-bottom: 180px;
  }

  .section.nutrition-hero {
    padding-bottom: 100px;
    text-align: center;
  }

  .section.nutrition-sec-5 {
    padding-bottom: 240px;
  }

  .section.meal-plan-hero {
    padding-bottom: 40px;
  }

  .section.meal-plan-sec-2 {
    padding-top: 30px;
  }

  .section.perform-hero {
    padding-top: 0px;
  }

  .hero-dark-con {
    padding-top: 340px;
  }

  .hero-dark-con.cafe {
    padding-bottom: 40px;
  }

  .hero-dark-con.contact-us {
    padding-top: 250px;
  }

  .hero-dark-con.perform {
    padding: 60px 0px 1px;
    text-align: center;
  }

  .hero-dark-con.recover {
    box-shadow: 0 0 6px 0 #000;
  }

  .street-yellow._36-43 {
    font-size: 14px;
    line-height: 16px;
  }

  .leave-review-flex {
    max-width: 320px;
    padding-top: 21px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .leave-review-flex.sleep {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
    text-align: center;
  }

  .our-clan-hd {
    font-size: 16px;
    line-height: 19px;
  }

  .star-con {
    padding-left: 36px;
  }

  .star-con.perform {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .container.sleep-con-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.sleep-con-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.gold-sec-3-con {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-sec-2-left {
    margin-right: auto;
    margin-left: auto;
  }

  .home-sec-2-right.mobile {
    margin-right: auto;
    margin-left: auto;
  }

  .home-sec-2-hd {
    margin-right: auto;
    margin-left: auto;
  }

  ._24-28 {
    font-size: 20px;
    line-height: 24px;
  }

  .home-sec-2-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .learn-more.mobile-hide {
    display: none;
  }

  .home-sec-4-bg {
    padding-top: 80px;
  }

  .save-the-date-icon {
    margin-bottom: 20px;
  }

  .insta-post {
    min-width: 48%;
  }

  .stay-surp-form-block {
    width: auto;
  }

  .we-are-here-map {
    height: 330px;
  }

  .footer-left {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-right {
    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;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }

  .to-top-arrow {
    margin-top: 60px;
  }

  .hero-slider-con {
    max-height: 130px;
  }

  .hero-slider-con.perfom-con {
    height: 240px;
    max-height: 240px;
  }

  .hero-slide-content {
    overflow: hidden;
    height: 374px;
    border-radius: 10px;
  }

  ._48-57 {
    font-size: 30px;
    line-height: 40px;
  }

  .perform-hero-left {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .perform-sec-2-btn-con {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .perform-sec-2-bottom {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .gym-equipment-logo-con {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .what-we-are-box {
    width: 100%;
  }

  .body-factory-box {
    max-width: 100%;
    min-width: 100%;
  }

  .perform-sec-7-dark-con {
    max-height: 1680px;
  }

  .schedule-con {
    margin-bottom: 50px;
  }

  .contact-text-field.message {
    min-height: 140px;
  }

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

  .contact-social {
    max-width: 260px;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recover-h1 {
    font-size: 14px;
    line-height: 16px;
  }

  .recover-sec-2-con {
    border-radius: 0px;
  }

  .words-of-wisdom-hd {
    font-size: 20px;
    line-height: 24px;
  }

  .facilities-transparent {
    max-height: 1300px;
  }

  .facilities-dark {
    min-height: 1860px;
  }

  .all-trainer-hero-dark-con {
    max-height: 410px;
    padding-top: 100px;
  }

  .all-trainers-h1 {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 17px;
  }

  .all-trainers-con {
    margin-top: 160px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .trainers-post-hero-dark {
    padding-top: 30px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .trainers-post-hero-con {
    padding-bottom: 54px;
  }

  .trainers-name-filed.team-center {
    margin-top: 54px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .trainers-post-field.team-center {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .trainers-post-icons-flex.team-center {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gym-membership-hero-h1 {
    font-size: 24px;
    line-height: 20px;
  }

  .event-details-pg {
    font-size: 16px;
    line-height: 20px;
  }

  .sleep-hero-dark {
    max-height: 700px;
  }

  .sleep-hero-flex {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 80px;
  }

  .sleep-hero-h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }

  .book-today-btn.sleep-hero {
    margin-right: auto;
    margin-left: auto;
  }

  .sleep-gallery.nut {
    margin-top: 40px;
  }

  .google-icon {
    max-width: 30px;
  }

  .sleep-mobile-con {
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
  }

  .sleep-mobile-con.nut {
    height: 323px;
  }

  .sleep-mobile {
    height: 100%;
  }

  .accomodation-con {
    border-radius: 0px;
  }

  .accomodation-room {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .accomodation-top-right {
    min-width: auto;
    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;
  }

  .sleep-with-us {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sleep-with-us._1 {
    border-right-style: none;
  }

  .sleep-with-us._3 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .accomodation-slide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .whats-included {
    padding-top: 40px;
  }

  .included-flex {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .included-hd-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .included-con {
    width: 45%;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }

  .included-icon {
    width: 50px;
  }

  .room-policy {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .policy-con {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .our-room-dark {
    max-height: 420px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .our-room-vid {
    overflow: hidden;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .nutrition-hero-dark {
    max-height: 750px;
    padding-top: 90px;
  }

  .nutrition-h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .product-hd {
    color: #ffcd00;
  }

  .nutrition-sec-5-dark {
    max-height: 2430px;
    border-radius: 0px;
  }

  .nutrition-sec-5-con {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .nutrition-sec-5-flex.flip {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .meal-vid {
    height: 270px;
  }

  .faq-main-hd {
    font-size: 16px;
    line-height: 22px;
  }

  .visit-the-cafe-flex {
    padding-top: 34px;
    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;
    grid-row-gap: 62px;
    text-align: center;
  }

  .visit-cafe-right {
    min-height: 300px;
    min-width: 100%;
  }

  .allergens {
    margin-bottom: 20px;
  }

  .allergens-flex {
    max-width: 500px;
  }

  .fbt-con {
    border-radius: 0px;
    box-shadow: none;
  }

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

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

  .meal-plan-flex {
    margin-bottom: 0px;
    padding-left: 10px;
  }

  .meal-step {
    min-width: 100%;
  }

  .hero-slide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .we-are-here-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .gym-equip-logo {
    max-width: 130px;
  }

  .perform-hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .perform-train-img-con {
    overflow: hidden;
    height: 358px;
    min-width: auto;
    border-radius: 10px;
  }

  .perfom-train-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .cafe-hero-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .cafe-hero-img-con {
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
  }

  .contact-social-icon {
    width: 30px;
    height: 30px;
  }

  .recovery-slide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .membership-type-hd {
    text-align: center;
  }

  .yt-vid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .sleep-hero-left {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .meal-main-vid {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .find-us-nut {
    position: relative;
    top: 150px;
    padding-right: 60px;
    padding-left: 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;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  }

  .gold-member-icon {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gold-membership-hd {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gold-sec-3-big-box {
    border-radius: 0px;
  }

  .gold-sec-3-dark {
    padding-right: 20px;
    padding-left: 20px;
  }

  .gold-sec-3-flex {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .body-factory-box-text {
    max-width: 100%;
    min-width: 100%;
  }

  .insta-hover {
    min-width: 48%;
  }

  .gallery-trainer-hero-dark-con {
    max-height: 410px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section.perform-sec-7 {
    padding-bottom: 40px;
  }

  .section.trainer-post-hero.team {
    padding-bottom: 420px;
  }

  .hero-dark-con {
    padding-top: 340px;
  }

  .street-yellow._48-57 {
    font-size: 26px;
    line-height: 31px;
  }

  .star-con {
    padding-left: 0px;
  }

  .insta-post {
    min-width: 47%;
  }

  .hero-slide {
    margin-right: 15px;
  }

  .hero-slide-content {
    overflow: hidden;
    height: 370px;
    min-height: 370px;
    border-radius: 10px;
  }

  .perform-sec-2-con {
    border-radius: 0px;
  }

  .we-have-a-plan-flex {
    margin-top: 45px;
  }

  .perform-sec-7-dark-con {
    overflow: auto;
  }

  .schedule-con {
    overflow: scroll;
    width: 350%;
  }

  .find-us-con {
    padding-top: 27px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-box {
    width: 46%;
  }

  .contact-social {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-link {
    margin-left: 0px;
  }

  .all-trainers-con {
    margin-top: 130px;
  }

  .trainers-post-hero-dark.team-member {
    max-height: 1290px;
  }

  .trainers-bottom-flex.team {
    margin-top: 25px;
  }

  .trainers-bottom-img-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .trainers-sub-img.team {
    min-height: 169px;
  }

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

  .schedule-box {
    overflow: auto;
    width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .included-flex {
    grid-column-gap: 20px;
  }

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

  .hero-slide-img {
    height: 100%;
  }

  .find-us-nut {
    padding-top: 27px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member-bottom-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .gets-you-width {
    padding-right: 10px;
    padding-left: 10px;
  }

  .leave-review-btn {
    right: -50px;
  }

  .insta-hover {
    min-width: 47%;
  }

  .cart-bottom {
    padding-top: 0px;
  }
}

@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-HeavyIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-DemiIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-MediumIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-UltLt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-UltLtIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-BoldItalic-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-MediumItalic-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-HeavyItalic-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-Bold-Trial.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-Heavy-Trial.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-Super-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/DrukWide-SuperItalic-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}