@charset "UTF-8";
.main-heading {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: var(--dark-grey);
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 0.04em;
}

.main-heading__white {
  color: #FFF;
}

.tertiary-heading {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 24px;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.paragraph__medium {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .main-heading {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .tertiary-heading {
    font-size: 18px;
  }
  .paragraph__medium {
    font-size: 15px;
    line-height: 24px;
  }
}

.jumbotron-main__homepage {
  background-image: url("/img/web/jumbotron/jumbotron_bg_1.jpg");
}

.jumbotron-main__homepage .image {
  width: 90%;
  height: 540px;
  display: block;
  background-image: url("/img/web/homepage/intro_img.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  -webkit-box-shadow: #212020 -10px -10px 0 0;
          box-shadow: #212020 -10px -10px 0 0;
}

.jumbotron-main__homepage .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.jumbotron-main__homepage .right-col p {
  margin-left: 150px;
}

.fully-featured-section .phone-mock {
  width: 272px;
  height: 548px;
  background-color: var(--dark-grey);
  border-radius: 10px;
  margin: 0 auto;
}

.fully-featured-section .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.from-all-angles-section .texts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.from-all-angles-section .angle-photo {
  width: 100%;
  height: 460px;
  background: var(--dark-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.from-all-angles-section .angle-photo .angle-title {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0.1rem;
  display: block;
  color: #fff;
  margin-bottom: 30px;
  z-index: 10;
}

.from-all-angles-section .angle-photo.top-indent {
  margin-top: 60px;
}

.from-all-angles-section .angle-photo__front {
  background-image: url("/img/web/homepage/angle_front.webp");
}

.from-all-angles-section .angle-photo__side {
  background-image: url("/img/web/homepage/angle_side.webp");
}

.from-all-angles-section .angle-photo__back {
  background-image: url("/img/web/homepage/angle_back.webp");
}

.from-all-angles-section .angle-photo::before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(100, 80, 80, 0.35)), to(transparent));
  background: linear-gradient(to top, rgba(100, 80, 80, 0.35) 0%, transparent 100%);
}

.measure-everything-section {
  background: var(--dark-grey);
  background-image: url("/img/web/homepage/measure_img.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  padding-bottom: 50px;
}

.measure-everything-section .main-heading,
.measure-everything-section .paragraph {
  color: #fff;
  text-align: right;
}

.measure-everything-section .left-col {
  position: relative;
}

.measure-everything-section .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.measure-everything-section .phone-screen {
  width: 224px;
  height: 400px;
  background: #ccc;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.measure-everything-section .phone-screen__one {
  margin-bottom: 100px;
  background-image: url("/img/web/homepage/msr_screen_1.webp");
}

.measure-everything-section .phone-screen__two {
  background-image: url("/img/web/homepage/msr_screen_2.webp");
  position: absolute;
  z-index: 10;
  top: 100px;
  left: 100px;
}

.share-your-results-section {
  text-align: center;
}

.share-your-results-section .result-images {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.share-your-results-section .result-images .result-img {
  width: 380px;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.share-your-results-section .result-images .result-img__one {
  z-index: 3;
  background-image: url("/img/web/homepage/shared_1.webp");
}

.share-your-results-section .result-images .result-img__two {
  position: absolute;
  left: 50%;
  margin-left: -180px;
  top: 60px;
  z-index: 2;
  background-image: url("/img/web/homepage/shared_2.webp");
}

.share-your-results-section .result-images .result-img__three {
  z-index: 1;
  margin-top: 30px;
  background-image: url("/img/web/homepage/shared_3.webp");
}

.testimonials {
  padding: 80px 0;
  background-image: url("/img/web/homepage/testimonials_img.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .main-heading,
.testimonials .rating {
  color: #fff;
}

.testimonials .rating {
  width: 60%;
  margin-top: 60px;
}

.testimonials .rating .paragraph {
  margin: 10px 0;
  display: block;
}

.testimonials .rating .stars {
  color: var(--star-yellow);
  font-size: 20px;
  letter-spacing: 4px;
}

.testimonials .rating .name {
  font-size: 30px;
}

.blog-section {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 160px;
}

.blog-section .main-heading {
  margin-bottom: 80px;
}

.blog-section .blog-post {
  display: block;
  text-decoration: none;
}

.blog-section .blog-post .image {
  height: 200px;
  width: 100%;
  background: var(--dark-grey);
  overflow: hidden;
  background-size: cover;
}

.blog-section .blog-post .title {
  text-align: left;
  min-height: 90px;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: #fff;
  padding: 15px;
  display: block;
  color: var(--dark-grey);
  text-decoration: none;
}

.blog-section .blog-post:hover {
  text-decoration: underline;
  color: var(--dark-grey);
}

.blog-section .btn {
  margin-top: 60px;
}

.premium-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("/img/web/jumbotron/jumbotron_bg_1.jpg");
}

.premium-section .main-heading,
.premium-section ul li {
  color: #fff;
}

.premium-section .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.premium-section .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.connect-with-trainer-section {
  text-align: left;
}

.connect-with-trainer-section .btn {
  margin-top: 30px;
}

.connect-with-trainer-section .trainer-image {
  height: 650px;
  width: 100%;
  background-image: url("/img/web/homepage/trainer_img.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.connect-with-trainer-section .vertical-centered {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.download-app-section {
  text-align: center;
}

.download-app-section .download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .jumbotron-main__homepage .right-col p {
    margin-left: 0;
  }
  .jumbotron-main__homepage .image {
    width: 100%;
    height: 480px;
  }
  .from-all-angles-section .angle-photo {
    height: 380px;
  }
  .share-your-results-section .result-images .result-img {
    width: 36vw;
    height: 36vw;
  }
  .share-your-results-section .result-images .result-img__two {
    margin-left: 0;
    left: 31vw;
    top: 30px;
  }
  .share-your-results-section .result-images .result-img__three {
    margin-top: 15px;
  }
  .share-your-results-section .results-row .col-12 {
    padding: 0;
  }
  .premium-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .premium-section .premium-img {
    width: 100%;
    height: 80%;
  }
}

@media (max-width: 480px) {
  .jumbotron-main__homepage .texts {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .jumbotron-main__homepage .image {
    width: 90%;
    margin-left: 5%;
    height: 100vw;
    margin-bottom: -30px;
  }
  .jumbotron-main__homepage .right-col {
    text-align: left;
  }
  .jumbotron-main__homepage .right-col p {
    margin-left: 0;
  }
  .fully-featured-section {
    padding-top: 80px;
  }
  .from-all-angles-section .row > .col:not(:first-of-type),
  .from-all-angles-section .row > [class*="col-"]:not(:first-of-type) {
    padding-right: 0;
    padding-left: 0;
  }
  .from-all-angles-section .paragraph {
    margin-bottom: 30px;
  }
  .from-all-angles-section .angle-photo {
    height: 250px;
  }
  .from-all-angles-section .angle-photo .angle-title {
    font-size: 32px;
    line-height: 32px;
  }
  .from-all-angles-section .angle-photo.top-indent {
    margin-top: 20px;
  }
  .measure-everything-section {
    padding: 45px 15px;
  }
  .measure-everything-section .paragraph {
    margin-bottom: 30px;
  }
  .measure-everything-section .main-heading,
  .measure-everything-section .paragraph {
    text-align: center;
  }
  .measure-everything-section .phone-screen__two {
    left: calc(100vw - 239px);
  }
  .share-your-results-section .result-images {
    margin-top: 30px;
  }
  .share-your-results-section .result-images .result-img {
    width: 36vw;
    height: 36vw;
  }
  .share-your-results-section .result-images .result-img__two {
    margin-left: 0;
    left: 33vw;
    top: 30px;
  }
  .share-your-results-section .result-images .result-img__three {
    margin-top: 15px;
  }
  .share-your-results-section .results-row .col-12 {
    padding: 0;
  }
  .testimonials {
    padding: 45px 15px;
  }
  .testimonials .rating {
    width: 100%;
    margin-top: 30px;
  }
  .testimonials .rating .paragraph {
    width: 70%;
  }
  .testimonials .rating .stars {
    font-size: 16px;
  }
  .testimonials .rating .name {
    font-size: 22px;
  }
  .blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-section .main-heading {
    margin-bottom: 30px;
  }
  .blog-section .blog-post {
    margin-bottom: 30px;
  }
  .blog-section .btn {
    margin-top: 0;
  }
  .premium-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .premium-section .premium-img {
    width: 60%;
    margin: 0 auto 50px auto;
  }
  .connect-with-trainer-section {
    text-align: center;
  }
  .connect-with-trainer-section .trainer-image {
    height: 80vw;
  }
  .connect-with-trainer-section .btn {
    margin: 10px auto 30px;
  }
}

.jumbotron-main.jumbotron-main__about-us {
  background-color: var(--dark-grey);
  height: 400px;
}

.jumbotron-main.jumbotron-main__about-us .image {
  width: 100%;
  height: 400px;
  display: block;
  background-image: url("/img/web/about-us/about_us_main.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  -webkit-box-shadow: #212020 10px 10px 0 0;
          box-shadow: #212020 10px 10px 0 0;
  margin-bottom: -60px;
}

.jumbotron-main.jumbotron-main__about-us .right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .jumbotron-main.jumbotron-main__about-us {
    height: 500px;
    margin-bottom: 100px;
  }
  .about-us-img-1 {
    margin-top: 20px;
  }
  .about-us-img-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-us-img-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.jumbotron-main.jumbotron-main__product {
  position: relative;
  background-color: var(--dark-grey);
  height: 700px;
}

.jumbotron-main.jumbotron-main__product .right-col {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jumbotron-main.jumbotron-main__product--bpt {
  background: url("/img/web/product/bpt_main_bg_noblur.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-main.jumbotron-main__product--bpt .image {
  background-image: url("/img/web/product/bpt_main.jpg");
  z-index: 2;
  width: 100%;
  height: 500px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
}

.jumbotron-main.jumbotron-main__product--trainer {
  background: url("/img/web/product/trainer_main_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-main.jumbotron-main__product--trainer .image {
  background-image: url("/img/web/product/trainer_main.jpg");
  z-index: 2;
  width: 100%;
  height: 500px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
}

.passcode-section {
  padding: 60px;
}

.passcode-section .right-col {
  text-align: center;
}

@media (max-width: 480px) {
  .jumbotron-main.jumbotron-main__product {
    height: auto;
  }
  .jumbotron-main.jumbotron-main__product .texts {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .jumbotron-main.jumbotron-main__product .image {
    height: 300px;
    margin-bottom: -30px;
  }
  .passcode-section {
    padding: 60px 0;
    text-align: center;
  }
  .passcode-section img {
    width: 60vw;
    margin-top: 30px;
  }
}

.btn {
  border-radius: 0;
  border: none;
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  letter-spacing: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.btn-primary {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #FFF;
  background-color: var(--dark-grey);
}

.btn.btn-primary:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
}

.download-buttons a {
  -webkit-transition: .3s;
  transition: .3s;
}

.download-buttons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.download-buttons .appstore-btn {
  display: block;
  height: 48px;
  width: 144px;
  background: url("/img/web/appstore-btn.png");
  margin-right: 30px;
}

.download-buttons .gplay-btn {
  display: block;
  height: 48px;
  width: 159px;
  background: url("/img/web/gplay-btn.png");
}

@media (max-width: 480px) {
  .download-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .download-buttons .appstore-btn {
    margin-right: 15px;
  }
}

.footer {
  padding: 50px;
  background-color: var(--dark-grey);
}

.footer .logo {
  height: 20px;
  display: block;
  margin-bottom: 15px;
}

.footer .copyright {
  font-size: 14px;
  color: var(--ace-grey);
  line-height: 16px;
  margin-bottom: 30px;
}

.footer span {
  font-size: 16px;
}

.footer .tertiary-heading {
  color: var(--cement-grey);
  margin-bottom: 30px;
}

.footer .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-list li a {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 20px;
  text-decoration: none;
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 0;
  }
  .footer .tertiary-heading {
    margin-bottom: 10px;
  }
  .footer .row > div {
    margin-bottom: 30px;
  }
}

.phone-mock-carousel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;
  position: relative;
  padding-top: 75%;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.phone-mock-carousel::-webkit-scrollbar {
  width: 0;
}

.phone-mock-carousel::-webkit-scrollbar-track {
  background: transparent;
}

.phone-mock-carousel::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

.phone-mock-carousel ol {
  overflow: hidden;
  border-radius: 25px;
}

.phone-mock-carousel ol,
.phone-mock-carousel li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 240px;
  height: 520px;
}

.phone-mock-carousel li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.phone-mock-carousel .carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.phone-mock-carousel .carousel__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 240px;
  height: 520px;
  background-color: var(--dark-grey);
  counter-increment: item;
}

.phone-mock-carousel #carousel__slide1 {
  background-image: url("/img/web/homepage/slider_1.png");
}

.phone-mock-carousel #carousel__slide2 {
  background-image: url("/img/web/homepage/slider_2.png");
}

.phone-mock-carousel #carousel__slide3 {
  background-image: url("/img/web/homepage/slider_3.png");
}

.phone-mock-carousel #carousel__slide4 {
  background-image: url("/img/web/homepage/slider_4.png");
}

.phone-mock-carousel #carousel__slide5 {
  background-image: url("/img/web/homepage/slider_5.png");
}

.phone-mock-carousel #carousel__slide6 {
  background-image: url("/img/web/homepage/slider_6.png");
}

.phone-mock-carousel #carousel-trainer__slide1 {
  background-image: url("/img/web/product/slider_trainer_1.png");
}

.phone-mock-carousel #carousel-trainer__slide2 {
  background-image: url("/img/web/product/slider_trainer_2.png");
}

.phone-mock-carousel #carousel-trainer__slide3 {
  background-image: url("/img/web/product/slider_trainer_3.png");
}

.phone-mock-carousel #carousel-trainer__slide4 {
  background-image: url("/img/web/product/slider_trainer_4.png");
}

.phone-mock-carousel #carousel-trainer__slide5 {
  background-image: url("/img/web/product/slider_trainer_5.png");
}

.phone-mock-carousel .carousel__slide:nth-child(even) {
  background-color: var(--dark-grey);
}

.phone-mock-carousel .carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .phone-mock-carousel .carousel__snapper {
    -webkit-animation-name: tonext, snap;
            animation-name: tonext, snap;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .phone-mock-carousel .carousel__slide:last-child .carousel__snapper {
    -webkit-animation-name: tostart, snap;
            animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-mock-carousel .carousel__snapper {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

.phone-mock-carousel .phone-mock-carousel:hover .carousel__snapper,
.phone-mock-carousel .phone-mock-carousel:focus-within .carousel__snapper {
  -webkit-animation-name: none;
          animation-name: none;
}

.phone-mock-carousel .carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.phone-mock-carousel .carousel__navigation-list,
.phone-mock-carousel .carousel__navigation-item {
  display: inline-block;
}

.phone-mock-carousel .phone-mock-carousel::before,
.phone-mock-carousel .carousel__prev {
  left: -1rem;
}

.phone-mock-carousel .phone-mock-carousel::after,
.phone-mock-carousel .carousel__next {
  right: -1rem;
}

.phone-mock-carousel .phone-mock-carousel::before,
.phone-mock-carousel .phone-mock-carousel::after {
  content: "";
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.phone-mock-carousel .phone-mock-carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.phone-mock-carousel .phone-mock-carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

@-webkit-keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@-webkit-keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -500%;
  }
  98% {
    left: -500%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -500%;
  }
  98% {
    left: -500%;
  }
  99% {
    left: 0;
  }
}

@-webkit-keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.iphone-x {
  position: relative;
  margin: 40px auto;
  width: 240px;
  height: 520px;
  background-color: #7371ee;
  background-image: linear-gradient(60deg, #7371ee 1%, #a1d9d6 100%);
  border-radius: 26px;
  -webkit-box-shadow: 0px 0px 0px 4px #1f1f1f, 0px 0px 0px 4px #191919, 0px 0px 0px 14px #111;
          box-shadow: 0px 0px 0px 4px #1f1f1f, 0px 0px 0px 4px #191919, 0px 0px 0px 14px #111;
}

.iphone-x:before, .iphone-x:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.iphone-x:before {
  top: 0px;
  width: 56%;
  height: 20px;
  background-color: #1f1f1f;
  border-radius: 0px 0px 13px 13px;
}

.iphone-x i,
.iphone-x b,
.iphone-x s,
.iphone-x span {
  position: absolute;
  display: block;
  color: transparent;
}

.iphone-x i {
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 3px);
          transform: translate(-50%, 3px);
  height: 6px;
  width: 15%;
  z-index: 11;
  background-color: #101010;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0px -3px 3px 0px rgba(255, 255, 255, 0.2);
}

.iphone-x b {
  left: 10%;
  top: 0px;
  -webkit-transform: translate(180px, 4px);
          transform: translate(180px, 4px);
  width: 8px;
  height: 8px;
  background-color: #101010;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0px -3px 2px 0px rgba(255, 255, 255, 0.2);
}

.iphone-x b:after {
  content: '';
  position: absolute;
  background-color: #2d4d76;
  width: 6px;
  height: 6px;
  top: 1px;
  left: 1px;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
}

.iphone-x s {
  top: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 70px;
  font-weight: 100;
  padding-top: 60px;
}

.iphone-x span {
  bottom: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 30px;
}

.iphone-x span + span {
  left: auto;
  right: 30px;
}

.mb-m {
  margin-bottom: 100px;
}

.mb-l {
  margin-bottom: 200px;
}

.mb-xl {
  margin-bottom: 300px;
}

.mb-0 {
  margin-bottom: 0;
}

.titled-img-wrap {
  position: relative;
}

.titled-img-wrap img {
  z-index: 1;
}

.titled-img-wrap .title {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0.075rem;
  text-align: right;
  line-height: 22px;
  background-color: var(--dark-grey);
  display: block;
  padding: 6px 12px 3px 12px;
}

@media (max-width: 991px) {
  .mb-l {
    margin-bottom: 100px;
  }
  .mb-xl {
    margin-bottom: 140px;
  }
}

@media (max-width: 480px) {
  .mb-m {
    margin-bottom: 40px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mb-xl {
    margin-bottom: 90px;
  }
}

.row.centered-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.reset-pass-section h1.main-heading {
  text-align: center;
}

section.reset-pass-section input[type=password] {
  margin-bottom: 20px;
}

section.reset-pass-section input[type=submit] {
  margin-top: 20px;
  width: 100%;
}

section.reset-pass-section label {
  margin-bottom: 2px;
}

section.reset-pass-section .alert-errors {
  list-style: none;
  padding: 0;
}

section.reset-pass-section .alert-errors li {
  width: 100%;
  padding: 8px 15px;
  background: var(--light-red);
  border: 1px solid var(--red);
  border-radius: 5px;
  color: var(--red);
}

section.reset-pass-section .flash.success {
  width: 100%;
  padding: 8px 15px;
  background: var(--light-green);
  border: 1px solid var(--green);
  border-radius: 5px;
  color: var(--green);
  margin-bottom: 20px;
}

:root {
  --dark-grey: #111111;
  --text-grey: #D0D2D4;
  --medium-grey: #050505;
  --cement-grey: #CCC;
  --ace-grey: #AAA;
  --lightest-grey: #f6f8f8;
  --bg-grey: #F0F1F2;
  --star-yellow: #FFC400;
  --red: #FF586C;
  --light-red: #ffe2e5;
  --green: #3FCCA7;
  --light-green: #e7fff9;
}

body {
  color: var(--dark-grey);
  overflow-x: hidden;
  font-family: sans-serif;
}

main {
  min-height: 73vh;
}

.bg-light-grey {
  background-color: var(--bg-grey);
}

.vertical-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menuToggle {
  margin-top: 8px;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  z-index: 1;
}

nav {
  font-family: 'Open Sans', sans-serif;
  min-height: 60px;
}

nav.bg-dark {
  background-color: var(--dark-grey) !important;
}

nav .navbar-brand {
  font-size: 1rem;
  line-height: 1rem;
}

nav.navbar-dark .navbar-nav .nav-link {
  color: var(--ace-grey);
  font-size: 15px;
  letter-spacing: 0.01em;
}

nav.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.jumbotron-main {
  height: 700px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jumbotron-main__bpt {
  background-image: url("/img/web/jumbotron/jumbotron_bg_2.jpg");
}

.jumbotron-main__trainer {
  background-image: url("/img/web/jumbotron/jumbotron_bg_3.jpg");
}

ul.custom-list {
  margin: 0;
  padding: 0 0 0 25px;
  list-style: none;
  position: relative;
}

ul.custom-list li {
  font-size: 18px;
  margin-bottom: 15px;
}

ul.custom-list li::before {
  content: "—";
  display: inline-block;
  position: absolute;
  left: 0px;
}

.terms-page h1, .terms-page h2, .terms-page h3, .terms-page h4 {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
}

.terms-page h1 {
  margin: 0 0 50px 0;
  font-size: 76px;
  line-height: 76px;
  letter-spacing: 0.04em;
}

.terms-page h2 {
  margin: 30px 0 20px 0;
  text-decoration: underline;
}

.terms-page h3, .terms-page h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}

.blogpost p {
  font-size: 20px;
  line-height: 29px;
}

.blogpost .main-img {
  margin-bottom: 60px;
  display: block;
  width: 100%;
}

.blogpost h2 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  nav .nav-link {
    padding: 12px 0;
  }
  nav .navbar-collapse.show {
    padding-bottom: 0.5rem;
  }
  nav.navbar-dark .navbar-toggler {
    border: none;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }
  .jumbotron-main {
    height: auto;
  }
}
/*# sourceMappingURL=styles-v2.css.map */