body {
  margin: 0;
  padding: 0;
}

h1 a {
  color: inherit;
  text-decoration: none;
}

a img {
  border: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .primary-nav li, .primary-nav a {
    display: block;
  }
}
html, body {
  min-height: 100%;
}

body {
  background-color: #f5f5f5;
  color: #101010;
  font-family: "Montserrat", sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}
h1 img {
  height: 50px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
}

.full-height {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
.row.phone-section {
  width: 100%;
  max-width: 1007px;
}

@media (max-width: 769px) {
  .display-desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .display-mobile {
    display: none;
  }
}

/* ==========================================================================
	Header
/* ========================================================================== */
.page-header {
  background: rgba(25, 25, 25, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 769px) {
  .page-header {
    height: 80px;
  }
}
.page-header .right-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

.primary-nav {
  color: #FFF;
}
.primary-nav li {
  display: inline-block;
}
.primary-nav a {
  font-size: 13px;
  color: inherit;
  padding: 0px 11px;
}
.primary-nav .header-cta a {
  margin-left: 17px;
  background: #ff5a21;
  border-radius: 4px;
  font-weight: bold;
  padding: 7px 21px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.4px;
}

.social-logos {
  margin: 0 9px 0 24px;
}
.social-logos img {
  width: 16px;
  height: 16px;
  margin: 0 6px;
}

.lang-select {
  margin-right: 24px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 769px) {
  .lang-select {
    margin-right: 19px;
  }
}
.lang-select .flag {
  width: 25px;
  height: 18px;
}
@media (max-width: 769px) {
  .lang-select .flag {
    width: 28.5px;
    height: 20px;
  }
}
.lang-select .arrow {
  width: 12px;
  height: 8px;
  margin-left: 4px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .lang-select .arrow {
    width: 14px;
    height: 9px;
    margin-left: 8px;
  }
}
.lang-select a:not(.actual) {
  position: absolute;
  top: 24px;
  left: 0;
  display: none;
}

#main-logo {
  margin-left: 36px;
}
@media (max-width: 769px) {
  #main-logo {
    margin-left: 20px;
  }
}
#main-logo img {
  width: 100%;
  max-width: 143px;
}

#menu-trigger {
  cursor: pointer;
}
#menu-trigger img {
  margin-left: 19px;
  width: 32px;
  height: 25px;
}

#menu-back {
  cursor: pointer;
}
#menu-back img {
  width: 16px;
  margin-left: 21px;
}

#mobile-menu {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  left: 0;
  background: rgba(25, 25, 25, 0.5);
  z-index: 1;
}
#mobile-menu ul {
  padding: 0 19px;
  margin: 0;
}
#mobile-menu li {
  list-style: none;
}
#mobile-menu li.header-cta a {
  background: #ff5a21;
  border: none;
}
#mobile-menu a {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #FFF;
  color: #FFF;
  display: block;
  text-align: center;
  margin: 0 0 15px 0;
}

/* ==========================================================================
	Footer
/* ========================================================================== */
.page-footer {
  color: #FFF;
  background: #191919;
}
.page-footer .logo {
  width: 100%;
  max-width: 153px;
}
.page-footer .logo img {
  width: 100%;
}
@media (max-width: 769px) {
  .page-footer .logo {
    max-width: 184px;
    margin-bottom: 36px;
  }
}
.page-footer .wrapper {
  max-width: 966px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-footer .row {
  padding-bottom: 39px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 769px) {
  .page-footer .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.page-footer .copyright {
  font-size: 12px;
}
@media (max-width: 769px) {
  .page-footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 769px) {
  .page-footer nav {
    width: 100%;
    margin-bottom: 53px;
  }
}
.page-footer nav ul {
  list-style: none;
  margin: 0 18px 0 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .page-footer nav ul {
    margin: 0;
  }
}
@media (max-width: 769px) {
  .page-footer nav ul {
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .page-footer nav ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
            align-content: center;
  }
}
.page-footer nav ul li {
  display: inline-block;
}
.page-footer nav ul li a {
  color: #FFF;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 13px;
}
@media (max-width: 1200px) {
  .page-footer nav ul li a {
    margin: 0 7px;
  }
}
@media (max-width: 769px) {
  .page-footer nav ul li a {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .page-footer nav ul li a {
    margin-bottom: 10px;
    display: block;
  }
}

.partners {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 23px;
  padding: 29px 0 27px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 769px) {
  .partners {
    padding: 10px 0 0px 0;
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.partners .title {
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .partners .title {
    font-size: 18px;
  }
}
.partners img {
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 769px) {
  .partners img {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
	Hero
/* ========================================================================== */
.hero {
  padding-right: 330px;
}
@media (max-width: 1700px) {
  .hero {
    padding-right: 200px;
  }
}
@media (max-width: 1460px) {
  .hero {
    padding-right: 0;
  }
}
.hero .hero-text {
  margin-top: 89px;
}
@media (max-width: 769px) {
  .hero .hero-text {
    text-align: center;
    margin-top: 0px;
    padding: 0 20px;
    width: 100%;
  }
}
.hero .subtitle, .hero .title, .hero .description {
  margin: 0;
}
.hero .subtitle {
  font-size: 18px;
  font-weight: 800;
  color: #4cdfff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 320px) {
  .hero .subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .hero .subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .hero .subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .subtitle {
    font-size: 21px;
  }
}
.hero .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-left: 78px;
  text-indent: -45px;
  letter-spacing: -5.3px;
  margin-bottom: 27px;
  max-width: 550px;
}
@media screen and (min-width: 320px) {
  .hero .title {
    font-size: 55px;
  }
}
@media screen and (min-width: 480px) {
  .hero .title {
    font-size: 70px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .hero .title {
    font-size: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .title {
    font-size: 88px;
    line-height: 82px;
  }
}
@media (max-width: 769px) {
  .hero .title {
    margin-left: 0;
    text-indent: 0;
  }
}
.hero .description {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-left: 93px;
}
@media screen and (min-width: 480px) {
  .hero .description {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .hero .description {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .hero .description {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .description {
    font-size: 17px;
  }
}
@media (max-width: 769px) {
  .hero .description {
    margin-left: 0;
    max-width: 310px;
    margin: 0 auto 32px auto;
  }
}
.hero form {
  width: 100%;
  max-width: 352px;
  margin-left: 124px;
  margin-top: 46px;
}
@media (max-width: 769px) {
  .hero form {
    margin-left: 0;
  }
}
.hero form input {
  height: 48px;
  margin: 0;
  border: none;
  font-size: 16px;
  display: inline-block;
  padding: 0 16px;
}
.hero form input[type="tel"] {
  font-style: italic;
  width: calc(100% - 96px);
  border-radius: 4px 0 0 4px;
  background: rgba(255, 255, 255, 0.25);
  color: #FFF;
}
.hero form input[type="tel"]::-webkit-input-placeholder, .hero form input[type="tel"]::-moz-placeholder {
  color: #FFF;
}
.hero form input[type="submit"] {
  background: #4cdfff;
  width: 96px;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  position: relative;
  cursor: pointer;
}
.hero .stores {
  margin-left: 124px;
  margin-top: 31px;
}
@media (max-width: 769px) {
  .hero .stores {
    margin-left: 0;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
  }
}
.hero .stores img {
  width: 100%;
  max-width: 166px;
  margin-right: 15px;
}
@media (max-width: 769px) {
  .hero .stores img {
    max-width: 220px;
    margin: 0 8px;
  }
}
.hero .sign-up, .hero .sign-in {
  display: inline-block;
  color: #FFF;
  text-align: center;
}
@media (min-width: 769px) {
  .hero .sign-up, .hero .sign-in {
    display: none;
  }
}
.hero .sign-up {
  background: #ff5a21;
  border-radius: 4px;
  width: 100%;
  max-width: 340px;
  font-size: 17px;
  text-transform: uppercase;
  padding: 25px 5px;
  margin-bottom: 41px;
  font-weight: bold;
}
@media screen and (min-width: 320px) {
  .hero .sign-up {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .hero .sign-up {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .hero .sign-up {
    padding: 10px 3px;
  }
}
.hero .sign-in {
  text-decoration: underline;
  font-size: 17px;
}

.hero-phones {
  width: 100%;
  max-width: 634px;
  position: relative;
  left: 92px;
  margin-left: -92px;
}
@media (max-width: 1200px) {
  .hero-phones {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .hero-phones {
    max-width: 350px;
  }
}

/* ==========================================================================
	Sections
/* ========================================================================== */
#section-padding {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 4;
}
#section-padding a {
  display: block;
  width: 5px;
  height: 5px;
  background: #FFF;
  opacity: 0.6;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 769px) {
  #section-padding a {
    width: 7px;
    height: 7px;
    margin-bottom: 14px;
  }
}
#section-padding a.actual {
  background: #4cdfff;
  opacity: 1;
}

.phone-holder {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.phone-holder img {
  width: 100%;
  max-width: 352px;
  opacity: 0;
}
@media (max-height: 800px) {
  .phone-holder img {
    max-width: 300px;
  }
}

@media (max-width: 769px) {
  .text-wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
.text-wrapper .title {
  font-size: 35px;
  line-height: 1;
  font-size: 56px;
  font-weight: bold;
  color: #FFF;
  max-width: 515px;
  margin: 33px 0 33px 0;
}
@media screen and (min-width: 320px) {
  .text-wrapper .title {
    font-size: 37px;
  }
}
@media screen and (min-width: 480px) {
  .text-wrapper .title {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  .text-wrapper .title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper .title {
    font-size: 56px;
  }
}
.text-wrapper .title span {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: block;
}
.text-wrapper .subtitle {
  color: #4cdfff;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .text-wrapper .subtitle {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper .subtitle {
    font-size: 15px;
  }
}
.text-wrapper .description {
  font-weight: bold;
  margin: 62px 0 26px 0;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .text-wrapper .description {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  .text-wrapper .description {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper .description {
    font-size: 21px;
  }
}
.text-wrapper p {
  font-weight: 400;
  max-width: 430px;
  margin: 0 0 22px 0;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 480px) {
  .text-wrapper p {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .text-wrapper p {
    font-size: 10px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .text-wrapper p {
    font-size: 12px;
  }
}
@media (max-width: 769px) {
  .text-wrapper p {
    max-width: none;
  }
}

.list {
  list-style-image: url("./../images/icon-list.svg");
  font-weight: 400;
  color: #FFF;
  max-width: 480px;
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
  opacity: 1;
  padding-left: 27px;
}
@media screen and (min-width: 480px) {
  .list {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .list {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 769px) {
  .list {
    max-width: 100%;
  }
}
.list li {
  margin-bottom: 24px;
}

.s-one-app .list {
  color: #000;
  opacity: 0.7;
}
@media (max-width: 769px) {
  .s-one-app .list {
    max-width: 300px;
  }
}
.s-one-app .title {
  color: #000;
  max-width: 285px;
}

.s-effective .title {
  max-width: 565px;
}

.s-sport-science .title {
  margin: 6px 0 16px 0;
}

.s-developedby {
  background: #191919;
  color: #FFF;
}
.s-developedby .row.phone-section {
  max-width: 1544px;
}
.s-developedby .phone-holder {
  position: relative;
  width: 100%;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
}
.s-developedby .phone-holder #features {
  width: 100%;
  opacity: 1;
  max-width: none;
  padding-right: 10px;
}
.s-developedby .text-wrapper {
  margin-left: 46px;
  width: 600px;
  padding-right: 30px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media (max-height: 800px) {
  .s-developedby .text-wrapper {
    width: 645px;
  }
}
@media (max-width: 960px) {
  .s-developedby .text-wrapper {
    width: 57%;
  }
}
@media (max-width: 769px) {
  .s-developedby .text-wrapper {
    margin-left: 0;
    padding: 0 40px;
    width: 90%;
  }
}

.clip-bg {
  background-position: right top;
  background-image: url("./../images/bg-section3.png");
  height: calc(100vh + 440px);
  margin-top: -440px;
  z-index: 1;
}
.clip-bg .row {
  margin-top: 440px;
}
@media (max-width: 1200px) {
  .clip-bg {
    margin-top: -290px;
    height: calc(100vh + 290px);
  }
  .clip-bg .row {
    margin-top: 290px;
  }
}
@media (max-width: 769px) {
  .clip-bg {
    margin-top: 0;
    height: 100vh;
    background-image: url("./../images/bg-section3-solid.jpg");
  }
  .clip-bg .row {
    margin-top: 0;
  }
}

.overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
  background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(100%, rgba(138, 138, 138, 0)));
  background: linear-gradient(to right, black 0%, rgba(138, 138, 138, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8a8a8a', GradientType=1 );
}
@media (min-width: 769px) {
  .overlay-shadow {
    display: none;
  }
}

/* ==========================================================================
	Phone
/* ========================================================================== */
#phone {
  background-image: url("./../images/iphone/iphone_blank.png");
  background-size: cover;
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 769px) {
  #phone {
    display: none;
  }
}
#phone #phone-slider {
  width: 69%;
  height: 68%;
  position: relative;
  left: 1px;
  top: -1px;
}
#phone #phone-slider .slick-list {
  width: 100%;
  height: 100%;
}
#phone #phone-slider .slick-track {
  height: 100%;
}
#phone #phone-slider .slick-slide {
  background-size: 101% 101%;
  background-repeat: no-repeat;
  height: 432px;
}
#phone #phone-slider .slick-slide img {
  width: 100%;
}

/* ==========================================================================
	Military Section
/* ========================================================================== */
.s-military .row {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.military-logo {
  text-align: center;
  margin-top: 7px;
}
.military-logo .subtitle {
  font-size: 15px;
  color: #9b9b9b;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  background-image: url("./../images/military-stripe.png");
  background-repeat: repeat-x;
  background-size: 143px 12px;
  background-position: 0px 4px;
}
@media screen and (min-width: 480px) {
  .military-logo .subtitle {
    font-size: 19px;
  }
}
@media (max-width: 769px) {
  .military-logo .subtitle {
    margin-bottom: 0;
  }
}
.military-logo .subtitle span {
  background: #1D1D1D;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .military-logo .subtitle {
    background: none;
  }
  .military-logo .subtitle span {
    background: none;
  }
}
.military-logo .subtitle img {
  margin: 0 7px;
}
.military-logo .title {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (min-width: 480px) {
  .military-logo .title {
    font-size: 94px;
  }
}
@media screen and (min-width: 1200px) {
  .military-logo .title {
    font-size: 72px;
  }
}
@media (max-width: 480px) {
  .military-logo .title {
    word-break: break-all;
  }
}
@media (max-width: 769px) {
  .military-logo .title span {
    display: block;
  }
}

.military-icon {
  width: 100%;
  max-width: 953px;
  margin-top: 107px;
}
@media (max-width: 769px) {
  .military-icon {
    margin: 0;
    padding: 46px 55px 0 27px;
  }
}

.military-features {
  color: #FFF;
  width: 100%;
  margin-top: 107px;
  max-width: 960px;
  text-align: center;
  position: relative;
}
.military-features .feature {
  position: absolute;
  font-size: 23px;
  font-weight: bold;
}
.military-features .feature:nth-child(1), .military-features .feature:nth-child(2), .military-features .feature:nth-child(3), .military-features .feature:nth-child(4) {
  left: 50%;
  top: 50%;
}
.military-features .feature:nth-child(1), .military-features .feature:nth-child(3) {
  text-align: right;
}
.military-features .feature:nth-child(2), .military-features .feature:nth-child(4) {
  text-align: left;
}
.military-features .feature:nth-child(1) {
  -webkit-transform: translate(-378px, -134px);
  -ms-transform: translate(-378px, -134px);
  transform: translate(-378px, -134px);
}
.military-features .feature:nth-child(2) {
  -webkit-transform: translate(182px, -134px);
  -ms-transform: translate(182px, -134px);
  transform: translate(182px, -134px);
}
.military-features .feature:nth-child(3) {
  -webkit-transform: translate(-467px, 96px);
  -ms-transform: translate(-467px, 96px);
  transform: translate(-467px, 96px);
}
.military-features .feature:nth-child(4) {
  -webkit-transform: translate(182px, 96px);
  -ms-transform: translate(182px, 96px);
  transform: translate(182px, 96px);
}
.military-features .icon {
  width: 100%;
  max-width: 368px;
}

/* ==========================================================================
	Video Section
/* ========================================================================== */
.s-video .row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-video iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
}

#video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  padding-top: 60px;
}
@media (max-width: 769px) {
  .video-controls {
    padding-top: 100px;
    width: 100%;
    padding: 0 20px;
  }
}
.video-controls #play-video {
  width: 100%;
  max-width: 160px;
  cursor: pointer;
}
.video-controls #play-video img {
  width: 100%;
}
.video-controls .title, .video-controls .subtitle {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  display: block;
}
.video-controls .title {
  font-size: 80px;
  letter-spacing: -3.3px;
  margin-top: 21px;
}
@media (max-width: 769px) {
  .video-controls .title {
    font-size: 70px;
  }
}
.video-controls .subtitle {
  font-size: 20px;
  letter-spacing: 4.5px;
  margin-top: 6px;
}
@media (max-width: 769px) {
  .video-controls .subtitle {
    max-width: 356px;
    line-height: 1.5;
  }
}

/* ==========================================================================
	Sign up page
/* ========================================================================== */
body.mobile-pages {
  background: #191919;
  background-image: url("./../images/bg-signup.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
}
body.mobile-pages #page-wrapper {
  min-height: 100vh;
  width: 100%;
  padding: 0 40px;
  padding-top: 120px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  body.mobile-pages #page-wrapper {
    padding: 120px 20px 0 20px;
  }
}

#signup-footer {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 0 40px;
  letter-spacing: -1.3px;
}
@media (max-height: 840px) {
  #signup-footer {
    position: static;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    margin-top: 50px;
  }
}

.signup .title, .signup .subtitle {
  margin: 0;
}
.signup .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: -2.9px;
}
@media screen and (min-width: 320px) {
  .signup .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 480px) {
  .signup .title {
    font-size: 40px;
  }
}
.signup .subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 51px;
  letter-spacing: -1.8px;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .signup .subtitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 480px) {
  .signup .subtitle {
    font-size: 27.7px;
  }
}
.signup .title + form {
  padding-top: 11px;
}

body.mobile-pages:not(.payment) form input:not([type="submit"]) {
  display: block;
  width: 100%;
  background: none;
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #818181;
  padding: 26px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  body.mobile-pages:not(.payment) form input:not([type="submit"]) {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  body.mobile-pages:not(.payment) form input:not([type="submit"]) {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  body.mobile-pages:not(.payment) form input:not([type="submit"]) {
    padding: 17px 14px;
  }
}

.submit-btn {
  font-weight: 400;
  width: 100%;
  display: block;
  color: #FFF;
  background: #ff5a21;
  font-size: 19px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
  border: none;
  padding: 26px;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (min-width: 320px) {
  .submit-btn {
    font-size: 22px;
  }
}
@media screen and (min-width: 480px) {
  .submit-btn {
    font-size: 25px;
  }
}
.submit-btn.login {
  margin-top: 40px;
}
@media (max-width: 320px) {
  .submit-btn {
    padding: 13px;
  }
}

a.link {
  color: #FFF;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 400;
  margin-top: 39px;
  display: block;
}

/* ==========================================================================
	Plans
/* ========================================================================== */
body.plans {
  background: #191919;
}
body.plans #page-wrapper {
  padding: 0;
}
body.plans .intro {
  padding-top: 120px;
  background-image: url("./../images/bg-signup.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body.plans .title {
  margin-bottom: 20px;
}
body.plans .text {
  padding: 37px 40px 70px 40px;
}

#plan-phones {
  width: 100%;
  margin-bottom: -10px;
}

.plan-list {
  list-style-image: url("./../images/icon-check-white.png");
  text-align: left;
  padding: 0 0 20px 28px;
  margin: 0;
}
.plan-list li {
  margin-bottom: 13px;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (min-width: 320px) {
  .plan-list li {
    font-size: 15px;
  }
}
@media screen and (min-width: 480px) {
  .plan-list li {
    font-size: 17px;
  }
}

/* ==========================================================================
	Payment page
/* ========================================================================== */
.tab-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  margin-bottom: 20px;
  position: relative;
  background-image: url("./../images/slider-line.png");
  background-position: center center;
  background-repeat: repeat-x;
}
.tab-line > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #818181;
}
.tab-line > div.current {
  background: #4cdfff;
  width: 17px;
  height: 17px;
  box-shadow: 0px 0px 5px 0px #4cdfff;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%;
  margin-bottom: 87px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

ul.tabs li {
  display: inline-block;
  color: #818181;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
  width: 33.333%;
}
@media screen and (min-width: 320px) {
  ul.tabs li {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  ul.tabs li {
    font-size: 15px;
  }
}
ul.tabs li:first-child {
  text-align: left;
}
ul.tabs li:last-child {
  text-align: right;
}

ul.tabs li.current {
  color: #4cdfff;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

body.payment .subtitle {
  margin-bottom: 36px;
}

.plan-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #ff5a21;
  margin-bottom: 22px;
  padding: 27px 39px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media screen and (min-width: 320px) {
  .plan-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  .plan-btn {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .plan-btn {
    padding: 15px;
  }
  .plan-btn div {
    margin: 4px 0;
  }
}
.plan-btn .italic {
  font-style: italic;
  font-size: 11px;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .plan-btn .italic {
    font-size: 13px;
  }
}
@media screen and (min-width: 480px) {
  .plan-btn .italic {
    font-size: 16px;
  }
}

body.payment .plan-list {
  padding: 27px 0 0 30px;
}
body.payment .plan-list li {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  body.payment .plan-list li {
    font-size: 18px;
  }
}
@media screen and (min-width: 480px) {
  body.payment .plan-list li {
    font-size: 20px;
  }
}

.privacy {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.payment-box {
  border-radius: 4px;
  border: 1px solid #818181;
  background-color: rgba(25, 25, 25, 0.5);
  margin-bottom: 20px;
}
.payment-box header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  padding: 18px 19px;
  cursor: pointer;
  border-bottom: 1px solid #818181;
}
.payment-box .name, .payment-box .image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
.payment-box .circle, .payment-box span {
  display: inline-block;
}
.payment-box .name {
  font-size: 21px;
}
.payment-box .circle {
  width: 40px;
  height: 40px;
  border: 2px solid #818181;
  border-radius: 100%;
  position: relative;
  margin-right: 19px;
  transition: 0.2s;
}
.payment-box.current .circle {
  border-color: #4cdfff;
}
.payment-box.current .circle:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #4cdfff;
}
.payment-box .img-visa {
  width: 52px;
}
.payment-box .img-mastercard {
  width: 44px;
  margin-left: 20px;
}
.payment-box .img-paypal {
  width: 76px;
}

.payment-box form {
  display: none;
  padding: 25px 19px;
  text-align: left;
}
.payment-box form:after {
  content: "";
  display: table;
  clear: both;
}
.payment-box form .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
  margin-bottom: 15px;
}
.payment-box form .row:first-child {
  margin-bottom: 45px;
}
@media (max-width: 500px) {
  .payment-box form .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .payment-box form .row:first-child {
    margin-bottom: 0px;
  }
}
.payment-box form .long {
  width: 62%;
}
.payment-box form .short {
  width: 33%;
}
@media (max-width: 500px) {
  .payment-box form .long, .payment-box form .short {
    width: 100%;
    margin-bottom: 20px;
  }
}
.payment-box form .two-inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}
@media (max-width: 500px) {
  .payment-box form .two-inputs {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.payment-box form label {
  margin-bottom: 17px;
  display: block;
  font-size: 17px;
  letter-spacing: -0.2px;
}
.payment-box form input {
  padding: 19px 20px;
  background: none;
  border-radius: 4px;
  border: 1px solid #818181;
  color: #FFF;
  width: 100%;
  font-size: 16px;
}
.payment-box form #input-month, .payment-box form #input-year {
  max-width: 60px;
  padding: 19px 14px;
}
@media (max-width: 500px) {
  .payment-box form #input-month {
    margin-right: 20px;
  }
}
.payment-box.current form {
  display: block;
}

.payment-box + .plan-btn {
  margin-top: 100px;
}

@media (max-width: 400px) {
  .payment-box .image {
    display: none;
  }
}

.thank-you .title {
  font-size: 55px;
  padding-top: 59px;
  margin-bottom: 42px;
}
@media screen and (min-width: 320px) {
  .thank-you .title {
    font-size: 60px;
  }
}
@media screen and (min-width: 480px) {
  .thank-you .title {
    font-size: 67px;
  }
}
.thank-you .stores {
  margin-top: 70px;
}
.thank-you .stores a {
  display: block;
  margin-bottom: 15px;
}
.thank-you .stores img {
  width: 100%;
  max-width: 220px;
}

/* ==========================================================================
	Terms page
/* ========================================================================== */
section.terms {
  background: #000;
  padding: 100px 40px 60px 40px;
  color: #FFF;
  font-weight: 400;
}
section.terms h1 {
  font-size: 35px;
  line-height: 1;
  font-size: 56px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
}
@media screen and (min-width: 320px) {
  section.terms h1 {
    font-size: 37px;
  }
}
@media screen and (min-width: 480px) {
  section.terms h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 992px) {
  section.terms h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1200px) {
  section.terms h1 {
    font-size: 56px;
  }
}
section.terms h2 {
  color: #4cdfff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  margin-top: 80px;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  section.terms h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  section.terms h2 {
    font-size: 18px;
  }
}
section.terms p {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width: 480px) {
  section.terms p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  section.terms p {
    font-size: 17px;
    line-height: 1.5;
  }
}
section.terms ul {
  list-style-image: url("./../images/icon-list.svg");
  width: 100%;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 27px;
}
@media screen and (min-width: 480px) {
  section.terms ul {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  section.terms ul {
    font-size: 17px;
    line-height: 1.5;
  }
}
section.terms ul p {
  margin: 10px 0;
}
section.terms ul a {
  color: inherit;
}
section.terms > ul > li {
  margin-bottom: 18px;
}

.center {
  text-align: center;
}
