.body {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 23px;
}

.hero {
  background-image: url('texture_down.png'), url('header_runningman.jpg');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

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

.nav.mob {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-item {
  display: inline-block;
  padding: 12px 5px 20px;
  border-top: 8px solid transparent;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
  font-family: Anton, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.menu-item:hover {
  border-top-color: #eb4026;
  color: #eb4026;
}

.menu-item.last {
  margin-left: 37px;
  -webkit-transition: border-color 400ms ease, color 400ms ease;
  transition: border-color 400ms ease, color 400ms ease;
}

.hero-box {
  width: 35%;
  padding-top: 70px;
  padding-bottom: 214px;
}

.hero-hi {
  font-family: Smooch, sans-serif;
  color: #eb4026;
  font-size: 80px;
  font-weight: 400;
}

.hero-head-2 {
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  color: #fff;
  font-size: 68px;
  line-height: 72px;
  font-weight: 400;
}

.hero-p {
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}

.button {
  margin-top: 40px;
  padding: 16px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  font-family: Anton, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.button:hover {
  border-color: #eb4026;
  background-color: #eb4026;
}

.workouts {
  padding-top: 80px;
  padding-bottom: 120px;
}

.hand-head-2 {
  font-family: Smooch, sans-serif;
  color: #eb4026;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

.hand-head-2.center {
  text-align: center;
}

.heading-h2 {
  margin-top: 10px;
  font-family: Anton, sans-serif;
  font-size: 62px;
  line-height: 69px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.workout-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.workout-columns.last {
  margin-top: 30px;
}

._w-column {
  width: 33.33%;
}

._w-column.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 85px;
  padding-bottom: 45px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('feat_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._w-column.second.row-3 {
  margin-right: 15px;
  margin-left: 0px;
  padding-right: 60px;
  background-image: url('feat_4.jpg');
}

._w-column.second.row-4 {
  margin-right: 0px;
  background-image: url('feat_6.jpg');
}

._w-column.third {
  margin-left: 15px;
}

._w-column.first {
  margin-right: 15px;
}

._w-column.first.row-2 {
  margin-left: 15px;
}

.workout-img {
  width: 100%;
}

.wo-content {
  padding: 35px;
}

.heading-h3 {
  font-family: Anton, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-h3.white {
  color: #fff;
}

.workout-p {
  color: #000;
  font-weight: 300;
}

.workout-p.white {
  color: #fff;
}

.change {
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url('texture_down.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.change-text {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.yoga-guy {
  position: relative;
  z-index: -1;
  width: 100%;
  margin-top: 29px;
}

.benefits {
  padding-top: 60px;
  padding-bottom: 127px;
}

.ben-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.ben-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: 15px;
  margin-left: 15px;
}

.ben-content {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-h4 {
  margin-top: 0px;
  font-family: Anton, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph {
  font-weight: 300;
}

.signup {
  padding-top: 200px;
  padding-bottom: 116px;
  background-color: #1c1c1c;
  background-image: url('texture_up.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-link {
  color: #a9a9a9;
  text-decoration: none;
}

.form-link:hover {
  color: #eb4026;
}

.su-right {
  width: 50%;
  margin-right: 70px;
}

.form-legal {
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  color: #a9a9a9;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.heading-h2-2 {
  font-size: 45px;
  line-height: 52px;
  font-weight: 400;
}

.su-login {
  margin-top: 25px;
  color: #a9a9a9;
  font-size: 12px;
  text-align: center;
}

.full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  height: 50px;
  background-color: #eb4026;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Anton, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

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

.login-link {
  margin-left: 5px;
  color: #eb4026;
  font-weight: 700;
  text-decoration: none;
}

.login-link:hover {
  color: #ea634e;
}

.su-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 70px;
  padding-right: 40px;
  padding-bottom: 53px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('footer_shoes.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.su-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input {
  height: 50px;
  margin-bottom: 26px;
  border: 1px none #000;
  background-color: #fff;
  color: #6d6d6d;
  font-size: 14px;
}

.input.select {
  color: #6d6d6d;
  font-size: 15px;
}

.su-p {
  width: 80%;
}

.form-block {
  margin-top: 60px;
}

.label {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 300;
}

.cont-head {
  font-family: Anton, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.cont-p {
  color: #fff;
  text-align: center;
}

.footer {
  background-color: #1c1c1c;
}

.ftr-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #a9a9a9;
}

.ftr-p {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 12px;
}

.image {
  width: 40px;
}

.mob-nav-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-solid {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #92e3a9;
  border-radius: 6px;
  background-color: #92e3a9;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #000;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-solid:hover {
  border-color: #000;
  background-color: transparent;
}

.btn-solid.mob {
  width: 120px;
  text-align: center;
}

.nav-link {
  margin-right: 38px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #92e3a9;
}

.nav-link.mob {
  margin-right: 0px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.btn-outline {
  margin-right: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #000;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #000;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-outline:hover {
  border-color: #92e3a9;
  background-color: #92e3a9;
}

.btn-outline.mob {
  width: 120px;
  margin-right: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.mob-nav-container {
  position: fixed;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: #fff;
}

.close-icon {
  position: absolute;
  left: auto;
  top: 30px;
  right: 5%;
  bottom: auto;
  width: 40px;
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 100%, 38% 0%;
  }

  .hero-box {
    width: 80%;
    padding-bottom: 126px;
  }

  .hero-hi {
    font-size: 49px;
  }

  .hero-head-2 {
    font-size: 59px;
  }

  .workouts {
    padding-top: 41px;
    padding-bottom: 58px;
  }

  .heading-h2 {
    font-size: 48px;
  }

  .heading-h2.center {
    font-size: 48px;
  }

  ._w-column.second {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._w-column.second.row-3 {
    padding-right: 30px;
  }

  .wo-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-h3 {
    margin-top: 0px;
  }

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

  .su-right {
    margin-right: 20px;
  }

  .su-left {
    margin-left: 20px;
  }

  .ftr-box {
    -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;
  }

  .support {
    margin-bottom: 10px;
  }

  .copy {
    margin-bottom: 10px;
  }

  .nav-link {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-color: #030404;
  }

  .hero-box {
    padding-top: 19px;
    padding-bottom: 91px;
  }

  .hand-head-2 {
    text-align: center;
  }

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

  .workout-columns {
    -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;
  }

  ._w-column.second {
    width: 80%;
    height: 500px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  ._w-column.third {
    width: 80%;
    margin-left: 0px;
  }

  ._w-column.first {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .change-text {
    width: 90%;
    line-height: 30px;
  }

  .ben-columns {
    -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;
  }

  .ben-column {
    width: 80%;
    margin-bottom: 27px;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .signup {
    padding-top: 81px;
  }

  .su-right {
    width: 100%;
  }

  .form-legal {
    width: 90%;
  }

  .su-left {
    width: 100%;
    height: 500px;
    margin-top: 28px;
    margin-left: 0px;
  }

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

  .mob-nav-container {
    display: none;
  }

  .close-icon {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('texture_down.png'), url('mobile_header_runningman.jpg');
  }

  .nav {
    display: none;
  }

  .nav.mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
  }

  .hero-box {
    width: 100%;
    padding-bottom: 203px;
  }

  .hero-head-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-p {
    width: 60%;
  }

  .button {
    margin-top: 19px;
  }

  ._w-column.second {
    width: 100%;
  }

  ._w-column.second.row-3 {
    margin-right: 0px;
  }

  ._w-column.third {
    width: 100%;
  }

  ._w-column.first {
    width: 100%;
  }

  ._w-column.first.row-2 {
    margin-left: 0px;
  }

  .wo-content {
    padding-bottom: 0px;
  }

  .change-text {
    width: 100%;
  }

  .benefits {
    padding-bottom: 31px;
  }

  .ben-column {
    margin-right: 0px;
    margin-left: 0px;
  }

  .signup {
    padding-bottom: 67px;
  }

  .form-legal {
    width: 90%;
  }

  .su-login {
    margin-bottom: 61px;
  }

  .su-p {
    width: 100%;
  }

  .nav-link.mob {
    color: #fff;
  }

  .nav-link.mob:hover {
    color: #eb4026;
  }

  .mob-nav-container {
    display: none;
    padding-top: 223px;
    background-color: #000;
  }

  .close-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

